| Age | Commit message (Expand) | Author | Lines |
| 2018-11-05 | Do not Atomic{I,U}128 in stage0 | Simonas Kazlauskas | -2/+2 |
| 2018-10-27 | Make the Atomic types repr(C) to ensure newtype | Simonas Kazlauskas | -5/+5 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -0/+56 |
| 2018-09-24 | std: Start implementing wasm32 atomics | Alex Crichton | -0/+8 |
| 2018-09-16 | remove (more) CAS API from Atomic* types where not natively supported | Jorge Aparicio | -0/+23 |
| 2018-09-05 | Remove `#[repr(transparent)]` from atomics | Alex Crichton | -3/+0 |
| 2018-08-15 | Make core::sync::atomic::Ordering #[non_exhaustive] | varkor | -24/+1 |
| 2018-08-07 | document mode possibilities for all RMW operations | Ralf Jung | -29/+226 |
| 2018-08-07 | list possible orderings for load and store | Ralf Jung | -26/+43 |
| 2018-08-07 | forgot to add comment for some atomic types | Ralf Jung | -2/+4 |
| 2018-08-07 | fix link label; use more https | Ralf Jung | -14/+14 |
| 2018-08-06 | atomic ordering docs | Ralf Jung | -11/+48 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -16/+16 |
| 2018-07-07 | Add #[repr(transparent)] to Atomic* types | willmo | -0/+3 |
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -16/+16 |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -0/+16 |
| 2018-04-19 | Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton | bors | -5/+3 |
| 2018-04-16 | Auto merge of #49963 - llogiq:stabilize-13226, r=kennytm | bors | -12/+11 |
| 2018-04-14 | stabilize fetch_nand | Andre Bogus | -12/+11 |
| 2018-04-12 | improve Atomic*::fetch_update docs | Andre Bogus | -2/+2 |
| 2018-04-05 | Rollup merge of #48658 - llogiq:no-more-cas, r=kennytm | kennytm | -0/+185 |
| 2018-03-30 | Add a generic CAS loop to std::sync::Atomic* | Andre Bogus | -0/+185 |
| 2018-03-26 | Rollup merge of #49170 - steveklabnik:gh49127, r=nagisa | Tim Neumann | -2/+5 |
| 2018-03-25 | update wording as per feedback | Steve Klabnik | -1/+3 |
| 2018-03-19 | Make Atomic doc examples specific to each type | Guillaume Gomez | -364/+401 |
| 2018-03-19 | Clarify AcqRel's docs | steveklabnik | -2/+3 |
| 2018-02-26 | atomic: remove 'Atomic*' from Debug output | Sean McArthur | -5/+3 |
| 2018-02-16 | Force the link to std::thread::yield_now() | Stefan Schindler | -1/+1 |
| 2018-02-16 | Add link to yield_now | Stefan Schindler | -3/+4 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+46 |
| 2018-01-28 | Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichton | bors | -3/+3 |
| 2018-01-05 | Make UnsafeCell::into_inner safe | varkor | -3/+3 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -1/+12 |
| 2017-12-10 | Add `std::fmt::Pointer` implementation for `AtomicPtr` | varkor | -0/+8 |
| 2017-11-29 | Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushi | kennytm | -0/+7 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -14/+1 |
| 2017-11-27 | Change version number for `impl From<bool> for AtomicBool` to 1.24.0 | Oliver Middleton | -1/+1 |
| 2017-11-27 | Change the stabilization version to 1.24.0 | Stjepan Glavina | -1/+1 |
| 2017-11-27 | impl From<bool> for AtomicBool | Oliver Middleton | -0/+7 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -14/+1 |
| 2017-11-22 | Stabilize spin_loop_hint | Stjepan Glavina | -3/+2 |
| 2017-11-09 | fix core for targets with max-atomic-width = 0 | Jorge Aparicio | -0/+1 |
| 2017-10-31 | since = "1.23.0" | M Farkas-Dyck | -2/+2 |
| 2017-10-29 | feature = "atomic_from" | M Farkas-Dyck | -2/+2 |
| 2017-10-29 | impl From<T> for AtomicT | M Farkas-Dyck | -0/+12 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -3/+3 |
| 2017-10-05 | Add missing links for AtomicBool | Guillaume Gomez | -5/+12 |
| 2017-09-29 | Rollup merge of #44854 - lucasem:atomic-docs, r=steveklabnik | Mark Simulacrum | -1/+25 |
| 2017-09-25 | docs improvement sync::atomic::Atomic* | Lucas Morales | -1/+25 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |