| 10 years ago | Josh Wolfe | | cmake needs to be taught a lesson in debian paths |
| 10 years ago | Andrew Kelley | | add mutable local variables |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | fix hello world example |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | add unused label error |
| 10 years ago | Andrew Kelley | | run_tests supports --reverse arg |
| 10 years ago | Andrew Kelley | | error for extern function with void parameter |
| 10 years ago | Andrew Kelley | | fix reading source from stdin |
| 10 years ago | Andrew Kelley | | parseh: fix wrong fn parameters in some cases |
| 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 |
|