| 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 |
| 8 years ago | Andrew Kelley | | zig fmt: aggregate type init with only 1 field |
| 8 years ago | Andrew Kelley | | zig fmt: support union(enum(tag)) and enum init values |
| 8 years ago | Andrew Kelley | | zig fmt: support labeled suspend |
| 8 years ago | Andrew Kelley | | zig fmt: support promise->T |
| 8 years ago | Andrew Kelley | | zig fmt: better multiline string handling |
| 8 years ago | Andrew Kelley | | run zig fmt on std/os/index.zig |
| 8 years ago | Andrew Kelley | | std.zig.tokenizer: 3 slashes is doc comment, 4 is line comment |
| 8 years ago | Andrew Kelley | | std.zig.tokenizer: fix handling of line comment / doc comment |
| 8 years ago | Andrew Kelley | | zig fmt: support line comments and doc comments |
| 8 years ago | Andrew Kelley | | update comment in std/os/index.zig |
| 8 years ago | Andrew Kelley | | zig fmt: comments before error set decl |
| 8 years ago | Andrew Kelley | | zig fmt: comments before switch prong |
| 8 years ago | Andrew Kelley | | zig fmt: same-line comment after switch prong |
| 8 years ago | Andrew Kelley | | zig fmt: comments before var decl in struct |
| 8 years ago | Andrew Kelley | | zig fmt: preserve same line comment after struct field |
| 8 years ago | Andrew Kelley | | zig fmt: array literal with 1 item on 1 line |
| 8 years ago | Josh Wolfe | | use explicit error sets for utf8Decode functions |
| 8 years ago | Andrew Kelley | | zig fmt: preserve same-line comment after statement |
| 8 years ago | Josh Wolfe | | move some checks around in utf8Encode logic to be more zig idiomatic |
| 8 years ago | Josh Wolfe |  | Merge pull request #954 from BraedonWooding/patch-2 |
| 8 years ago | Andrew Kelley | | zig fmt: preserve comments before global variables |
| 8 years ago | Andrew Kelley | | fix bootstrap_lib for windows, take 2 |
| 8 years ago | Andrew Kelley | | fix bootstrap_lib for windows |
| 8 years ago | Andrew Kelley | | zig fmt: respect comments before statements |
| 8 years ago | Andrew Kelley |  | Merge pull request #963 from zig-lang/atomic-stack-and-queue |
| 8 years ago | Andrew Kelley |  | Merge pull request #930 from zig-lang/float-printing |
| 8 years ago | Jimmi Holst Christensen | | Using allocate instead of allocate_nonzero so we don't have to memset |
| 8 years ago | Jimmi Holst Christensen | | Fixed build error |
|