| 5 years ago | Andrew Kelley | | std: remove `comptime const` |
| 5 years ago | Andrew Kelley | | AstGen: implement integers bigger than u64 |
| 5 years ago | Andrew Kelley | | stage2: write out builtin.zig before spawning AstGen tasks |
| 5 years ago | Andrew Kelley | | ZIR: fix text printing of field_ptr_type |
| 5 years ago | Andrew Kelley | | stage2: fix builtin.zig for `zig test` |
| 5 years ago | Jacob G-W | | std: fix potential bug in parseInt |
| 5 years ago | Andrew Kelley | | std: fix compile errors caught by stage2 AstGen |
| 5 years ago | Andrew Kelley | | delete packed enums from the language |
| 5 years ago | Andrew Kelley | | AstGen: implement align and linksection on globals |
| 5 years ago | Andrew Kelley | | std: fix compile errors caught by stage2 AstGen |
| 5 years ago | Andrew Kelley | | AstGen: implement `@extern` builtin |
| 5 years ago | Andrew Kelley | | AstGen: fix `@export` |
| 5 years ago | Andrew Kelley | | AstGen: implement function prototypes |
| 5 years ago | Andrew Kelley | | AstGen: implement alignment on locals |
| 5 years ago | Andrew Kelley | | AstGen: implement comptime locals |
| 5 years ago | Andrew Kelley | | AstGen: fix switch result location elision |
| 5 years ago | Andrew Kelley | | AstGen: implement `@bitCast` for other result location types |
| 5 years ago | Andrew Kelley | | AstGen: fix `@floatCast` having wrong arity |
| 5 years ago | Andrew Kelley | | AstGen: slightly better eager-allocating heuristic |
| 5 years ago | Andrew Kelley | | AstGen: implement union decls |
| 5 years ago | Andrew Kelley | | AstGen: implement size zero inferred length arrays |
| 5 years ago | Andrew Kelley | | AstGen: fix store_to_block_ptr elision for switch statements |
| 5 years ago | Andrew Kelley | | std.fs: delete unused label |
| 5 years ago | Andrew Kelley | | AstGen: implement for loop payload |
| 5 years ago | Andrew Kelley | | AstGen: implement anytype parameters |
| 5 years ago | Andrew Kelley | | AstGen: implement defer for `break` |
| 5 years ago | Andrew Kelley | | AstGen: implement defer for `continue` |
| 5 years ago | Andrew Kelley | | AstGen: basic defer implementation |
| 5 years ago | Jacob G-W | | stage2: make std.fmt.parseInt ignore `_` |
| 5 years ago | Jacob G-W | | stage2: fix compile error in codegen |
| 5 years ago | Andrew Kelley | | AstGen: `try` fixups |
| 5 years ago | Jacob G-W | | stage2: astgen `try` |
| 5 years ago | Andrew Kelley | | AstGen: implement array initialization expressions |
| 5 years ago | Andrew Kelley | | stage2: make `@alignCast` accept 2 parameters |
| 5 years ago | Andrew Kelley | | AstGen: implement inline asm output |
| 5 years ago | Andrew Kelley | | zig astgen: print instruction counts and byte sizes |
| 5 years ago | Andrew Kelley | | AstGen: implement error set decls |
| 5 years ago | Andrew Kelley | | AstGen: implement functions with inferred error sets |
| 5 years ago | Andrew Kelley | | std.MultiArrayList: ensureUnusedCapacity/ensureTotalCapacity |
| 5 years ago | Andrew Kelley | | AstGen: implement if optional, if error union |
| 5 years ago | Andrew Kelley | | AstGen: implement while optional and while error union |
| 5 years ago | Andrew Kelley | | AstGen: implement the remaining struct init ResultLoc forms |
| 5 years ago | Andrew Kelley | | AstGen: implement all the builtin functions |
| 5 years ago | Andrew Kelley | | AstGen: implement overflow arithmetic builtins |
| 5 years ago | Andrew Kelley | | AstGen: implement simple enums and decls for enums |
| 5 years ago | Andrew Kelley | | AstGen: fix compile error using wrong node/token function |
| 5 years ago | Andrew Kelley | | stage2: make `@import` relative to the current file |
| 5 years ago | Andrew Kelley | | AstGen: fix function decl astgen |
| 5 years ago | Andrew Kelley | | build.zig: add a way to skip installing lib/ files |
| 5 years ago | Andrew Kelley | | AstGen: implement global var decls |
|