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
/
libstd
/
sync
/
once.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-04-28
Clarify Once::call_once memory ordering guarantees in docs
inrustwetrust
-1
/
+5
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-20
std: Tidy up some `unsafe impl`s for `sync`
Alex Crichton
-5
/
+2
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-3
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-4
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-5
/
+5
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-4
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-12
/
+12
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-13
/
+20
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-13
/
+20
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+4
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-1
/
+3
[next]