| Age | Commit message (Expand) | Author |
|---|---|---|
| 2018-02-12 | introduce std.heap.ArenaAllocator and std.heap.DirectAllocator | Andrew Kelley |
| 2018-02-10 | std zig tokenizer: don't require 3 newlines at the end of the source | Andrew Kelley |
| 2018-02-09 | std lib: modify allocator idiom | Andrew Kelley |
| 2018-02-09 | self hosted compiler: move tokenization and parsing to std lib | Andrew Kelley |
| 2018-02-08 | error sets - most tests passing | Andrew Kelley |
| 2018-01-31 | *WIP* error sets converting std lib | Andrew Kelley |
| 2018-01-25 | syntax: functions require return type. remove `->` | Andrew Kelley |
| 2018-01-23 | replace %defer with errdefer | Andrew Kelley |
| 2018-01-07 | replace `a %% b` with `a catch b` | Andrew Kelley |
| 2018-01-07 | replace `%return` with `try` | Andrew Kelley |
| 2018-01-04 | self-hosted compiler works on windows | Andrew Kelley |
| 2017-12-26 | move utf8 parsing to std | Josh Wolfe |
| 2017-12-26 | self-hosted: build against zig_llvm and embedded LLD | Andrew Kelley |
| 2017-12-23 | port most of main.cpp to self hosted compiler | Andrew Kelley |
