| 5 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into ast-memory-layout |
| 5 years ago | Andrew Kelley | | MultiArrayList: use @memcpy as a workaround |
| 5 years ago | Isaac Freund |  | zig fmt: rework single statement if/while/for indentation |
| 5 years ago | Isaac Freund |  | zig fmt: fix comment indent after multiline single statement if/while/for |
| 5 years ago | Isaac Freund |  | zig fmt: handle comments in switch case value list |
| 5 years ago | Isaac Freund |  | zig fmt: fix firstToken() for switch_case |
| 5 years ago | Andrew Kelley | | zig fmt: respect extra newline between fn and pub usingnamespace |
| 5 years ago | Andrew Kelley | | std.MultiArrayList: add workaround for LLVM bug |
| 5 years ago | Andrew Kelley | | zig fmt: add 3 more disabled failing test cases |
| 5 years ago | Andrew Kelley | | zig fmt: for loop with ptr payload and index |
| 5 years ago | Andrew Kelley | | zig fmt: fn proto end with anytype and comma |
| 5 years ago | Andrew Kelley | | zig fmt: fix inline assembly test cases |
| 5 years ago | Andrew Kelley | | zig fmt: multiline string literals + array init |
| 5 years ago | Andrew Kelley | | zig fmt: fn call with comments and multiline strings |
| 5 years ago | Isaac Freund |  | zig fmt: comments/line breaks in field access chain |
| 5 years ago | Andrew Kelley | | zig fmt now intentionally respects all empty line comments |
| 5 years ago | Andrew Kelley | | translate-c: fix using wrong slice and AST tag |
| 5 years ago | Andrew Kelley | | translate-c: update to latest AST tag changes |
| 5 years ago | Isaac Freund |  | zig fmt: handle comments in array type/init/access |
| 5 years ago | Isaac Freund |  | zig fmt: enable array init trailing comment insertion test |
| 5 years ago | Isaac Freund |  | zig fmt: remove stray std.debug.print() |
| 5 years ago | Isaac Freund |  | zig fmt: insert trailing comma in struct init with comment |
| 5 years ago | Isaac Freund |  | zig fmt: insert trailing comma in fn params with comment |
| 5 years ago | Isaac Freund |  | zig fmt: container doc comments |
| 5 years ago | Veikka Tuominen |  | fix formatting in translate-c test case |
| 5 years ago | Andrew Kelley | | zig fmt: array literal with hint |
| 5 years ago | Andrew Kelley | | zig fmt: struct literal containing a multiline expression |
| 5 years ago | Andrew Kelley | | zig fmt: alignment in anonymous literal |
| 5 years ago | Andrew Kelley | | zig fmt: function params should align nicely |
| 5 years ago | Andrew Kelley | | zig fmt: while |
| 5 years ago | Andrew Kelley | | zig fmt: if condition has line break, no fn call comma |
| 5 years ago | Andrew Kelley | | zig fmt: if condition has line break but must not wrap |
| 5 years ago | Andrew Kelley | | zig fmt: if condition wraps |
| 5 years ago | Andrew Kelley | | zig fmt: 2nd arg multiline string |
| 5 years ago | Isaac Freund |  | zig fmt: fix firstToken() for extern fn_protos |
| 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 |
|