summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-03-17compiletest: Remove FIXME. Closes #1984Brian Anderson-3/+0
2012-03-15Associate FIXME with an issue in compiletest.rsTim Chevalier-2/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-3/+2
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-1/+3
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-27/+12
2012-01-31Change option::t to optionTim Chevalier-2/+2
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-1/+0
2012-01-19Use fn~ to simplify the core::test interfaceBrian Anderson-32/+17
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-7/+7
2012-01-06port over the tests to use the new APINiko Matsakis-8/+8
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-2/+5
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-9/+9
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused imports in testsHaitao Li-1/+0
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-1/+2
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-5/+5
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
2011-10-20Convert the test runners to typesafe spawnBrian Anderson-73/+15
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+274