| 10 years ago | Andrew Kelley | | ability to generate shared library and h file |
| 10 years ago | Josh Wolfe | | inline PrimaryExpr ast node |
| 10 years ago | Andrew Kelley | | add missing panic for shared library output |
| 10 years ago | Josh Wolfe | | merge arithmetic binary operator gen functions |
| 10 years ago | Andrew Kelley | | codegen: fix wrong node type |
| 10 years ago | Josh Wolfe | | merge conflicts |
| 10 years ago | Josh Wolfe | | flatten expression ast to hide operator precedence |
| 10 years ago | Andrew Kelley | | parser: add missing `static` |
| 10 years ago | Andrew Kelley | | remove LLVMZigTargetMachineEmitToFile |
| 10 years ago | Andrew Kelley | | parse and codegen for math expressions |
| 10 years ago | Andrew Kelley | | ability to export .o file |
| 10 years ago | Andrew Kelley | | remove unnecessary codegen llvm initialization |
| 10 years ago | Andrew Kelley | | more vim doc files |
| 10 years ago | Andrew Kelley | | add root export declaration which is overridable by command line options |
| 10 years ago | Andrew Kelley | | add tests for compile errors |
| 10 years ago | Andrew Kelley | | rename standalone.cpp to run_tests.cpp |
| 10 years ago | Andrew Kelley | | figure out integers |
| 10 years ago | Andrew Kelley | | add pub and export visibility modifiers and optimization |
| 10 years ago | Andrew Kelley | | allow empty function and return with no expression |
| 10 years ago | Andrew Kelley | | support C-style comments, plus nesting |
| 10 years ago | Andrew Kelley | | call ld with correct -dynamic-linker argument |
| 10 years ago | Josh Wolfe | | add hook for environment variable ZIG_DEBIAN_HACK. see #1. |
| 10 years ago | Josh Wolfe | | more readable integer constant |
| 10 years ago | Andrew Kelley | | add tests |
| 10 years ago | Andrew Kelley | | no errors during codegen |
| 10 years ago | Andrew Kelley | | parser: force ast printer to be correct |
| 10 years ago | Josh Wolfe | | inline AstNodeStatementExpression |
| 10 years ago | Andrew Kelley | | fix the remaining TODOs in the source |
| 10 years ago | Josh Wolfe | | clean up noreturn stuff |
| 10 years ago | Andrew Kelley | | assert(false) -> zig_unreachable() |
| 10 years ago | Josh Wolfe | | inline AstNodeStatement |
| 10 years ago | Andrew Kelley | | parser: more AST printing code for debug purposes |
| 10 years ago | Andrew Kelley | | fix invalid memory write |
| 10 years ago | Josh Wolfe | | fix typo |
| 10 years ago | Andrew Kelley | | build: fix findllvm script |
| 10 years ago | Andrew Kelley | | build: improve findllvm script |
| 10 years ago | Andrew Kelley | | cleanup |
| 10 years ago | Andrew Kelley | | support linker directives |
| 10 years ago | Andrew Kelley | | simple vim syntax highlighting |
| 10 years ago | Andrew Kelley | | debug/release mode |
| 10 years ago | Andrew Kelley | | only \n and ' ' are valid whitespace characters |
| 10 years ago | Andrew Kelley | | debug symbols implemented; debugging with gdb works |
| 10 years ago | Andrew Kelley | | debug information for functions |
| 10 years ago | Andrew Kelley | | fix not using subtarget features |
| 10 years ago | Andrew Kelley | | hello world example working |
| 10 years ago | Andrew Kelley | | add unreachable expression |
| 10 years ago | Andrew Kelley | | write object file and fix void return type |
| 10 years ago | Andrew Kelley | | codegen: fix param type of const strings |
| 10 years ago | Andrew Kelley | | hello world IR code looks good |
| 10 years ago | Andrew Kelley | | partial hello world codegen |
|