| 8 years ago | Jimmi Holst Christensen | | Added better support for none pure enums in tranlate C |
| 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 |
| 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' |
|