| Age | Commit message (Expand) | Author | Lines |
| 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-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -6/+6 |
| 2024-02-14 | Clarified docs on non-atomic oprations on owned/mut refs to atomics | Peter Hall | -2/+3 |
| 2024-02-11 | Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviper | Matthias Krüger | -0/+4 |
| 2024-02-08 | Clarify that atomic and regular integers can differ in alignment | LegionMammal978 | -1/+10 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+4 |
| 2023-12-19 | Docs: Use non-SeqCst in module example of atomics | AngelicosPhosphoros | -4/+9 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -3/+3 |
| 2023-11-09 | Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJung | Takayuki Maeda | -43/+81 |
| 2023-11-07 | Document how rust atomics work wrt mixed-sized and non-atomic accesses | Maybe Waffle | -43/+81 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | Fix typo in atomic docs | ltdk | -1/+1 |
| 2023-10-17 | remove 128bit atomics, they are anyway not exposed on those targets | Ralf Jung | -2/+1 |
| 2023-10-16 | use target-arch based table | Ralf Jung | -5/+4 |
| 2023-10-15 | acquire loads can be done as relaxed load; acquire fence | Ralf Jung | -0/+3 |
| 2023-10-15 | only guarantee for Relaxed; add ptr-size fallback | Ralf Jung | -18/+15 |
| 2023-10-15 | wording | Ralf Jung | -9/+13 |
| 2023-10-15 | define 'read-only memory' | Ralf Jung | -1/+8 |
| 2023-10-15 | add general powerpc64le bound | Ralf Jung | -7/+8 |
| 2023-10-15 | add ARM and RISC-V values | Ralf Jung | -3/+7 |
| 2023-10-15 | document when atomic loads are guaranteed read-only | Ralf Jung | -0/+20 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-13 | Stabilize 'atomic_from_ptr', move const gate to 'const_atomic_from_ptr' | Trevor Gross | -9/+9 |
| 2023-10-13 | Correct documentation for `atomic_from_ptr` | Trevor Gross | -7/+36 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -3/+3 |
| 2023-09-28 | Add Exclusive forwarding impls (FnOnce, FnMut, Generator) | David Tolnay | -1/+45 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+3 |
| 2023-07-27 | Auto merge of #114034 - Amanieu:riscv-atomicbool, r=thomcc | bors | -8/+54 |
| 2023-07-26 | Optimize `AtomicBool` for target that don't support byte-sized atomics | Amanieu d'Antras | -8/+54 |
| 2023-07-18 | remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constants | KaDiWa | -50/+35 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -6/+6 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -12/+6 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+0 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -30/+15 |
| 2023-03-13 | Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -6/+7 |
| 2023-03-02 | Fill-in tracking issue for `feature("atomic_from_ptr")` | Maybe Waffle | -6/+6 |
| 2023-02-27 | Add `Atomic*::from_ptr` | Maybe Waffle | -0/+135 |
| 2023-02-23 | Stabilize atomic_as_ptr | Trevor Gross | -6/+7 |
| 2023-02-10 | Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) | Trevor Gross | -6/+6 |
| 2023-02-05 | Mark 'atomic_mut_ptr' methods const | Trevor Gross | -5/+5 |
| 2023-01-25 | core: Support variety of atomic widths in width-agnostic functions | Michal Rostecki | -15/+30 |
| 2023-01-12 | Make `// SAFETY` comment part of the doctest, and not surrounding code | Maybe Waffle | -1/+1 |
| 2023-01-12 | Remove unused `mut` from a doctest | Maybe Waffle | -1/+1 |
| 2023-01-12 | Add `AtomicPtr::as_mut_ptr` | Maybe Waffle | -0/+36 |
| 2022-12-12 | Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}` | Albert Larsan | -2/+2 |
| 2022-10-19 | Remove extra spaces | clubby789 | -8/+8 |
| 2022-10-14 | more dupe word typos | Rageking8 | -6/+6 |
| 2022-10-11 | Rollup merge of #101774 - Riolku:atomic-update-aba, r=m-ou-se | Matthias Krüger | -0/+26 |