| 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 |
| 5 years ago | Andrew Kelley | | stage2: pre-open ZIR cache dir handles |
| 5 years ago | Andrew Kelley | | stage2: implement caching for ZIR code |
| 5 years ago | Andrew Kelley | | AstGen: implement `@Vector` |
| 5 years ago | Andrew Kelley | | stage2: move overflow builtin ZIR instructions to Extended |
| 5 years ago | Andrew Kelley | | AstGen: parser ensures all suspend have blocks |
| 5 years ago | Andrew Kelley | | AstGen: implement await and resume |
| 5 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen |
| 5 years ago | Andrew Kelley | | stage2: better error reporting for LazySrcLoc.entire_file |
| 5 years ago | Andrew Kelley | | AstGen: support struct init with ref result location |
| 5 years ago | Andrew Kelley | | stage2: remove call_none and call_none_chkused ZIR |
| 5 years ago | Andrew Kelley | | stage2: remove dead ZIR instructions |
| 5 years ago | Andrew Kelley | | AstGen: emit nosuspend function calls |
| 5 years ago | Andrew Kelley | | AstGen: implement nosuspend expressions |
| 5 years ago | Andrew Kelley | | AstGen: implement suspend blocks |
| 5 years ago | Andrew Kelley | | stage2: implement `anyframe`, `anyframe->T` and fix assembly |
| 5 years ago | Andrew Kelley | | AstGen: compile error for unable to infer array size |
| 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 |
|