summary refs log tree commit diff
path: root/src/libcore/sync
AgeCommit message (Expand)AuthorLines
2016-08-11Use an existing constant name as an example.Andrii Dmytrenko-1/+1
2016-08-02core: fix `cargo build` for targets with "max-atomic-width": 0Jorge Aparicio-0/+2
2016-06-02atomic doc: fix statementWojciech Nawrocki-3/+3
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-14/+14
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-12/+6
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-12/+6
2016-05-19Catch thread in exampleStefan Schindler-3/+8
2016-05-15Rollup merge of #33534 - dns2utf8:atomic_docs, r=GuillaumeGomezManish Goregaokar-2/+2
2016-05-13Make AtomicBool the same size as boolAmanieu d'Antras-58/+36
2016-05-10Simplify textStefan Schindler-2/+2
2016-05-09Add new atomic integer typesAmanieu d'Antras-602/+418
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-24/+0
2016-04-05Fix typos in atomic compare_exchange.JP Sugarbroad-12/+12
2016-03-31Fix formatting in the documentation for AtomicIsize::compare_exchange_weakAmanieu d'Antras-1/+1
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-1/+1
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-15/+2
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-1/+1
2016-03-19Change compare_exchange to return a Result<T, T>Amanieu d'Antras-83/+114
2016-02-18Add compare_exchange and compare_exchange_weak to atomic typesAmanieu d'Antras-9/+426
2016-02-01Fix a documentation typoAlexander Lopatin-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-10-17Document that Ordering::Relaxed is MonotonicStefan O'Rear-1/+2
2015-09-15Add a comment that the `Atomic*` are all implicitly `Send`Tobias Bucher-0/+3
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-0/+1128