| 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 |
| 8 years ago | Andrew Kelley | | fix windows build system |
| 8 years ago | Andrew Kelley | | fix comptime code modification of global const |
| 8 years ago | Andrew Kelley | | update std.Buffer API |
| 8 years ago | Marc Tiehuis | | Fix bigint shift-right partial shift |
| 8 years ago | Andrew Kelley | | zig fmt: fix not writing results |
| 8 years ago | Andrew Kelley | | Merge branch 'rework-parser' |
| 8 years ago | Andrew Kelley | | translate-c: fix typedef duplicate definition of variable |
| 8 years ago | Andrew Kelley |  | Merge pull request #1000 from zig-lang/slice-type-info |
| 8 years ago | Andrew Kelley | | add benchmark for measuring parser performance |
| 8 years ago | Andrew Kelley | | add std.SegmentedList.Iterator.prev |
| 8 years ago | Andrew Kelley | | add std.SegmentedList.Iterator |
| 8 years ago | Andrew Kelley | | tagged union field access prioritizes members over enum tags |
| 8 years ago | Andrew Kelley | | std.SegmentedList: cleaner separation of capacity functions |
| 8 years ago | Andrew Kelley |  | Merge pull request #992 from zig-lang/segmented-list |
| 8 years ago | Andrew Kelley | | zig fmt: same-line comment after non-block if expression |
| 8 years ago | Marc Tiehuis | | Fix bigint multi-limb shift and masks |
| 8 years ago | Jimmi Holst Christensen | | Made container methods that can be const, const |
| 8 years ago | Andrew Kelley | | zig fmt: switch with empty body |
| 8 years ago | Andrew Kelley | | zig fmt: same-line comment on comptime expression |
| 8 years ago | Andrew Kelley | | zig fmt: fix tokenization of float literal with exponent |
| 8 years ago | Marc Tiehuis | | Use allocator backed array for json value decoder |
| 8 years ago | Marc Tiehuis | | Fix review comments for json decoder |
| 8 years ago | Marc Tiehuis | | Add json decoder |
| 8 years ago | Andrew Kelley |  | Merge pull request #981 from BraedonWooding/ArrayIteratorUnifiedSyntax |
| 8 years ago | Andrew Kelley |  | Merge pull request #951 from alexnask/reflect_reify |
| 8 years ago | Jimmi Holst Christensen | | Fixed extern enums having the wrong size (#970) |
| 8 years ago | Andrew Kelley |  | Merge pull request #979 from zig-lang/test-release-small |
|