| 5 years ago | Isaac Freund |  | zig fmt: insert trailing comma in switches |
| 5 years ago | Veikka Tuominen |  | update docgen to use new ast |
| 5 years ago | Veikka Tuominen |  | translate-c: check for noreturn in switch in more cases |
| 5 years ago | Isaac Freund |  | zig fmt: fix comments ending with EOF after decls |
| 5 years ago | Veikka Tuominen |  | translate-c: switch default should have an empty block not break |
| 5 years ago | Isaac Freund |  | parser: anytype is not a vaild return type |
| 5 years ago | Isaac Freund |  | zig fmt: fix formatting of parser tests |
| 5 years ago | Veikka Tuominen |  | zig fmt: correct Node.firstToken for .fn_decl, add error for missing container |
| 5 years ago | Veikka Tuominen |  | render: handle comments ending in EOF |
| 5 years ago | Veikka Tuominen |  | parser: warn on missing for loop payload, recover from invalid global error set access |
| 5 years ago | Andrew Kelley | | zig fmt: if nested |
| 5 years ago | Andrew Kelley | | translate-c: fix fn_decl vs fn_proto |
| 5 years ago | Andrew Kelley | | zig fmt: rewrite inline functions as callconv(.Inline) |
| 5 years ago | Andrew Kelley | | parser: fix recovery for missing semicolons |
| 5 years ago | Andrew Kelley | | parser: modify another recovery test case |
| 5 years ago | Andrew Kelley | | parser: remove support for recovering from extra top level end curlies |
| 5 years ago | Andrew Kelley | | parser: remove support for a recovery test case |
| 5 years ago | Andrew Kelley | | parser: support more recovery test cases |
| 5 years ago | Andrew Kelley | | AST: use fn_proto not fn_decl for extern decls |
| 5 years ago | Andrew Kelley | | parse: implement error for invalid bit range and alignment |
| 5 years ago | Veikka Tuominen |  | translate-c: use global scope for typedef/record/enum type translation if needed |
| 5 years ago | Andrew Kelley | | stage2: debug line nops supports bigger padding |
| 5 years ago | Andrew Kelley | | stage2: fix a couple off by one errors |
| 5 years ago | Andrew Kelley | | stage2: fix not setting up ZIR arg instruction correctly |
| 5 years ago | Andrew Kelley | | stage2: fix incorrect ast.Tree.getNodeSource impl |
| 5 years ago | Andrew Kelley | | stage2: remove incorrect newlines from log statements |
| 5 years ago | Andrew Kelley | | stage2: test harness: panic on OOM rather than assert |
| 5 years ago | Andrew Kelley | | stage2: AST: clean up parse errors |
| 5 years ago | Andrew Kelley | | readme: update introduction link |
| 5 years ago | Isaac Freund |  | stage2: make same line doc comments a parse error |
| 5 years ago | Veikka Tuominen |  | translate-c: correctly add semicolon to if statements |
| 5 years ago | Veikka Tuominen |  | Merge pull request #7479 from ziglang/translate-c-ast |
| 5 years ago | Andrew Kelley | | astgen: fix remaining compile errors |
| 5 years ago | Andrew Kelley | | stage2: astgen: fix most of the remaining compile errors |
| 5 years ago | Andrew Kelley | | stage2: fix a couple more compilation errors |
| 5 years ago | Andrew Kelley | | stage2: fix some of the compilation errors in this branch |
| 5 years ago | Andrew Kelley | | astgen: finish updating expressions to new mem layout |
| 5 years ago | Isaac Freund |  | zig fmt: get rid of Space.no_comment |
| 5 years ago | Isaac Freund |  | zig fmt: implement 'zig fmt: (on|off)' directives |
| 5 years ago | Isaac Freund |  | std: remove io.AutoIndentingStream |
| 5 years ago | Andrew Kelley | | astgen: update more expression types to new mem layout |
| 5 years ago | Isaac Freund |  | zig fmt: fix inferred error union return types |
| 5 years ago | Andrew Kelley | | astgen: update a handful of expression types to new mem layout |
| 5 years ago | Isaac Freund | | zig fmt: implement multiline string literals |
| 5 years ago | Isaac Freund | | zig fmt: remove empty lines at start/end of block |
| 5 years ago | Andrew Kelley | | stage2: more progress towards Module/astgen building with new mem layout |
| 5 years ago | Andrew Kelley | | zig fmt: add failing test case for inline/callconv conversion |
| 5 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into ast-memory-layout |
| 5 years ago | Andrew Kelley | | stage2: start reworking Module/astgen for memory layout changes |
| 5 years ago | Veikka Tuominen |  | snake_case render.Space |
|