| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-03 | Update all remaining uses of &outStream().stream | Ryan Liptak | |
| 2020-01-06 | zig fmt and update `extern fn` to `callconv(.C)` | Andrew Kelley | |
| 2019-12-28 | std: add warm up phase to benchmark | daurnimator | |
| In my tests, whatever ran first was getting much better numbers. Additionally, add alignment requirements so that comparison is fair. | |||
| 2019-12-08 | std.fmt.format: tuple parameter instead of var args | Andrew Kelley | |
| 2019-11-25 | rename std.heap.direct_allocator to std.heap.page_allocator | Andrew Kelley | |
| std.heap.direct_allocator is still available for now but it is marked deprecated. | |||
| 2019-11-13 | std.io.getStdOut and related fns no longer can error | Andrew Kelley | |
| Thanks to the Windows Process Environment Block, it is possible to obtain handles to the standard input, output, and error streams without possibility of failure. | |||
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
