| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -13/+13 |
| 2025-03-10 | Rollup merge of #137585 - xizheyin:issue-135801, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2025-03-07 | Rollup merge of #138000 - RalfJung:atomic-rmw, r=Amanieu | Jacob Pratt | -2/+3 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -2/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -13/+13 |
| 2025-03-04 | atomic: clarify that failing conditional RMW operations are not 'writes' | Ralf Jung | -2/+3 |
| 2025-02-25 | fix doc in library/core/src/sync/atomic.rs | xizheyin | -5/+5 |
| 2025-01-30 | atomic: extend compare_and_swap migration docs | Ralf Jung | -0/+18 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-28 | Rollup merge of #135869 - hkBst:patch-12, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-01-28 | Rollup merge of #133829 - GrigorenkoPV:fetch_update_infallible, r=Noratrieb | Matthias Krüger | -3/+374 |
| 2025-01-28 | Fix platform-specific doc string for AtomicUsize::from_mut to be platform-ind... | Marijn Schouten | -1/+1 |
| 2025-01-26 | compiler_fence: fix example | Ralf Jung | -13/+13 |
| 2025-01-22 | Implement `AtomicT::update` & `AtomicT::try_update` | Pavel Grigorenko | -3/+374 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+2 |
| 2024-11-27 | replace placeholder version | Boxy | -3/+3 |
| 2024-11-16 | Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJung | Matthias Krüger | -3/+3 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-10-29 | Stabilize `const_atomic_from_ptr` | Trevor Gross | -3/+3 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -5/+21 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -6/+6 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -3/+3 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -19/+18 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -10/+16 |
| 2024-09-28 | atomics: allow atomic and non-atomic reads to race | Ralf Jung | -24/+38 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -3/+3 |
| 2024-09-01 | compiler_fence documentation: emphasize synchronization, not reordering | Ralf Jung | -29/+29 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+1 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -1/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -8/+8 |
| 2024-07-01 | Stabilize atomic_bool_fetch_not | dimi | -2/+1 |
| 2024-06-28 | Remove unnecessary SeqCst in `impl fmt::Pointer for AtomicPtr` | Sky | -1/+1 |
| 2024-06-24 | Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils... | Matthias Krüger | -17/+33 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -1/+1 |
| 2024-06-09 | Update docs for AtomicU8/I8. | Zachary S | -15/+31 |
| 2024-06-09 | Update safety docs for AtomicBool::from_ptr. | Zachary S | -2/+2 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -3/+0 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -3/+0 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -3/+3 |
| 2024-04-24 | Add `cfg_attr(bootstrap)` to doc tests | Gary Guo | -0/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -3/+3 |
| 2024-04-05 | Stabilize const Atomic*::into_inner | David Tolnay | -6/+6 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -9/+3 |
| 2024-03-27 | Rollup merge of #121943 - joshlf:patch-11, r=scottmcm | Matthias Krüger | -3/+3 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-03-04 | Fix comment in Atomic{Ptr,Bool}::as_ptr. | Janggun Lee | -2/+2 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |