| 10 years ago | Josh Wolfe | | tokenizer parses all number literal types |
| 10 years ago | Andrew Kelley | | codegen: add support for shortening cast |
| 10 years ago | Andrew Kelley | | std: even more efficient inline assembly |
| 10 years ago | Andrew Kelley | | std: more efficient inline assembly |
| 10 years ago | Andrew Kelley | | support inline assembly expressions with return type |
| 10 years ago | Andrew Kelley | | std: expose exit syscall |
| 10 years ago | Andrew Kelley | | constant initializers allow simple expressions |
| 10 years ago | Andrew Kelley | | add global variable support |
| 10 years ago | Andrew Kelley | | analyze: BlockContext has concept of module scope |
| 10 years ago | Andrew Kelley | | `const` and `var` instead of `let` and `let mut` |
| 10 years ago | Andrew Kelley | | doc: update vim syntax |
| 10 years ago | Andrew Kelley | | instead of *mut and *const, & and &const |
| 10 years ago | Josh Wolfe | | prefer `int *token_index` over new_token_index |
| 10 years ago | Josh Wolfe | | fix compile -Werrors |
| 10 years ago | Andrew Kelley | | std: factor out the write syscall and make it public |
| 10 years ago | Andrew Kelley | | add number literal type |
| 10 years ago | Andrew Kelley | | fix incorrect debug info path to imports |
| 10 years ago | Josh Wolfe | | prefer checking a type's id over comparing it to a builtin_types entry |
| 10 years ago | Andrew Kelley | | structs are working |
| 10 years ago | Josh Wolfe | | codegen and tests for modify operators. closes #16 |
| 10 years ago | Josh Wolfe | | parsing assignment operators |
| 10 years ago | Josh Wolfe | | tokenizing assignment operators |
| 10 years ago | Josh Wolfe | | fix short circuit expressions |
| 10 years ago | Josh Wolfe | | fix a + b + c and similar |
| 10 years ago | Andrew Kelley | | progress on struct support |
| 10 years ago | Andrew Kelley | | std: print_str no longer requires length argument |
| 10 years ago | Andrew Kelley | | prepare codebase for struct and string support |
| 10 years ago | Andrew Kelley | | readme: update current status |
| 10 years ago | Andrew Kelley | | move roadmap to github issues |
| 10 years ago | Andrew Kelley | | hello world working without libc |
| 10 years ago | Andrew Kelley | | provide std.zig and add it to import paths |
| 10 years ago | Andrew Kelley | | add inline assembly support |
| 10 years ago | Andrew Kelley | | add language reference documentation |
| 10 years ago | Andrew Kelley | | doc: update vim syntax |
| 10 years ago | Andrew Kelley | | readme: update int types |
| 10 years ago | Andrew Kelley | | parseh: cleanup types |
| 10 years ago | Josh Wolfe | | fix typo |
| 10 years ago | Andrew Kelley | | ability to call external variadic functions |
| 10 years ago | Andrew Kelley | | parseh: better results for stdio.h |
| 10 years ago | Andrew Kelley | | parseh: add c header files |
| 10 years ago | Andrew Kelley | | add test for arrays |
| 10 years ago | Andrew Kelley | | support assigning to arrays |
| 10 years ago | Andrew Kelley | | array access support |
| 10 years ago | Andrew Kelley | | add array access syntax |
| 10 years ago | Andrew Kelley | | codegen does signed, unsigned, and floating point math |
| 10 years ago | Andrew Kelley | | codegen: set target triple and data layout |
| 10 years ago | Andrew Kelley | | codegen: do all the allocas at beginning of function |
| 10 years ago | Andrew Kelley | | add local variables to debug info |
| 10 years ago | Andrew Kelley | | integrate debug scopes with block context |
| 10 years ago | Andrew Kelley | | all variables have memory addresses |
|