| 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 |
| 8 years ago | Andrew Kelley | | allow packed containers in extern functions |
| 8 years ago | Andrew Kelley | | fix crash when align 1 field before self referential... |
| 8 years ago | Andrew Kelley | | fix compiler crash on function with invalid return type |
| 8 years ago | Andrew Kelley |  | Merge pull request #720 from zig-lang/require-return-type |
| 8 years ago | Andrew Kelley | | rename "debug safety" to "runtime safety" |
| 8 years ago | Andrew Kelley | | cleanups that I meant to put in the previous commit |
| 8 years ago | Andrew Kelley | | replace %defer with errdefer |
| 8 years ago | Andrew Kelley | | clean up readme |
| 8 years ago | Andrew Kelley | | fix printf format specifier |
| 8 years ago | Andrew Kelley |  | Merge pull request #716 from zig-lang/export-c-additions |
| 8 years ago | Andrew Kelley | | docgen: verify internal links |
| 8 years ago | Andrew Kelley | | add new kind of test: generating .h files. and more |
| 8 years ago | Andrew Kelley | | fix crash on union-enums with only 1 field |
|