| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-04-27 | std: replace usage of std.meta.bitCount() with @bitSizeOf() | Isaac Freund |
| 2022-04-11 | std.event.WaitGroup: fix compilation (acquire->lock, release->unlock) | Stephen Gutekanst |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-01-14 | organize std lib concurrency primitives and add RwLock | Andrew Kelley |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-10-17 | Make std.meta.Int accept a signedness parameter | Jan Prudil |
| 2020-10-07 | add WaitGroup to std.event | Loris Cro |
