| 5 years ago | Isaac Freund | | zig fmt: implement Tree.lastToken() for array init |
| 5 years ago | Isaac Freund | | zig fmt: implement Tree.lastToken() for array types |
| 5 years ago | Isaac Freund | | zig fmt: fix render of pointers with ** tokens |
| 5 years ago | Isaac Freund | | zig fmt: support bodyless function decls |
| 5 years ago | Isaac Freund | | zig fmt: fix typo in firstToken() for pointer types |
| 5 years ago | Andrew Kelley | | zig fmt: re-enable now-passing test cases |
| 5 years ago | Andrew Kelley | | zig fmt: fix regression with many container members |
| 5 years ago | Andrew Kelley | | zig fmt: remove dead code |
| 5 years ago | Andrew Kelley | | zig fmt: anytype, fn calls with one param, trailing commas |
| 5 years ago | Andrew Kelley | | zig fmt: grouped expressions |
| 5 years ago | Andrew Kelley | | zig fmt: suspend blocks |
| 5 years ago | Andrew Kelley | | zig fmt: usingnamespace |
| 5 years ago | Andrew Kelley | | zig fmt: for loops |
| 5 years ago | Andrew Kelley | | zig fmt: while loops |
| 5 years ago | Andrew Kelley | | zig fmt: fn protos and anytype |
| 5 years ago | Andrew Kelley | | zig fmt: asm expressions |
| 5 years ago | Isaac Freund | | zig fmt: implement switches |
| 5 years ago | Isaac Freund | | zig fmt: fix block lbrace indent |
| 5 years ago | Isaac Freund | | zig fmt: implement break |
| 5 years ago | Isaac Freund | | std/zig/ast: fix Tree.lastToken() for blocks |
| 5 years ago | Isaac Freund | | zig fmt: split Slice and SliceSentinel |
| 5 years ago | Isaac Freund | | zig fmt: implement error set decls |
| 5 years ago | Isaac Freund | | zig fmt: implement catch and return |
| 5 years ago | Isaac Freund | | zig fmt: implement slices |
| 5 years ago | Isaac Freund | | zig fmt: implement pointer types |
| 5 years ago | Andrew Kelley | | zig fmt: builtin call with trailing comma |
| 5 years ago | Andrew Kelley | | zig fmt: trailing comma in fn parameter list |
| 5 years ago | Andrew Kelley | | zig fmt: implement container decls |
| 5 years ago | Andrew Kelley | | std.MultiArrayList: use `@memset` builtin for undefined |
| 5 years ago | Isaac Freund | | zig fmt: array types |
| 5 years ago | Isaac Freund | | zig fmt: struct and anon array initialization |
| 5 years ago | Isaac Freund | | zig fmt: float literal with exponent |
| 5 years ago | Isaac Freund | | std.MultiArrayList: implement review comments |
| 5 years ago | Andrew Kelley | | zig fmt: implement struct init |
| 5 years ago | Andrew Kelley | | zig fmt: implement fn protos and defers |
| 5 years ago | Asherah Connor | | zig fmt: deref, unwrap optional |
| 5 years ago | Andrew Kelley | | zig fmt: builtin calls and array access |
| 5 years ago | Andrew Kelley | | zig fmt: implement top-level fields |
| 5 years ago | Andrew Kelley | | zig fmt: implement if, call, field access, assignment |
| 5 years ago | Andrew Kelley | | zig fmt: implement simple test with doc comments |
| 5 years ago | Andrew Kelley | | zig fmt: implement "line comment followed by top-level comptime" |
| 5 years ago | Andrew Kelley | | zig fmt: start reworking with new memory layout |
| 5 years ago | Andrew Kelley | | stage2: tokenizer does not emit line comments anymore |
| 5 years ago | Andrew Kelley | | stage2: rework AST memory layout |
| 5 years ago | Andrew Kelley | | std.GeneralPurposeAllocator: logging improvements |
| 5 years ago | Andrew Kelley | | add std.MultiArrayList |
| 5 years ago | Joran Dirk Greef | | Add MAX_RW_COUNT limit to std.os.pread() |
| 5 years ago | Koakuma | | Fix f128 NaN check on big-endian hosts |
| 5 years ago | Timon Kruiper | | render: fix bug when rendering struct initializer with length 1 |
| 5 years ago | Andrew Kelley |  | Merge pull request #7846 from LemonBoy/filtertest |
|