| Age | Commit message (Expand) | Author | Lines |
| 2024-01-14 | std: Doc blocking behavior of LazyLock methods | Behnam Esfahbod | -6/+15 |
| 2024-01-10 | Stabilize mutex_unpoison feature | Thayne McCombs | -6/+2 |
| 2024-01-02 | Make `Barrier::new()` const | Jules Bertholet | -1/+3 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -2/+0 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-10 | Fix typo in `std::sync::Mutex` example | naglis | -1/+1 |
| 2023-12-08 | OnceLock: Rework example, statics aren't dropped | Ian Rees | -14/+25 |
| 2023-12-05 | fmt | Zachary S | -4/+1 |
| 2023-12-05 | Specify behavior if the closure passed to *Guard::*map panics. | Zachary S | -69/+364 |
| 2023-12-05 | fix MappedMutexGuard::(try_)map doc typo. | Zachary S | -2/+2 |
| 2023-12-05 | Add MappedMutexGuard and MappedRwLock*Guard tests. | Zachary S | -2/+133 |
| 2023-12-05 | Fix Condvar typo, add public re-exports of Mapped*Guard. | Zachary S | -2/+6 |
| 2023-12-05 | Add comment about `Mapped(Mutex|RwLockWrite)Guard` variance. | Zachary S | -35/+43 |
| 2023-12-05 | Implmement `MappedRwLock(Read|Write)Guard`. | Zachary S | -3/+355 |
| 2023-12-05 | Implement `MappedMutexGuard`. | Zachary S | -0/+193 |
| 2023-12-05 | Allow cloning `poison::Guard`s. | Zachary S | -0/+1 |
| 2023-11-25 | Update `OnceLock` documentation to give a concrete 'lazy static' example, and... | Corey Farwell | -9/+41 |
| 2023-10-24 | Add T: ?Sized to RwLock*Guards' Debug impls. | Zachary S | -2/+2 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -3/+40 |
| 2023-10-06 | Minor doc clarification in Once::call_once | Peter Hall | -1/+1 |
| 2023-09-19 | Replace 'mutex' with 'lock' in RwLock documentation | Kriskras99 | -2/+2 |
| 2023-08-18 | Remove Drop impl of mpsc Receiver and (Sync)Sender | Ben Schulz | -15/+0 |
| 2023-08-12 | Update Sender documentation for Sync | Gurinder Singh | -3/+2 |
| 2023-08-01 | [library/std] Replace condv while loop with `cvar.wait_while`. | Taras Tsugrii | -5/+2 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -20/+12 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -0/+9 |
| 2023-07-30 | Fix the example in document for WaitTimeoutResult::timed_out | yukang | -10/+8 |
| 2023-07-25 | docs(LazyLock): add example pass local LazyLock variable to struct | DragonBillow | -0/+20 |
| 2023-07-19 | avoid tls access while iterating through mpsc thread entries | Ibraheem Ahmed | -20/+26 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -0/+2 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+2 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -1/+1 |
| 2023-06-30 | std docs: factorize literal in Barrier example | Guilliam Xavier | -6/+8 |
| 2023-06-10 | implement `Sync` for `mpsc::Sender` | Ibraheem Ahmed | -2/+2 |
| 2023-06-01 | doc: improve explanation | Tshepang Mbambo | -1/+1 |
| 2023-05-03 | Remove unnecessary Send bound | Gil Shoshan | -3/+3 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -21/+21 |
| 2023-04-27 | std: use `LazyLock` to lazily resolve backtraces | joboet | -0/+9 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -1/+37 |
| 2023-04-19 | std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w... | joboet | -20/+12 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+1 |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -1/+37 |
| 2023-04-08 | sync::mpsc: synchronize receiver disconnect with initialization | Petros Angelatos | -0/+12 |
| 2023-03-29 | Documentation updates to better share the purpose of OnceCell/OnceLock | Trevor Gross | -1/+4 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -51/+36 |
| 2023-03-24 | Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviper | Matthias Krüger | -7/+17 |
| 2023-03-21 | Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=Amanieu | Matthias Krüger | -26/+98 |
| 2023-03-20 | Apply suggestions from code review | the8472 | -3/+3 |