summary refs log tree commit diff
path: root/src/test/run-pass/stat.rs
AgeCommit message (Expand)AuthorLines
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-6/+3
2013-10-24Remove even more of std::ioAlex Crichton-6/+8
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-2/+2
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-5/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-1/+1
2013-06-05Fix stat.rs to not pollute the build directory. Closes #6959.Michael Sullivan-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+5
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-1/+1
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-14xfail-fast run-pass/stat.rsBrian Anderson-0/+2
2012-12-14Un-xfail tests that work nowTim Chevalier-1/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-07Xfail broken testsTim Chevalier-0/+1
2012-12-05test: More run-pass test fixesPatrick Walton-1/+1
2012-11-20libcore: Add stat methods to pathsErick Tryzelaar-0/+24