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
/
sync
Age
Commit message (
Expand
)
Author
Lines
2020-06-12
Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-Simulacrum
Dylan DPC
-8
/
+0
2020-06-06
Only mention `u8` and not booleans
Poliorcetics
-1
/
+1
2020-06-05
std: Enable atomic.fence emission on wasm32
Alex Crichton
-8
/
+0
2020-06-05
Improve the new documentation to be more precise about the necessary platform...
Alexis Bourget
-67
/
+97
2020-06-04
Add a **Note**: comment in documentation when the type/method/function is not...
Alexis Bourget
-13
/
+70
2020-05-29
Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay
Yuki Okushi
-10
/
+2
2020-05-18
Stabilize AtomicN::fetch_min and AtomicN::fetch_max
Amanieu d'Antras
-10
/
+2
2020-05-03
Update src/libcore/sync/atomic.rs
Steven Fackler
-1
/
+1
2020-05-03
Tweak and stabilize AtomicN::fetch_update
Steven Fackler
-14
/
+10
2020-03-18
Use copy bound in atomic operations to generate simpler MIR
Tomasz Miąsko
-15
/
+15
2020-02-11
Document stable versions of `f32` and `f64` intrinsics
LeSeulArtichaut
-2
/
+2
2020-01-16
Add SAFETY comment for atomic example
Phoebe Bell
-1
/
+3
2020-01-16
Elaborate on SAFETY comments
Phoebe Bell
-31
/
+33
2020-01-16
Document unsafe blocks in core::{cell, str, sync}
Phoebe Bell
-2
/
+31
2020-01-05
Add more nuanced advice about spin_loop_hint
Aleksey Kladov
-2
/
+4
2020-01-02
Remove wrong advice about spin locks from `spin_loop_hint` docs
Aleksey Kladov
-10
/
+2
2019-12-22
Format the world
Mark Rousskov
-60
/
+76
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-3
/
+3
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
[next]