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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
atomic.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-6
/
+6
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-127
/
+258
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-9
/
+9
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-35
/
+7
2015-01-05
Remove i suffix in docs
Steve Klabnik
-9
/
+9
2015-01-05
std: Move Atomic{Int,Uint} back to unstable
Alex Crichton
-24
/
+6
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-13
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-60
/
+118
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-3
/
+13
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-1
/
+1
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-12
/
+22
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-12
/
+12
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-12
/
+7
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+3
2014-11-19
Document almost all of atomics.
Steve Klabnik
-98
/
+296
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-16
rollup merge of #18970: aturon/fixup-stable
Jakub Bukaj
-4
/
+48
2014-11-14
libs: fix #[stable] inheritance fallout
Aaron Turon
-4
/
+48
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-18
/
+18
2014-11-06
Fix atomic::fence documentation typos
Mike Robinson
-4
/
+4
2014-10-30
auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestinger
bors
-0
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+5
2014-10-27
libcore: Inline atomic constructors.
Patrick Walton
-0
/
+4
2014-10-09
core: Convert statics to constants
Alex Crichton
-4
/
+4
2014-10-04
Make examples for AtomicInt refer to AtomicInt
Peter Minten
-6
/
+6
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-0
/
+743