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
/
libstd
/
sync
/
atomics.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-11
sync: Move underneath libstd
Alex Crichton
-234
/
+0
2014-05-13
core: Inherit the atomics module
Alex Crichton
-795
/
+21
2014-05-11
core: Remove the cast module
Alex Crichton
-10
/
+10
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-5
/
+6
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-13
/
+13
2014-04-11
Add more type signatures to the docs; tweak a few of them.
Huon Wilson
-1
/
+1
2014-04-03
Add fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUint
Jonathan S
-1
/
+133
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
Rename Pod into Copy
Flavio Percoco
-11
/
+11
2014-03-24
std: Unignore atomic tests
Brian Anderson
-4
/
+2
2014-03-20
std: Update atomic documentation to remove 'mut'
Alex Crichton
-23
/
+23
2014-03-20
std: Remove AtomicU64
Brian Anderson
-52
/
+0
2014-03-20
std: Make the generic atomics in `sync::atomics` private
Brian Anderson
-10
/
+10
2014-03-20
std: Make the generic atomics take unsafe pointers
Brian Anderson
-45
/
+45
2014-03-20
std: Make atomics immutable. #11583
Brian Anderson
-42
/
+42
2014-03-20
Make atomics interior Unsafe<T>
Flavio Percoco
-50
/
+60
2014-03-17
std: Improve docs for atomics. Fix two bugs
Brian Anderson
-68
/
+393
2014-03-16
Remove AtomicFlag
Cadence Marseille
-41
/
+6
2014-03-14
fix MIPS target
Jyun-Yan You
-0
/
+4
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-04
Register new snapshots
Alex Crichton
-190
/
+0
2014-02-04
Replace NonCopyable usage with NoPod
Flavio Percoco
-20
/
+20
2014-02-03
Various bug fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-02-03
Add an AtomicU64 type to std::sync::atomics
Alex Crichton
-32
/
+245
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-2
/
+1
2013-12-24
std: Introduce std::sync
Alex Crichton
-0
/
+603