| 8 years ago | Andrew Kelley | | zig fmt supports simple line comments |
| 8 years ago | Andrew Kelley | | fix compiler crash when struct contains... |
| 8 years ago | Andrew Kelley | | fix crash when doing comptime float rem comptime int |
| 8 years ago | Andrew Kelley | | std.zig.parser understands try. zig fmt respects a double line break. |
| 8 years ago | Andrew Kelley | | fix sometimes not type checking function parameters |
| 8 years ago | Andrew Kelley | | std.zig.parser understands inferred return type and error inference |
| 8 years ago | Andrew Kelley | | fix build broken by previous commit |
| 8 years ago | Andrew Kelley | | self hosted parser: support string literals |
| 8 years ago | Andrew Kelley | | self hosted parser supports builtin fn call with no args |
| 8 years ago | Andrew Kelley | | correct doc comment in self hosted parser |
| 8 years ago | Andrew Kelley | | zig_llvm.cpp uses new(std::nothrow) |
| 8 years ago | Andrew Kelley | | self hosted: add tokenizer test fix eof handling |
| 8 years ago | Andrew Kelley | | fix self hosted tokenizer handling of EOF |
| 8 years ago | Andrew Kelley | | self hosted parser tests every combination of memory allocation failure |
| 8 years ago | Andrew Kelley | | std.heap.ArenaAllocator: fix incorrectly activating safety check |
| 8 years ago | Andrew Kelley | | back to malloc instead of aligned_alloc for c_allocator |
| 8 years ago | Andrew Kelley | | remove std.heap.IncrementingAllocator |
| 8 years ago | Andrew Kelley | | introduce std.heap.ArenaAllocator and std.heap.DirectAllocator |
| 8 years ago | Andrew Kelley | | fix exported variable not named in the object file |
| 8 years ago | Andrew Kelley | | std: refactor posixOpen to be friendlier to error return traces |
| 8 years ago | Andrew Kelley | | std.os and std.io API update |
| 8 years ago | Andrew Kelley | | std zig tokenizer: don't require 3 newlines at the end of the source |
| 8 years ago | Andrew Kelley | | std lib: modify allocator idiom |
| 8 years ago | Andrew Kelley | | fix compiler crash switching on global error with no else |
| 8 years ago | Andrew Kelley | | self hosted compiler: move tokenization and parsing to std lib |
| 8 years ago | Andrew Kelley | | fix crash with error peer type resolution |
| 8 years ago | Andrew Kelley | | appveyor: don't try to build for mingw |
| 8 years ago | Andrew Kelley |  | Merge pull request #759 from zig-lang/error-sets |
| 8 years ago | Marc Tiehuis | | Add ArrayList functions (#755) |
| 8 years ago | Ben Noordhuis | | implement openSelfExe() on darwin (#753) |
| 8 years ago | Jeff Fowler | | improve behavior of `zig build` (#754) |
| 8 years ago | Ben Noordhuis | | format struct pointers as "<typename>@<address>" (#752) |
| 8 years ago | Ben Noordhuis | | DRY 'is slice?' conditionals in parser (#750) |
| 8 years ago | Andrew Kelley | | handle linux returning EINVAL for large writes |
| 8 years ago | Andrew Kelley | | handle linux returning EINVAL for large reads |
| 8 years ago | Andrew Kelley | | fix test failure, organize code, add new compile error |
| 8 years ago | Andrew Kelley |  | Merge pull request #743 from bnoordhuis/linux-random |
| 8 years ago | Andrew Kelley |  | Merge pull request #738 from corngood/cygwin-fixes |
| 8 years ago | Andrew Kelley | | add docs for memberType, memberCount, memberName |
| 8 years ago | Andrew Kelley | | docs: move source encoding section |
| 8 years ago | Andrew Kelley | | add docs recommending to only have 1 cImport |
| 8 years ago | Andrew Kelley | | add some docs for reflection |
| 8 years ago | Andrew Kelley | | fix assertion fail when using global var number literal |
| 8 years ago | Andrew Kelley | | fix error message mentioning unreachable instead of noreturn |
| 8 years ago | Andrew Kelley | | add compile error for duplicate struct, enum, union fields |
| 8 years ago | Andrew Kelley | | langref: remove page title header |
| 8 years ago | Andrew Kelley |  | Merge pull request #729 from zig-lang/www-changes |
| 8 years ago | Andrea Orru | | Add IntrusiveLinkedList to index.zig |
| 8 years ago | Andrew Kelley | | add compile error for calling naked function |
| 8 years ago | Andrew Kelley | | std: fix fn return syntax for zen os |
|