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
/
library
/
core
/
src
/
sync
/
atomic.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+2
2021-08-17
Constified `Default` implementations
Deadbeef
-3
/
+6
2021-08-16
Uplift the `invalid_atomic_ordering` lint from clippy to rustc
Thom Chiovoloni
-0
/
+4
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-06
Fix typo in core::sync::atomic::compiler_fence example
Júnior Bassani
-1
/
+1
2021-07-06
Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a...
Júnior Bassani
-1
/
+5
2021-04-11
Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr.
Mara Bos
-4
/
+2
2021-04-10
fix Miri errors in libcore doctests
Ralf Jung
-7
/
+14
2021-03-15
Fix const stability `since` versions.
Oli Scherer
-4
/
+4
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-32
/
+28
2021-01-14
Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se
Mara Bos
-15
/
+12
2021-01-13
Update tests for extern block linting
Mark Rousskov
-2
/
+2
2021-01-13
deprecate atomic::spin_loop_hint in favour of hint::spin_loop
Ashley Mannix
-15
/
+12
2020-12-30
Remove all doc_comment!{} hacks by using #[doc = expr] where needed.
Mara Bos
-702
/
+658
2020-12-30
Bump bootstrap compiler to 1.50 beta
Mark Rousskov
-62
/
+4
2020-12-22
Improve documentation on `success` and `failure` arguments
Linus Färnstrand
-18
/
+24
2020-12-22
Add doc aliases to compare_exchange[_weak]
Linus Färnstrand
-0
/
+2
2020-12-22
Add documentation on migrating away from compare_and_swap
Linus Färnstrand
-0
/
+51
2020-12-22
Deprecate compare_and_swap on all atomic types
Linus Färnstrand
-0
/
+12
2020-12-20
Use pointer type in AtomicPtr::swap implementation
Tomasz Miąsko
-1
/
+9
2020-11-29
Cast pointers to usize before passing them to atomic operations as some platf...
oli
-1
/
+4
2020-11-28
Directly use raw pointers in `AtomicPtr` store/load
oli
-1
/
+27
2020-11-17
Clarify availability of atomic operations
James Munns
-3
/
+10
2020-11-08
Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay
Mara Bos
-3
/
+6
2020-11-08
Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus
Mara Bos
-13
/
+3
2020-11-06
Stabilize hint::spin_loop
Ivan Tham
-13
/
+3
2020-11-04
Add tracking issue
Benoît du Garreau
-3
/
+3
2020-11-04
Constantify `UnsafeCell::into_inner` and related
Benoît du Garreau
-3
/
+6
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-57
/
+49
2020-11-01
Add fetch_update methods to AtomicBool and AtomicPtr
Nika Layzell
-0
/
+125
2020-11-01
Inline Default::default() for atomics
Scott Olson
-0
/
+2
2020-09-21
Move `use align_of` in atomic.rs into the places where it is used.
Mara Bos
-3
/
+2
2020-09-21
Gate Atomic::from_mut on cfg(target_has_atomic_equal_alignment).
Mara Bos
-8
/
+19
2020-09-21
Revert "Revert adding Atomic::from_mut."
Mara Bos
-0
/
+90
2020-09-21
Rollup merge of #76967 - fusion-engineering-forks:revert-atomic-from-mut, r=k...
Ralf Jung
-90
/
+0
2020-09-20
Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`
Daniel Henry-Mantilla
-4
/
+2
2020-09-20
Revert adding Atomic::from_mut.
Mara Bos
-90
/
+0
2020-09-13
Supress unused_macros error on architectures with no atomics.
Mara Bos
-0
/
+1
2020-09-13
Fix AtomicPtr::from_mut align check: Avoid generic arg in const expr.
Mara Bos
-1
/
+1
2020-09-13
Add Atomic*::from_mut.
Mara Bos
-1
/
+97
2020-08-30
Move to Arc::clone(&x) over x.clone() in library/core
Alexis Bourget
-1
/
+1
2020-08-28
Use intra-doc links for bool
Denis Vasilik
-12
/
+0
2020-08-28
Use intra-doc links
Denis Vasilik
-227
/
+7
2020-07-29
fence docs: fix example Mutex
Ralf Jung
-1
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+2794