| 8 years ago | Andrew Kelley | | fix crash when evaluating return type has compile error |
| 8 years ago | Andrew Kelley |  | Merge pull request #1057 from ziglang/comptime-int |
| 8 years ago | Andrew Kelley |  | Pointer Reform: proper slicing and indexing (#1053) |
| 8 years ago | Andrew Kelley | | never call malloc with size 0 |
| 8 years ago | Andrew Kelley | | support `zig fmt: off` and `zig fmt: on` between top level decls |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-zig-custom-format' |
| 8 years ago | Andrew Kelley | | disallow single-item pointer indexing |
| 8 years ago | Marc Tiehuis | | Add context to zig_unreachable calls (#1039) |
| 8 years ago | Andrew Kelley | | better compile error for error sets behind nullable |
| 8 years ago | Marc Tiehuis | | Make zig fmt exit with error on any parse errors |
| 8 years ago | Andrew Kelley | | introduce [*] for unknown length pointers |
| 8 years ago | Andrew Kelley | | fix build file template |
| 8 years ago | Andrew Kelley | | appveyor: remove llvm 5.0.1 from cache |
| 8 years ago | Andrew Kelley | | docs: add missing builtin to langref syntax coloring |
| 8 years ago | Arthur Elliott | | fix typo (#1034) |
| 8 years ago | Andrew Kelley |  | Merge pull request #1032 from ziglang/pointer-reform |
| 8 years ago | Andrew Kelley | | zig fmt: add --color option to CLI help text |
| 8 years ago | Andrew Kelley | | Add --color CLI option to zig fmt |
| 8 years ago | Andrew Kelley | | zig fmt: don't compute a sha-256 for no reason |
| 8 years ago | Andrew Kelley | | run zig fmt on the codebase |
| 8 years ago | Andrew Kelley | | zig fmt: field access does not cause spaces for slicing |
| 8 years ago | Andrew Kelley | | zig fmt: space after fn in fn prototypes |
| 8 years ago | Andrew Kelley | | spaces around slice operator if operands are infix |
| 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 |
|