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
/
io
/
lazy.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Remove unnecessary feature gates from const fns
Oliver Scherer
-1
/
+0
2018-12-07
SGX target: implement synchronization primitives and threading
Jethro Beekman
-0
/
+1
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-20
/
+18
2018-08-08
avoid using the word 'initialized' to talk about that non-reentrant-capable s...
Ralf Jung
-2
/
+1
2018-08-06
actually, reentrant uninitialized mutex acquisition is outright UB
Ralf Jung
-3
/
+2
2018-08-06
make Lazy::new unsafe and check reentrancy condition in the callers
Ralf Jung
-2
/
+4
2018-08-06
clarify partially initialized Mutex issues
Ralf Jung
-0
/
+7
2018-06-17
libstd: add an RAII utility for sys_common::mutex::Mutex
NODA, Kai
-10
/
+11
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-9
/
+12
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-2
/
+2
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-16
/
+16
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-8
/
+16
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+59