about summary refs log tree commit diff
path: root/src/test/run-pass/tempfile.rs
AgeCommit message (Expand)AuthorLines
2015-04-14Test fixes and rebase conflictsAlex Crichton-213/+0
2015-04-14Fallout: move from scoped to spawnAaron Turon-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+4
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-8/+8
2015-02-04remove all kind annotations from closuresJorge Aparicio-8/+10
2015-01-26Fallout of io => old_ioAlex Crichton-10/+10
2015-01-06Fallout from stabilizationAaron Turon-7/+7
2015-01-05rollup merge of #20488: ltratt/nondeterministic_tempdirAlex Crichton-1/+1
2015-01-05fix rpass testsJorge Aparicio-1/+1
2015-01-05Make temporary directory names non-deterministic.Laurence Tratt-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-11/+11
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-7/+7
2014-11-19Make os::change_dir() return IoResult<()>Barosl Lee-1/+1
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-10-16Remove libdebug and update tests.Luqman Aden-4/+2
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-7/+7
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-3/+3
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-0/+59
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
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