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
/
atomic.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-15
use Self alias in place of macros
Lzu Tao
-1
/
+1
2019-12-13
The constness of 128 bit atomics will be stabilized together with the atomics
Oliver Scherer
-2
/
+2
2019-12-13
Address review comments
Oliver Scherer
-65
/
+0
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+81
2019-12-05
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
Mazdak Farrokhzad
-1
/
+1
2019-12-03
capitalize Rust
Andrew Banchich
-1
/
+1
2019-11-30
Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus
Mazdak Farrokhzad
-0
/
+74
2019-11-30
Fill tracking issue
Paul Dicker
-2
/
+2
2019-11-30
Document why as_mut_ptr is safe
Paul Dicker
-0
/
+12
2019-11-23
Add as_mut_ptr method to atomic types.
Paul Dicker
-0
/
+62
2019-11-12
Snap cfgs
Mark Rousskov
-35
/
+29
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-10-13
Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton
Mazdak Farrokhzad
-70
/
+92
2019-10-12
fix link targets
Ralf Jung
-12
/
+12
2019-10-12
it's C++20
Ralf Jung
-7
/
+7
2019-10-12
do not reference LLVM for our concurrency memory model
Ralf Jung
-25
/
+27
2019-10-08
Split non-CAS atomic support off into target_has_atomic_load_store
Amanieu d'Antras
-70
/
+92
2019-09-18
Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcri...
Tyler Mandry
-12
/
+15
2019-09-18
broken hyperlinks in documentation
Arno Haase
-1
/
+1
2019-09-17
newly phrased documentation for spin loop hints
Arno Haase
-12
/
+15
2019-09-10
fixed linter error
Arno Haase
-7
/
+7
2019-09-10
documentation for AtomicPtr CAS operations
Arno Haase
-4
/
+2
2019-09-10
documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core'
Arno Haase
-3
/
+3
2019-06-04
Remove unneeded feature attr from atomic integers doctests
Lzu Tao
-8
/
+8
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-4
/
+4
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+5
2019-04-03
Updated the documentation of core::hints::spin_loop and core::sync::spin_loop...
Christian
-7
/
+20
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-12
/
+4
2019-02-21
Destabilize fixed-width const defined atomic integers
Mahmut Bulut
-1
/
+14
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-2
/
+31
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-3
/
+2
2019-01-25
std: Stabilize fixed-width integer atomics
Alex Crichton
-55
/
+96
2019-01-15
Move spin_loop_hint to core::hint module
Clar Fon
-9
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Rollup merge of #56881 - Amanieu:ordering_eq, r=alexcrichton
Pietro Albini
-1
/
+1
2018-12-16
Implement Eq, PartialEq and Hash for atomic::Ordering
Amanieu d'Antras
-1
/
+1
2018-12-16
Rollup merge of #53506 - phungleson:fix-from-docs-atomic, r=KodrAus
Mazdak Farrokhzad
-2
/
+15
2018-12-12
Bump to 1.33.0
Alex Crichton
-2
/
+2
2018-12-12
Documentation for impl From for AtomicBool and other Atomic types
Son
-2
/
+15
2018-11-18
atomic::Ordering: Get rid of misleading parts of intro
Michal 'vorner' Vaner
-7
/
+9
2018-11-05
Do not Atomic{I,U}128 in stage0
Simonas Kazlauskas
-2
/
+2
2018-10-27
Make the Atomic types repr(C) to ensure newtype
Simonas Kazlauskas
-5
/
+5
2018-10-27
Correct alignment of atomic types and (re)add Atomic{I,U}128
Oliver Middleton
-0
/
+56
2018-09-24
std: Start implementing wasm32 atomics
Alex Crichton
-0
/
+8
2018-09-16
remove (more) CAS API from Atomic* types where not natively supported
Jorge Aparicio
-0
/
+23
2018-09-05
Remove `#[repr(transparent)]` from atomics
Alex Crichton
-3
/
+0
2018-08-15
Make core::sync::atomic::Ordering #[non_exhaustive]
varkor
-24
/
+1
2018-08-07
document mode possibilities for all RMW operations
Ralf Jung
-29
/
+226
2018-08-07
list possible orderings for load and store
Ralf Jung
-26
/
+43
2018-08-07
forgot to add comment for some atomic types
Ralf Jung
-2
/
+4
[next]