| Age | Commit message (Expand) | Author |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 2023-05-25 | std.event.loop: Rename Loop.Request.Finish enum values to snake case | Linus Groh |
| 2023-05-25 | std.event.loop: Rename Loop.ResumeNode.Id enum values to snake case | Linus Groh |
| 2023-04-30 | std: fix a bunch of typos | Linus Groh |
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley |
| 2023-01-05 | std: collect all options under one namespace | Veikka Tuominen |
| 2022-12-06 | remove most conditional compilation based on stage1 | Andrew Kelley |
| 2022-12-06 | add behavior test for while(true) not needing else unreachable | Andrew Kelley |
| 2022-10-13 | enable event loop for ios, tvos, and watchos | Bill Nagel |
| 2022-08-22 | stage2+stage1: remove type parameter from bit builtins | Veikka Tuominen |
| 2022-07-01 | std.event: use .{} to initiate Lock to unlocked state | Mikko Kaihlavirta |
| 2022-06-03 | std: disable tests that crash stage2 | Veikka Tuominen |
| 2022-04-27 | std: replace usage of std.meta.bitCount() with @bitSizeOf() | Isaac Freund |
| 2022-04-26 | std.Thread: ResetEvent improvements (#11523) | protty |
| 2022-04-11 | std.event.WaitGroup: fix compilation (acquire->lock, release->unlock) | Stephen Gutekanst |
| 2022-03-29 | std: avoid referencing event loop when io_mode is blocking | Andrew Kelley |
| 2021-11-30 | allocgate: renamed getAllocator function to allocator | Lee Cannon |
| 2021-11-30 | allocgate: stage 1 and 2 building | Lee Cannon |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon |
| 2021-11-09 | std.Thread.Mutex: change API to lock() and unlock() | Andrew Kelley |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-08 | openbsd: readapt event loop after usingnamespace changes | Sébastien Marie |
| 2021-09-07 | openbsd: event loop: use EVFILT_TIMER instead of EVFILT_USER | Sébastien Marie |
| 2021-09-06 | std: update event loop for recent usingnamespace changes | Jacob G-W |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-06-30 | std.Thread: even more typo fixes | kprotty |
| 2021-06-30 | std.Thread.getCpuCount(): fix usages | kprotty |
| 2021-06-30 | changes to accomodate std.Thread update | kprotty |
| 2021-06-23 | nice error for unsupported async sockets on Windows | Jonathan Marler |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-13 | std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY` | viri |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-04-24 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-04-24 | stage1: Require a block after suspend | LemonBoy |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-02-28 | std: Swap arguments in Thread.spawn | LemonBoy |
| 2021-02-24 | zig fmt the std lib | Andrew Kelley |
| 2021-02-21 | fix race condition in linuxWaitFd | Bill Nagel |
| 2021-01-14 | organize std lib concurrency primitives and add RwLock | Andrew Kelley |
| 2021-01-11 | std.event.Loop: fix race condition when starting the time wheel | Andrew Kelley |
| 2020-12-31 | Year++ | Frank Denis |
| 2020-12-28 | Update event loop sendto error to SendToError | frmdstryr |
| 2020-12-26 | std.event.Loop: fix regression with ResetEvent | Andrew Kelley |