| Age | Commit message (Expand) | Author | Lines |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -1/+1 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -2/+2 |
| 2018-05-24 | Update the `Once` docs to use `Once::new` | Tobias Bucher | -10/+10 |
| 2018-05-24 | Add `Once::new` as a way of constructing a `Once` | Tobias Bucher | -1/+2 |
| 2018-05-07 | Add explanation for #[must_use] on mutex guards | Manish Goregaokar | -3/+3 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -0/+2 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -4/+3 |
| 2018-02-25 | Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay | kennytm | -2/+214 |
| 2018-02-20 | Fix doc compile error | Vitali Lovich | -1/+1 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -2/+2 |
| 2018-02-17 | Fix tidy violation | Vitali Lovich | -3/+5 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-02-16 | Fix unit test compilation | Vitali Lovich | -11/+17 |
| 2018-02-15 | Fix condvar example | Guillaume Gomez | -2/+4 |
| 2018-02-13 | Misc fixes | Vitali Lovich | -4/+4 |
| 2018-02-12 | Fix wait_timeout value | Vitali Lovich | -1/+1 |
| 2018-02-05 | Simplify wait_timeout_until & fix condition typo | Vitali Lovich | -8/+7 |
| 2018-02-02 | Review response | Vitali Lovich | -8/+10 |
| 2018-02-02 | Fix typo | Vitali Lovich | -1/+1 |
| 2018-02-02 | Add Condvar APIs not susceptible to spurious wake | Vitali Lovich | -2/+205 |
| 2018-01-10 | fix typo rwlock.rs | Bulat Musin | -1/+1 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -2/+2 |
| 2017-11-29 | Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm | kennytm | -3/+3 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -1/+0 |
| 2017-11-29 | Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton | kennytm | -2/+63 |
| 2017-11-28 | Fix doc test of previous commit | Julien Cretin | -0/+2 |
| 2017-11-28 | Fix since for mpsc_error_conversions | Julien Cretin | -3/+3 |
| 2017-11-27 | Use an unstable feature linked to #46316 | Julien Cretin | -1/+1 |
| 2017-11-28 | Rollup merge of #45506 - ia0:mpsc_recv_error_from, r=alexcrichton | kennytm | -0/+27 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -1/+0 |
| 2017-11-18 | impl From<T> for RwLock<T> | Eduardo Pinho | -0/+11 |
| 2017-11-18 | impl From<T> for Mutex<T> | Eduardo Pinho | -0/+11 |
| 2017-11-13 | Add std::sync::mpsc::Receiver::recv_deadline() | Julien Cretin | -2/+61 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -3/+1 |
| 2017-11-01 | RwLock guards are Sync if T is | Ralf Jung | -3/+8 |
| 2017-11-01 | Auto merge of #45267 - oconnor663:rwlock_send, r=alexcrichton | bors | -1/+1 |
| 2017-10-31 | Implement From<SendError<T>> for TrySendError<T> | Julien Cretin | -2/+11 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -1/+1 |
| 2017-10-25 | Implement From<RecvError> for TryRecvError and RecvTimeoutError | Julien Cretin | -0/+18 |
| 2017-10-22 | Improve docs around `Once::call_once_force` and `OnceState`. | Corey Farwell | -13/+81 |
| 2017-10-13 | remove the `T: Sync` requirement for `RwLock<T>: Send` | Jack O'Connor | -1/+1 |
| 2017-10-11 | Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton | bors | -107/+190 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -43/+25 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -43/+25 |
| 2017-10-08 | Remove Queue::new. | Joshua Lockerman | -29/+5 |
| 2017-10-08 | cfg out Queue::new for emscripten | JLockerman | -1/+1 |
| 2017-10-04 | Add missing urls for Mutex | Guillaume Gomez | -7/+17 |
| 2017-10-01 | Improve performance of spsc_queue and stream. | Joshua Lockerman | -99/+206 |
| 2017-09-22 | std::sync::RwLock docs improvement | Lucas Morales | -13/+120 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+1 |