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-07-04
Update atomic.rs
Wei-Ming Yang
-9
/
+0
2015-06-29
Refine Atomic*::compare_and_swap documentation
Simonas Kazlauskas
-23
/
+23
2015-06-10
Improve examples for atomic types.
Johannes Oertel
-54
/
+71
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-27
/
+20
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-5
/
+5
2015-04-25
Provide a Default implementation for AtomicPtr
Jake Goulding
-0
/
+6
2015-04-10
Add Default trait for AtomicBool, AtomicIsize and AtomicUsize
Guillaume Gomez
-0
/
+20
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-141
/
+0
2015-03-27
rollup merge of #23793: steveklabnik/gh21668
Alex Crichton
-4
/
+8
2015-03-27
Update return value docs in atomics docs
Steve Klabnik
-4
/
+8
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-22
/
+22
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-0
/
+2
2015-02-21
Remove mention of non-existing AtomicOption in docs
Wesley Wiser
-1
/
+1
2015-02-18
Fallout: AtomicPtr needs phantom data to indicate that it contains an unsafe ...
Niko Matsakis
-1
/
+4
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-13
Refer to LLVM rather than GCC wiki for atomic orderings
Steve Klabnik
-2
/
+2
2015-01-30
std: Stabilize Atomic{Isize,Usize} methods
Alex Crichton
-0
/
+20
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-10
/
+10
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-10
/
+10
2015-01-23
grandfathered -> rust1
Brian Anderson
-40
/
+40
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-4
/
+8
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-4
/
+4
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-44
/
+48
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
[next]