about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-11-29when type checking still pass in the rustc args from cmd lineNiko Matsakis-6/+2
2011-11-22runtest.rs: Fix typo in error messageHaitao Li-1/+1
2011-11-16Fix S_IRUSR/S_IWUSR constants on mac. Closes #726Brian Anderson-7/+0
2011-11-10Cleanup unused imports in testsHaitao Li-1/+0
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-3/+5
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-1/+1
2011-10-09Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""Brian Anderson-0/+8
2011-10-09Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"Brian Anderson-8/+0
2011-10-06Stop using (DY)LD_LIBRARY_PATH on UnixBrian Anderson-0/+8
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+392