summary refs log tree commit diff
path: root/src/test/run-pass/tempfile.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+4
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-4/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-5/+3
2013-12-06Made Results API more composableMarvin Löbel-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-6/+6
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-6/+6
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-3/+3
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-3/+3
2013-11-14test: Clean up xfail-{fast,win32} testsklutzy-1/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-13/+13
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-32/+33
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-4/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-12/+12
2013-10-15path2: Replace the path module outrightKevin Ballard-23/+27
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-11/+61
2013-09-30rpass: Remove usage of fmt!Alex Crichton-4/+4
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-0/+100