summary refs log tree commit diff
path: root/src/test/run-pass/stat.rs
AgeCommit message (Expand)AuthorLines
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