| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 | |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 | |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 | |
| 2021-04-01 | Fix minor typo in once.rs | Predrag Gruevski | -1/+1 | |
| 2021-02-04 | Stabilize poison API of Once, rename poisoned() | Martin Habovstiak | -13/+7 | |
| This stabilizes: * `OnceState` * `OnceState::is_poisoned()` (previously named `poisoned()`) * `Once::call_once_force()` `poisoned()` was renamed because the new name is more clear as a few people agreed and nobody objected. Closes #33577 | ||||
| 2020-12-22 | Fix documentation typo | Linus Färnstrand | -1/+1 | |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -5/+11 | |
| 2020-09-20 | Fix nits | Alexis Bourget | -2/+1 | |
| 2020-09-18 | Finish moving to intra doc links for std::sync | Alexis Bourget | -36/+26 | |
| 2020-09-12 | Mark Once::new as #[inline]. | Mara Bos | -0/+1 | |
| Without this, it was not inlined in SyncOnceCell::into_inner(), causing unecessary checks and dead code. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -120/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+690 | |
