| Age | Commit message (Expand) | Author | Lines |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+3 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -2/+2 |
| 2024-07-07 | once_lock: make test not take as long in Miri | Ralf Jung | -6/+13 |
| 2024-07-06 | Remove non-focused memory leak in `std` doctest for Miri. | Zachary S | -0/+3 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -15/+15 |
| 2024-06-15 | std: suggest OnceLock over Once | Jubilee Young | -4/+14 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -12/+12 |
| 2024-06-04 | Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils... | Guillaume Gomez | -59/+73 |
| 2024-06-04 | Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-02 | Add "OnceList" example to motivate OnceLock | Jubilee Young | -0/+55 |
| 2024-06-02 | Move first OnceLock example to LazyLock | Jubilee Young | -58/+14 |
| 2024-06-02 | Differ LazyLock vs. OnceLock in std::sync overview | Jubilee Young | -1/+4 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -1/+1 |
| 2024-05-24 | Change pedantically incorrect OnceCell/OnceLock wording | Mahmoud Al-Qudsi | -1/+1 |
| 2024-04-22 | remove an unused type from the reentrant lock tests | Ralf Jung | -8/+1 |
| 2024-04-06 | Rollup merge of #114788 - tisonkun:get_mut_or_init, r=dtolnay | Matthias Krüger | -0/+81 |
| 2024-03-27 | impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLock | tison | -0/+81 |
| 2024-03-26 | Update `RwLock` deadlock example to not use shadowing | Trevor Gross | -6/+7 |
| 2024-03-22 | docs(sync): normalize dot in fn summaries | MultisampledNight | -2/+2 |
| 2024-03-20 | Rollup merge of #122729 - m-ou-se:relax, r=Amanieu | Jacob Pratt | -2/+2 |
| 2024-03-20 | SeqCst->Relaxed in condvar test. | Mara Bos | -2/+2 |
| 2024-03-19 | branch 1.78: replace-version-placeholder | Mark Rousskov | -1/+1 |
| 2024-03-13 | Rollup merge of #122386 - joboet:move_pal_once, r=jhpratt | Matthias Krüger | -5/+5 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -5/+5 |
| 2024-03-12 | Use `min_exhaustive_patterns` in core & std | Nadrieril | -0/+8 |
| 2024-03-01 | Rollup merge of #121736 - HTGAzureX1212:HTGAzureX1212/remove-mutex-unlock, r=... | Matthias Krüger | -20/+0 |
| 2024-02-29 | fix typos | Ibraheem Ahmed | -3/+3 |
| 2024-02-29 | document potential memory leak in unbounded channel | Ibraheem Ahmed | -0/+3 |
| 2024-02-29 | Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-se | Matthias Krüger | -197/+340 |
| 2024-02-28 | remove Mutex::unlock | HTGAzureX1212. | -20/+0 |
| 2024-02-26 | fix race between block initialization and receiver disconnection | Ibraheem Ahmed | -2/+2 |
| 2024-02-25 | Auto merge of #117107 - zachs18:mapped-mutex-guard, r=Amanieu | bors | -4/+985 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -2/+6 |
| 2024-02-23 | Apply suggestions from code review | zachs18 | -3/+3 |
| 2024-02-23 | Auto merge of #119536 - Jules-Bertholet:const-barrier, r=dtolnay | bors | -1/+3 |
| 2024-02-23 | std: make `ReentrantLock` public | joboet | -197/+340 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -19/+24 |
| 2024-05-24 | Add manual Sync impl for ReentrantLockGuard | Jacob Lifshay | -0/+3 |
| 2024-02-14 | Auto merge of #121078 - oli-obk:rollup-p11zsav, r=oli-obk | bors | -1/+1 |
| 2024-02-14 | Auto merge of #100603 - tmandry:zst-guards, r=dtolnay | bors | -2/+49 |
| 2024-02-14 | Fix typos in `OneLock` doc | Igor | -1/+1 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 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 |