| Age | Commit message (Expand) | Author |
|---|---|---|
| 2020-08-20 | add license header to all std lib files | Andrew Kelley |
| 2020-02-28 | introduce operating system version ranges as part of the target | Andrew Kelley |
| 2020-01-02 | Implement the callconv() annotation | LemonBoy |
| 2019-12-17 | SpinLock: loopHint & yield distinction | kprotty |
| 2019-12-17 | Spinlock: remove Backoff & improve yielding | kprotty |
| 2019-11-13 | use @atomicStore in std lib | Vexu |
| 2019-11-08 | fixups and zig fmt | Andrew Kelley |
| 2019-11-07 | missing `os` declaration | kprotty |
| 2019-11-07 | pthread_sched_yield -> sched_yield | kprotty |
| 2019-11-07 | fix SpinLock.yield for pull/3626 | kprotty |
| 2019-11-07 | move SpinLock definitions around | kprotty |
| 2019-11-05 | Disable asm("yield") for arm in SpinLock.yieldCpu() because of CI | kprotty |
| 2019-11-05 | Adaptive Mutex: | kprotty |
| 2019-11-05 | make SpinLock.Backoff pub | kprotty |
| 2019-11-05 | Move hybrid yielding into its own struct | kprotty |
| 2019-11-05 | adaptive SpinLock | kprotty |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley |
