summary refs log tree commit diff
path: root/src/test/run-pass/glob-std.rs
AgeCommit message (Expand)AuthorLines
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.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-1/+1
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-1/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-1/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+2
2013-10-24Remove std::io once and for all!Alex Crichton-2/+4
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-3/+3
2013-10-15path2: Replace the path module outrightKevin Ballard-3/+3
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-156/+147
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-3/+3
2013-09-13Move glob tests to a run-pass testAlex Crichton-0/+203