about summary refs log tree commit diff
path: root/src/libstd/io/tempfile.rs
AgeCommit message (Expand)AuthorLines
2015-01-05Make temporary directory names non-deterministic.Laurence Tratt-30/+44
2015-01-03Remove deprecated functionalityAlex Crichton-7/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-17Replaced wrapper functions with no_run and as_str().unwrap() with display()elszben-6/+3
2014-12-16Added example to TempDirelszben-0/+53
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+5
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-1/+2
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