| 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 |
| 8 years ago | Andrew Kelley | | zig fmt: fix comment after if before another if |
| 8 years ago | Andrew Kelley | | zig fmt: line comment between if block and else keyword |
| 8 years ago | Andrew Kelley | | zig fmt: same line comments after tokens in expression |
| 8 years ago | Andrew Kelley | | OpenBSD has the same C integer sizes as Linux |
| 8 years ago | Andrew Kelley | | std.fmt: use SI prefixes for printing bytes |
| 8 years ago | Andrew Kelley | | zig fmt: add comma on last switch prong |
| 8 years ago | Andrew Kelley | | std.fmt.format: support {B} for human readable bytes |
| 8 years ago | Andrew Kelley |  | build: add flag to LLD to fix gcc 8 build (#1013) |
| 8 years ago | Andrew Kelley | | fix @typeInfo not setting a field to comptime |
| 8 years ago | Andrew Kelley | | zig fmt: preserve same line doc comments on var decls |
| 8 years ago | Andrew Kelley | | std.zig.parse cleanup |
| 8 years ago | Andrew Kelley | | README: https links |
| 8 years ago | Andrew Kelley | | self hosted compiler: remove unused flag |
| 8 years ago | Andrew Kelley | | fix AST dumping code in self hosted compiler |
| 8 years ago | Andrew Kelley | | refactor std.zig.render to be recursive |
| 8 years ago | Andrew Kelley | | recursive render top level decl |
| 8 years ago | Andrew Kelley | | add @newStackCall builtin function |
|