about summary refs log tree commit diff
path: root/src/libstd/io/lazy.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-1/+0
2018-12-07SGX target: implement synchronization primitives and threadingJethro Beekman-0/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-20/+18
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-2/+1
2018-08-06actually, reentrant uninitialized mutex acquisition is outright UBRalf Jung-3/+2
2018-08-06make Lazy::new unsafe and check reentrancy condition in the callersRalf Jung-2/+4
2018-08-06clarify partially initialized Mutex issuesRalf Jung-0/+7
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-10/+11
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-9/+12
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-2/+2
2015-09-08some more clippy-based improvementsAndre Bogus-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-16/+16
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-8/+16
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+59