| Age | Commit message (Expand) | Author | Lines |
| 2017-02-05 | Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichton | Corey Farwell | -0/+18 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -2/+2 |
| 2017-01-20 | Revert previous commit | Geoff Yoerger | -4/+0 |
| 2017-01-19 | Clarify the `default` option to use | Geoff Yoerger | -1/+6 |
| 2017-01-19 | Into item level docs (enum Ordering) | Geoff Yoerger | -0/+2 |
| 2017-01-19 | '.' | Geoff Yoerger | -1/+1 |
| 2017-01-19 | Module level doc | Geoff Yoerger | -1/+2 |
| 2017-01-10 | Add 128-bit atomics | Amanieu d'Antras | -0/+18 |
| 2016-12-29 | Rollup merge of #38674 - GuillaumeGomez:atomic_fn_docs, r=frewsxcv | Alex Crichton | -8/+15 |
| 2016-12-29 | Rollup merge of #38649 - GuillaumeGomez:atomicint_docs, r=frewsxcv | Alex Crichton | -17/+36 |
| 2016-12-29 | Rollup merge of #38635 - GuillaumeGomez:atomicptr_docs, r=frewsxcv | Alex Crichton | -14/+37 |
| 2016-12-29 | Add missing urls for atomic fn docs | Guillaume Gomez | -8/+15 |
| 2016-12-28 | Add missing urls for AtomicPtr | Guillaume Gomez | -14/+37 |
| 2016-12-28 | Add missing urls for atomic_int macros types | Guillaume Gomez | -17/+36 |
| 2016-12-26 | Add missing urls in AtomicBool docs | Guillaume Gomez | -13/+35 |
| 2016-12-15 | Stabilize std::sync::atomic::Atomic*::{get_mut, into_inner} | Aaron Turon | -12/+6 |
| 2016-10-23 | Prevent exhaustive matching of Ordering to allow for future extension | Amanieu d'Antras | -0/+18 |
| 2016-10-16 | Run rustfmt on libcore/sync folder | Srinivas Reddy Thatiparthy | -56/+58 |
| 2016-10-02 | fix typos | Guillaume Gomez | -1/+1 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+2 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -6/+0 |
| 2016-08-18 | Auto merge of #35719 - Amanieu:atomic_access, r=alexcrichton | bors | -0/+142 |
| 2016-08-16 | Implement RFC 1649 | Amanieu d'Antras | -0/+142 |
| 2016-08-11 | Use an existing constant name as an example. | Andrii Dmytrenko | -1/+1 |
| 2016-08-02 | core: fix `cargo build` for targets with "max-atomic-width": 0 | Jorge Aparicio | -0/+2 |
| 2016-06-02 | atomic doc: fix statement | Wojciech Nawrocki | -3/+3 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -14/+14 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -12/+6 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -12/+6 |
| 2016-05-19 | Catch thread in example | Stefan Schindler | -3/+8 |
| 2016-05-15 | Rollup merge of #33534 - dns2utf8:atomic_docs, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-05-13 | Make AtomicBool the same size as bool | Amanieu d'Antras | -58/+36 |
| 2016-05-10 | Simplify text | Stefan Schindler | -2/+2 |
| 2016-05-09 | Add new atomic integer types | Amanieu d'Antras | -602/+418 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -24/+0 |
| 2016-04-05 | Fix typos in atomic compare_exchange. | JP Sugarbroad | -12/+12 |
| 2016-03-31 | Fix formatting in the documentation for AtomicIsize::compare_exchange_weak | Amanieu d'Antras | -1/+1 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -1/+1 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -15/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -1/+1 |
| 2016-03-19 | Change compare_exchange to return a Result<T, T> | Amanieu d'Antras | -83/+114 |
| 2016-02-18 | Add compare_exchange and compare_exchange_weak to atomic types | Amanieu d'Antras | -9/+426 |
| 2016-02-01 | Fix a documentation typo | Alexander Lopatin | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+9 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -2/+0 |
| 2015-10-17 | Document that Ordering::Relaxed is Monotonic | Stefan O'Rear | -1/+2 |
| 2015-09-15 | Add a comment that the `Atomic*` are all implicitly `Send` | Tobias Bucher | -0/+3 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -0/+1128 |