index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
sync
Age
Commit message (
Expand
)
Author
Lines
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