| 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 |
| 5 years ago | Andrew Kelley | | std: deprecate ensureCapacity, add two other capacity functions |
| 5 years ago | Andrew Kelley | | stage2: use import list from ZIR to queue up more AstGen tasks |
| 5 years ago | Andrew Kelley | | AstGen: store list of imports |
| 5 years ago | Andrew Kelley | | ZIR: rename decl_val and decl_ref to remove redundant suffix |
| 5 years ago | Andrew Kelley | | AstGen: require `@import` operand to be string literal |
| 5 years ago | Andrew Kelley | | AstGen: put decls into blocks to be evaluated independently |
| 5 years ago | Andrew Kelley | | stage2: AstGen improvements |
| 5 years ago | Andrew Kelley | | AstGen: implement comptimeDecl, usingnamespaceDecl, testDecl |
| 5 years ago | Andrew Kelley | | AstGen: implement global variable decls |
| 5 years ago | Andrew Kelley | | fix new references to std.builtin that should have been std.Target |
| 5 years ago | Andrew Kelley | | stage2: fix zir.zig => Zir.zig in CMakeLists.txt |
| 5 years ago | Andrew Kelley | | stage2: preliminary reworking for whole-file-AstGen |
| 5 years ago | Andrew Kelley | | stage2: rename zir to Zir |
| 5 years ago | Andrew Kelley | | stage2: move zir.Code to become root level fields of zir.zig |
| 5 years ago | Andrew Kelley | | stage2 start.zig: slight simplification |
| 5 years ago | Andrew Kelley | | stage2: implement `@bitSizeOf` |
| 5 years ago | Andrew Kelley | | stage2: implement comptime division |
| 5 years ago | Andrew Kelley | | stage2: implement `@sizeOf` |
| 5 years ago | Andrew Kelley | | stage2: implement non-trivial enums |
| 5 years ago | Andrew Kelley | | stage2: improvements aimed at std lib integration |
| 5 years ago | Andrew Kelley | | std: change `@import("builtin")` to `std.builtin` |
| 5 years ago | Andrew Kelley | | stage2: remove redundant source hash |
| 5 years ago | Andrew Kelley | | stage2: entry point via std lib and proper updated file detection |
| 5 years ago | Andrew Kelley | | stage2: properly model miscellaneous failed tasks |
| 5 years ago | Andrew Kelley | | ci: drone: disable stage2 tests |
|