| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -39/+5 | |
| 2025-08-13 | doc test: fix mpsc.rs try_send doc test | Eval EXEC | -2/+6 | |
| Signed-off-by: Eval EXEC <execvy@gmail.com> | ||||
| 2025-07-02 | awhile -> a while where appropriate | наб | -1/+1 | |
| 2025-01-26 | Move std::sync unit tests to integration tests | bjorn3 | -0/+1242 | |
| This removes two minor OnceLock tests which test private methods. The rest of the tests should be more than enough to catch mistakes in those private methods. Also makes ReentrantLock::try_lock public. And finally it makes the mpmc tests actually run. | ||||
