| 5 years ago | Andrew Kelley | | Sema: implement ExportOptions support in `@export` |
| 5 years ago | Andrew Kelley | | ZIR: typeof uses the un_node field not un_tok |
| 5 years ago | Andrew Kelley | | Sema: implement struct_decl instruction |
| 5 years ago | Andrew Kelley | | ZIR: implement debug text printing for struct_init and friends |
| 5 years ago | Andrew Kelley | | stage2: hook up semantic analysis of struct fields |
| 5 years ago | Andrew Kelley | | stage2: make struct field analysis lazy |
| 5 years ago | Andrew Kelley | | AstGen: fix outdated doc comment |
| 5 years ago | Andrew Kelley | | AstGen: decouple from Module/Compilation |
| 5 years ago | Andrew Kelley | | stage2: fix error reporting not loading AST |
| 5 years ago | Andrew Kelley | | stage2: test decls encode that they are tests in ZIR |
| 5 years ago | Andrew Kelley | | Sema: fix struct decl decoding ZIR incorrectly |
| 5 years ago | Andrew Kelley | | stage2: dbg_stmt ZIR instructions have line/col |
| 5 years ago | Andrew Kelley | | std.GeneralPurposeAllocator: print leaked memory addresses |
| 5 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen |
| 5 years ago | Andrew Kelley | | stage2: implement function body analysis |
| 5 years ago | Andrew Kelley | | stage2: introduce new ZIR instruction: arg |
| 5 years ago | Andrew Kelley | | Sema: implement function declarations |
| 5 years ago | Andrew Kelley | | start.zig: unconditionally import the root source file |
| 5 years ago | Andrew Kelley | | stage2: un-tangle memory management of Decl and Namespace |
| 5 years ago | Andrew Kelley | | stage2: fix File incorrectly freeing its Namespace |
| 5 years ago | Andrew Kelley | | stage2: properly free Decl name |
| 5 years ago | Andrew Kelley | | std: fix compile errors found by stage2 AstGen |
| 5 years ago | Andrew Kelley | | AstGen: represent global variables directly |
| 5 years ago | Andrew Kelley | | AstGen: implement extern variables |
| 5 years ago | Andrew Kelley | | AstGen: implement function prototypes with alignment exprs |
| 5 years ago | Andrew Kelley | | AstGen: fix comptime compile error source location |
| 5 years ago | Andrew Kelley | | Sema: rename TZIR to AIR |
| 5 years ago | Andrew Kelley | | Sema: skip analysis of empty enum blocks |
| 5 years ago | Andrew Kelley | | AstGen: implement anytype struct fields |
| 5 years ago | Andrew Kelley | | AstGen: implement comptime struct fields |
| 5 years ago | Andrew Kelley | | std.enums: remove stuff for enums with field aliases |
| 5 years ago | Andrew Kelley | | move behavior tests from test/stage1/ to test/ |
| 5 years ago | Andrew Kelley | | update behavior tests with respect to new builtin pkg |
| 5 years ago | Andrew Kelley | | tests: prepare behavior tests for stage2 |
| 5 years ago | Andrew Kelley | | stage2: fix scanDecls not advancing the field bits |
| 5 years ago | Andrew Kelley | | std: remove redundant comptime keyword |
| 5 years ago | Andrew Kelley | | stage2: implement semantic analysis for functions and global vars |
| 5 years ago | Andrew Kelley | | stage2: prepare for mainining Decl references to ZIR indexes |
| 5 years ago | Andrew Kelley | | stage2: semaDecl properly analyzes the decl block |
| 5 years ago | Andrew Kelley | | Sema: do not analyze test decls when not in test mode |
| 5 years ago | Jacob G-W | | stage2: implement #8364 |
| 5 years ago | Andrew Kelley | | std: remove redundant `comptime const` |
| 5 years ago | Andrew Kelley | | AstGen: hook up hex float parsing to float literals |
| 5 years ago | Andrew Kelley | | AstGen: function prototypes can have alignment |
| 5 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen |
| 5 years ago | Andrew Kelley | | AstGen: fix function src hash not including body |
| 5 years ago | Andrew Kelley | | link: fix compile error from previous commit |
| 5 years ago | Andrew Kelley | | stage2: rewire the frontend driver to whole-file-zir |
| 5 years ago | Andrew Kelley | | AstGen: improved handling of declarations |
| 5 years ago | Andrew Kelley | | AstGen: implement opaque decls |
|