| 8 years ago | Andrew Kelley | | std.zig.render returns bool of whether anything changed |
| 8 years ago | Jimmi Holst Christensen | | Adding workaround for when the user tries to unwrap 'type' |
| 8 years ago | Jimmi Holst Christensen | | Removed copy-pasted resolve_inferred_error_set |
| 8 years ago | Jimmi Holst Christensen | | fixed #1009 |
| 8 years ago | Andrew Kelley | | fix syntax of std/json_test.zig |
| 8 years ago | Andrew Kelley | | fix AtomicFile for relative paths |
| 8 years ago | Andrew Kelley | | run zig fmt on the codebase |
| 8 years ago | Andrew Kelley | | zig fmt: fix implementation of firstToken() for fn call |
| 8 years ago | Andrew Kelley | | zig fmt: fix extra space after comma before multi line string |
| 8 years ago | Andrew Kelley | | zig fmt: handle if and while indentation better |
| 8 years ago | Andrew Kelley | | zig fmt: fix spacing when moving doc comment on var decls |
| 8 years ago | Andrew Kelley | | zig fmt: if-else with comment before else |
| 8 years ago | Andrew Kelley | | zig fmt: respect line breaks in if-else |
| 8 years ago | Andrew Kelley | | zig fmt: respect line breaks after infix operators |
| 8 years ago | Andrew Kelley | | zig fmt: render fn decl with trailing comma 1 line per param |
| 8 years ago | Andrew Kelley | | zig fmt: fix enum decl with no trailing comma |
| 8 years ago | Andrew Kelley | | zig fmt: fix switch body indent |
| 8 years ago | Andrew Kelley | | zig fmt: allow same line struct literal with no trailing comma |
| 8 years ago | Andrew Kelley | | zig fmt: use simple newlines rather than empty comments to hint |
| 8 years ago | Andrew Kelley | | zig fmt: array literals with no trailing comma all on one line |
| 8 years ago | Andrew Kelley | | zig fmt: delete empty comments that do nothing |
| 8 years ago | Andrew Kelley | | run zig fmt on some of the codebase |
| 8 years ago | Andrew Kelley | | zig fmt: support array literal row size hint |
| 8 years ago | Andrew Kelley | | zig fmt: better multiline string formatting |
| 8 years ago | Andrew Kelley | | zig fmt: fn calls with trailing comma with params on new lines |
| 8 years ago | Andrew Kelley | | zig fmt: handle empty block with comment inside |
| 8 years ago | Andrew Kelley | | zig fmt: no space on switch range operator |
| 8 years ago | Andrew Kelley | | zig fmt: fix rendering of struct with no trailing comma on last field |
| 8 years ago | Andrew Kelley | | zig fmt: parse extra comma in asm expressions |
| 8 years ago | Andrew Kelley | | zig fmt: put nested struct inits on newlines |
| 8 years ago | Andrew Kelley | | trailing comma after var args is not supported |
| 8 years ago | Andrew Kelley | | zig fmt: support trailing comma on switch case items |
| 8 years ago | Andrew Kelley | | zig fmt: fix rendering of align keyword of slice type |
| 8 years ago | Andrew Kelley | | update json_test to be compliant with zig source encoding |
| 8 years ago | Andrew Kelley | | handle more cases of inserting trailing commas |
| 8 years ago | Andrew Kelley | | zig fmt: handle missing trailing comma in array literals |
| 8 years ago | Andrew Kelley | | enum fields with a type are not supported |
| 8 years ago | Andrew Kelley | | zig fmt: fix handling of comments at top of file |
| 8 years ago | Andrew Kelley | | struct fields with no explicit type are not supported |
| 8 years ago | Andrew Kelley | | zig fmt: support aligned ptr with bit fields |
| 8 years ago | Andrew Kelley | | std.zig.tokenizer: support hex escape in char literals |
| 8 years ago | Andrew Kelley | | update github.com/zig-lang to github.com/ziglang |
| 8 years ago | Andrew Kelley | | Merge branch 'BraedonWooding-patch-3' |
| 8 years ago | Andrew Kelley | | std.zig.tokenizer: fix tokenization of hex floats |
| 8 years ago | Andrew Kelley | | std.zig.parse ignores comments |
| 8 years ago | Marc Tiehuis | | Make JsonParser public |
| 8 years ago | Marc Tiehuis | | Make StreamingJsonParser public |
| 8 years ago | Andrew Kelley | | zig fmt: add pointer deref syntax |
| 8 years ago | Andrew Kelley |  | Merge pull request #1019 from zig-lang/pointer-reform |
| 8 years ago | Andrew Kelley | | fix std.SegmentedList.Iterator.set |
|