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
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
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+9
2016-10-14
Rename static mut to upper case
Aleksey Kladov
-7
/
+7
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-3
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+2
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-1
/
+2
2016-05-20
update tracking issue for once_poison
Alex Burka
-3
/
+3
2016-05-11
Fix typo in std::sync::Once documentation
Amanieu d'Antras
-1
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+3
2016-03-26
std: Rewrite Once with poisoning
Alex Crichton
-56
/
+363
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-06-17
std: Stabilize the `once_new` feature
Alex Crichton
-1
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-10
/
+16
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
[next]