| 8 years ago | Andrew Kelley | | codegen for get_implicit_allocator instruction |
| 8 years ago | Andrew Kelley | | codegen for coro_alloc and coro_size instructions |
| 8 years ago | Andrew Kelley | | codegen for coro_id instruction |
| 8 years ago | Andrew Kelley | | codegen for cancel |
| 8 years ago | Andrew Kelley | | codegen for calling an async function |
| 8 years ago | Andrew Kelley | | fix type_is_codegen_pointer being used incorrectly |
| 8 years ago | Andrew Kelley | | implement Zig IR for async functions |
| 8 years ago | Andrew Kelley | | IR analysis for coro.begin |
| 8 years ago | Andrew Kelley | | ir analysis for coro_id and coro_alloc |
| 8 years ago | Andrew Kelley | | coroutines: analyze get_implicit_allocator instruction |
| 8 years ago | Andrew Kelley | | add coroutine startup IR to async functions |
| 8 years ago | Andrew Kelley | | implement IR analysis for async function calls |
| 8 years ago | Andrew Kelley | | add promise type |
| 8 years ago | Andrew Kelley | | parse async fn definitions |
| 8 years ago | Andrew Kelley | | parse async fn calls and cancel expressions |
| 8 years ago | Andrew Kelley | | add async, await, suspend, resume, cancel keywords |
| 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 |
| 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) |
|