| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-30 | std lib API deprecations for the upcoming 0.6.0 release | Andrew Kelley | |
| See #3811 | |||
| 2020-03-12 | add note to disabled tests, improve comptime cmpxchg | Vexu | |
| 2020-03-10 | use atomic bools in std lib | Vexu | |
| 2019-12-10 | Replace @typeOf with @TypeOf in all zig source | Robin Voetter | |
| This change was mostly made with `zig fmt` and this also modified some whitespace. Note that in some files, `zig fmt` produced incorrect code, so the change was made manually. | |||
| 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 | use @atomicStore in std lib | Vexu | |
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley | |
| 2019-10-31 | DragonFlyBSD tidyup | Tse | |
| 2019-10-30 | add comments to disabled tests linking to the tracking issue | Andrew Kelley | |
| 2019-10-30 | DragonFlyBSD support | Tse | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
