| 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 |
| 8 years ago | Jimmi Holst Christensen | | Trying to fix osx build failing by setting param_info.type to nullptr |
| 8 years ago | Jimmi Holst Christensen | | Fixed wrong formatting for arg_index when reporting @ArgType error |
| 8 years ago | Jimmi Holst Christensen | | .ReturnType and @ArgType now emits errors on unresolved types |
| 8 years ago | Jimmi Holst Christensen | | Functions with infered error set can now return literals |
| 8 years ago | Jimmi Holst Christensen | | Removed zero sized error set optimization |
| 8 years ago | Andrew Kelley |  | Merge pull request #949 from zig-lang/complex-math |
| 8 years ago | Andrew Kelley | | std.mem: add more slice manipulation functions |
| 8 years ago | Marc Tiehuis | | crypto throughput test now uses os.time module |
| 8 years ago | Andrew Kelley | | fix interaction between defer and labeled break |
| 8 years ago | Andrew Kelley | | fix bigint twos complement implementation |
| 8 years ago | Andrew Kelley | | add compile error for invalid deref on switch target |
| 8 years ago | Andrew Kelley | | exit(1) instead of abort() for file not found |
| 8 years ago | Andrew Kelley | | fix windows build broken by previous commit |
| 8 years ago | Andrew Kelley | | better error reporting for missing libc on windows |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-std.os.time' |
| 8 years ago | Andrew Kelley | | add alignment docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #939 from tgschultz/large-alignment-directalloc |
| 8 years ago | Andrew Kelley | | travis: use encrypted env vars for s3 credentials |
| 8 years ago | Andrew Kelley | | add test case for #936 |
| 8 years ago | Andrew Kelley | | std.zig.parser: remove unused field |
| 8 years ago | Harry Eakins | | Changed all MB to MiB |
| 8 years ago | Harry Eakins | | Readability improvements and bug-fix to std/crypto/throughput_test.zig |
| 8 years ago | Andrew Kelley | | zig fmt: preserve comments in front of test blocks |
| 8 years ago | Jimmi Holst Christensen |  | Merge pull request #934 from zig-lang/adding-builtin-field |
| 8 years ago | Andrew Kelley | | support break in suspend blocks |
| 8 years ago | Andrew Kelley | | add --no-rosegment cli option |
| 8 years ago | Andrew Kelley | | improve cmpxchg |
| 8 years ago | Andrew Kelley | | fix windows not respecting --msvc-lib-dir, --kernel32-lib-dir |
| 8 years ago | Marc Tiehuis | | Add exp/norm distributed random float generation |
|