| Age | Commit message (Expand) | Author | Lines |
| 2021-09-27 | lock types | Gus Wynn | -0/+18 |
| 2021-09-22 | Update library/std/src/sync/mpsc/shared.rs | Mara Bos | -1/+1 |
| 2021-09-05 | rust fmt | lovasoa | -1/+5 |
| 2021-09-03 | Add a better error message for #39364 | Ophir LOJKINE | -1/+1 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -8/+8 |
| 2021-07-24 | Remove unnecessary condition in Barrier::wait() | twetzel59 | -1/+1 |
| 2021-07-02 | Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=Xanewok | Yuki Okushi | -20/+20 |
| 2021-07-01 | Move Mutex::unlock to T: ?Sized | Mark Mansi | -20/+20 |
| 2021-06-28 | Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor | bors | -1/+13 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -3/+3 |
| 2021-06-15 | Rollup merge of #80269 - pickfire:patch-4, r=joshtriplett | Yuki Okushi | -7/+46 |
| 2021-06-12 | Explain non-dropped sender recv in docs | Ivan Tham | -7/+46 |
| 2021-06-01 | Multiple improvements to RwLocks | Benoît du Garreau | -30/+4 |
| 2021-05-24 | minor rewording after review | Taylor Yu | -6/+6 |
| 2021-05-20 | doc: clarify Mutex::try_lock, etc. errors | Taylor Yu | -9/+28 |
| 2021-04-28 | Simplify `Mutex::into_inner` | Benoît du Garreau | -19/+2 |
| 2021-04-22 | Move `sys_common::poison` to `sync::poison` | Christiaan Dirkx | -6/+265 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -4/+4 |
| 2021-04-01 | Fix minor typo in once.rs | Predrag Gruevski | -1/+1 |
| 2021-03-28 | Rollup merge of #83561 - m-ou-se:lock-debug, r=jackh726 | Yuki Okushi | -8/+16 |
| 2021-03-28 | Rollup merge of #83559 - m-ou-se:rwlock-guard-debug-fix, r=jackh726 | Yuki Okushi | -2/+2 |
| 2021-03-27 | Improve Debug implementations of Mutex and RwLock. | Mara Bos | -8/+16 |
| 2021-03-27 | Fix Debug implementation for RwLock{Read,Write}Guard. | Mara Bos | -2/+2 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -3/+3 |
| 2021-03-05 | RWLock: Add deadlock example | Miguel Ojeda | -1/+13 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -0/+1 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+1 |
| 2021-02-27 | Update library/std/src/sync/rwlock.rs | Aleksey Kladov | -1/+1 |
| 2021-02-27 | clarify RW lock's priority gotcha | Aleksey Kladov | -1/+3 |
| 2021-02-18 | add Mutex::unlock | mark | -0/+20 |
| 2021-02-04 | Stabilize poison API of Once, rename poisoned() | Martin Habovstiak | -15/+9 |
| 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 | -14/+42 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -3/+0 |
| 2020-10-07 | (docs): make mutex error comment consistent with codebase | Steve Manuel | -1/+1 |
| 2020-10-02 | Disable condvar::two_mutexes test on non-unix platforms. | Mara Bos | -1/+1 |
| 2020-10-02 | Move boxing and mutex checking logic of condvar into sys_common. | Mara Bos | -40/+4 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -28/+6 |
| 2020-09-25 | Rollup merge of #76932 - fusion-engineering-forks:condvar-promise, r=sfackler | Jonas Schievink | -11/+5 |
| 2020-09-25 | Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514 | Jonas Schievink | -0/+15 |
| 2020-09-21 | Applied review comments | Erik Hofmayer | -0/+6 |
| 2020-09-21 | Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung | Ralf Jung | -6/+2 |
| 2020-09-20 | Fix nits | Alexis Bourget | -4/+3 |
| 2020-09-20 | Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()` | Daniel Henry-Mantilla | -6/+2 |
| 2020-09-20 | Documented From impls in std/sync/mpsc/mod.rs | Erik Hofmayer | -0/+9 |
| 2020-09-19 | Relax promises about condition variable. | Mara Bos | -11/+5 |
| 2020-09-18 | Fix broken link | Alexis Bourget | -3/+3 |
| 2020-09-18 | Finish moving to intra doc links for std::sync | Alexis Bourget | -51/+34 |
| 2020-09-12 | Mark Once::new as #[inline]. | Mara Bos | -0/+1 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -17/+17 |