| 10 years ago | Andrew Kelley | | exporting .h file supports void |
| 10 years ago | Andrew Kelley | | more C header interoperability |
| 10 years ago | Andrew Kelley | | parseh: detect fixed size integer types |
| 10 years ago | Andrew Kelley | | parseh command, parses a C .h file and produces extern decls |
| 10 years ago | Josh Wolfe | | test for void parameters |
| 10 years ago | Josh Wolfe | | fix codegen for void parameters |
| 10 years ago | Josh Wolfe | | test for separate scopes not colliding |
| 10 years ago | Josh Wolfe | | can't declare unreachable variables |
| 10 years ago | Josh Wolfe | | correkt spelling error |
| 10 years ago | Josh Wolfe | | tests for bool stuff |
| 10 years ago | Josh Wolfe | | add bool literals |
| 10 years ago | Josh Wolfe | | fix if-else type mismatch crash |
| 10 years ago | Josh Wolfe | | tests for local variables |
| 10 years ago | Josh Wolfe | | local variables work |
| 10 years ago | Josh Wolfe | | fix analysis for variable reference |
| 10 years ago | Josh Wolfe | | analysis for variable declaration, but not variable reference |
| 10 years ago | Andrew Kelley | | add labels and goto |
| 10 years ago | Josh Wolfe | | parsing variable declaration |
| 10 years ago | Andrew Kelley | | fix execution reaches end of non-void |
| 10 years ago | Andrew Kelley | | add test for undeclared identifier error |
| 10 years ago | Andrew Kelley | | fix parameter access and thus shared library example |
| 10 years ago | Andrew Kelley | | support if conditionals |
| 10 years ago | Josh Wolfe | | implicit void statements and all tests pass with type checking |
| 10 years ago | Josh Wolfe | | string literals have type *const u8 |
| 10 years ago | Josh Wolfe | | merge conflicts |
| 10 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/master' into type-checking |
| 10 years ago | Josh Wolfe | | fix ast printer names |
| 10 years ago | Josh Wolfe | | merge conflicts |
| 10 years ago | Josh Wolfe | | implement basics of type checking |
| 10 years ago | Josh Wolfe | | no more TypeId. use g->builtin_types. |
| 10 years ago | Andrew Kelley | | all LLVM C++ API contained to one file |
| 10 years ago | Josh Wolfe | | Merge branch 'master' of github.com:andrewrk/zig |
| 10 years ago | Josh Wolfe | | untangle analyze_node into a stricter call graph |
| 10 years ago | Josh Wolfe | | rename variable |
| 10 years ago | Josh Wolfe | | factor analysis code out of codegen |
| 10 years ago | Andrew Kelley | | add bad version string test case |
| 10 years ago | Andrew Kelley | | add directive to specify root export version |
| 10 years ago | Andrew Kelley | | minor parser refactoring |
| 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 |
|