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
/
once.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-26
Use Cell::take in a couple places
ThinkChaos
-1
/
+1
2020-03-15
Fix "since" field for `Once::is_complete`'s `#[stable]` attribute
Lukas Kalbertodt
-1
/
+1
2020-02-07
Stabilize Once::is_completed
Michael Bradshaw
-6
/
+5
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-1
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+1
2019-11-09
Run rustfmt on libstd/sync/once.rs
Paul Dicker
-32
/
+29
2019-11-05
Don't mutate node.next
Paul Dicker
-36
/
+34
2019-10-25
Mention park guarantee
Paul Dicker
-0
/
+4
2019-10-24
Always align Waiter to 4 bytes
Paul Dicker
-0
/
+1
2019-10-24
Use more precise atomic orderings
Paul Dicker
-12
/
+41
2019-10-24
In Waiter use interior mutability for thread
Paul Dicker
-9
/
+19
2019-10-24
Reduce the amount of comments in call_inner
Paul Dicker
-19
/
+6
2019-10-24
Move thread parking to a seperate function
Paul Dicker
-38
/
+42
2019-10-24
Turn Finish into WaiterQueue
Paul Dicker
-23
/
+21
2019-10-23
Don't mutate waiter nodes
Paul Dicker
-9
/
+9
2019-10-23
Simplify loop conditions in RUNNING and add comments
Paul Dicker
-17
/
+29
2019-10-23
Rename state to state_and_queue
Paul Dicker
-28
/
+29
2019-10-16
Don't recommend ONCE_INIT in std::sync::Once
boyned//Kampfkarren
-3
/
+2
2019-06-12
Deprecate ONCE_INIT
Steven Fackler
-0
/
+5
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-8
/
+8
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-1
/
+1
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-2
/
+2
2018-10-07
Fix tracking issue for Once::is_completed
Simon Sapin
-1
/
+1
2018-09-29
Fix Once perf regression
Aleksey Kladov
-0
/
+1
2018-09-05
Auto merge of #53027 - matklad:once_is_completed, r=alexcrichton
bors
-14
/
+59
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-09
Reduce code duplication in Once
Aleksey Kladov
-14
/
+18
2018-08-06
Remove references to `StaticMutex` which got removed a while ago
Ralf Jung
-6
/
+4
2018-08-03
Fix trailnig WS
Aleksey Kladov
-1
/
+1
2018-08-03
Allow to check if sync::Once is initialized
Aleksey Kladov
-0
/
+41
2018-08-03
Specify reentrancy gurantees of `Once::call_once`
Aleksey Kladov
-0
/
+4
2018-07-25
Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...
Tatsuyuki Ishi
-1
/
+1
2018-07-17
sync::Once: Use Acquire on the hot path, and explain why we don't use it else...
Ralf Jung
-2
/
+10
2018-07-10
remove sync::Once::call_once 'static
Christopher Durham
-6
/
+6
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-05-24
Update the `Once` docs to use `Once::new`
Tobias Bucher
-10
/
+10
2018-05-24
Add `Once::new` as a way of constructing a `Once`
Tobias Bucher
-1
/
+2
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-1
/
+0
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-1
/
+1
2017-10-22
Improve docs around `Once::call_once_force` and `OnceState`.
Corey Farwell
-13
/
+81
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-0
/
+1
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-03-29
Adding linking for Once docs #29377
projektir
-8
/
+29
2017-02-15
Fix wording in LocalKey documentation
Stjepan Glavina
-1
/
+1
[next]