about summary refs log tree commit diff
path: root/src/libstd/io/tempfile.rs
AgeCommit message (Expand)AuthorLines
2014-10-10Register new snapshotsAlex Crichton-2/+2
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-1/+1
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-9/+13
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-3/+0
2014-08-04stabilize atomics (now atomic)Aaron Turon-3/+3
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+4
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+5
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-9/+27
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-0/+93