| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| libcore: add Debug implementations to most missing types Also adds `#![deny(missing_debug_implementations)]` to the core crate. cc #31869 | ||||
| 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 | |
| Remove `stable` stability annotations from inherent impls | ||||
| 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 | |
| This mirrors the same hierarchy in the standard library. | ||||
