| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-14 | std: move `ReentrantMutex` to `sync` | joboet | -60/+0 | |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -27/+10 | |
| 2021-08-22 | Fix more βaβ/βanβ typos | Frank Steffahn | -2/+2 | |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -15/+20 | |
| The code in io::stdio before this change misused the ReentrantMutexes, by calling init() on them and moving them afterwards. Now that ReentrantMutex requires Pin for init(), this mistake is no longer easy to make. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+72 | |
| Also doing fmt inplace as requested. | ||||
