| 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 |
| 8 years ago | Alexandros Naskos | | Fixed inlining determination test (#972) |
| 8 years ago | Andrew Kelley | | fix compiler-rt tests accidentally running std tests |
| 8 years ago | Andrew Kelley | | std.atomic - use AtomicOrder.SeqCst for everything |
| 8 years ago | Andrew Kelley |  | Merge pull request #975 from zig-lang/none-pure-enums |
| 8 years ago | Andrew Kelley | | windows threading: add missing call to CloseHandle |
| 8 years ago | Andrew Kelley | | zig fmt: line comments in struct initializer |
| 8 years ago | Andrew Kelley | | zig fmt: only some docs have doc comments |
| 8 years ago | Andrew Kelley | | zig fmt: comments in field decls |
| 8 years ago | Andrew Kelley | | zig fmt: error set decls |
| 8 years ago | Andrew Kelley | | zig fmt: consistent spacing for container inits |
|