summary refs log tree commit diff
path: root/src/libstd/io/lazy.rs
AgeCommit message (Expand)AuthorLines
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