| 8 years ago | Andrew Kelley | | turn assertion into compile error for using var as return type |
| 8 years ago | Andrew Kelley | | var is no longer a pseudo-type, it is syntax |
| 8 years ago | Andrew Kelley | | fix assertion when taking slice of zero-length array |
| 8 years ago | Andrew Kelley | | unless hf is specified in target environ, assume soft floating point |
| 8 years ago | Andrew Kelley | | fix broken tests from previous commit |
| 8 years ago | Andrew Kelley | | ptrCast builtin now gives an error for removing const qualifier |
| 8 years ago | Andrew Kelley |  | Merge pull request #815 from Hejsil/more-translate-c |
| 8 years ago | Andrew Kelley | | remove value judgement from std lib API docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #814 from jacobdufault/utf8-view |
| 8 years ago | Joshua Olson | | Clarify what is meant by 'libraries' (#808) |
| 8 years ago | Joshua Olson | | Fix Linux gcc requirement (#807) |
| 8 years ago | Andrew Kelley | | add optnone noinline to async functions |
| 8 years ago | Andrew Kelley | | Merge branch 'async' |
| 8 years ago | Andrew Kelley | | Merge branch 'bnoordhuis-fix795' |
| 8 years ago | Andrew Kelley |  | Merge pull request #796 from bnoordhuis/fix731-more |
| 8 years ago | Andrew Kelley | | remove signal hanlding stuff from std.os.ChildProcess |
| 8 years ago | Andrew Kelley |  | Merge pull request #785 from bnoordhuis/fix731 |
| 8 years ago | Marc Tiehuis | | Add utf8 string view |
| 8 years ago | Andrew Kelley | | update errors section of docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #783 from bnoordhuis/fix675 |
| 8 years ago | Andrew Kelley | | Merge branch 'bnoordhuis-macho' |
| 8 years ago | Andrew Kelley | | improve std lib linux epoll API |
| 8 years ago | Andrew Kelley | | ability to slice an undefined pointer at compile time if the len is 0 |
| 8 years ago | Andrew Kelley | | add an assert to catch #777 |
| 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 |
|