| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -1053/+0 | |
| 2011-09-29 | Teach compiletest to construct the PATH variable correctly on win32 | Brian Anderson | -1/+10 | |
| 2011-09-19 | Check for the correct exit code on cfail tests. Closes #938 | Brian Anderson | -3/+7 | |
| 2011-09-19 | Revert "Check for the correct exit code on cfail tests. Closes #938" | Brian Anderson | -7/+3 | |
| This reverts commit c42401ebbc82d319c3003088db47f825d65fb9f7. | ||||
| 2011-09-19 | Check for the correct exit code on cfail tests. Closes #938 | Brian Anderson | -3/+7 | |
| 2011-09-16 | Require body of else-less if expressions to be a value-less block | Marijn Haverbeke | -2/+2 | |
| For consistency with other constructs that could not possibly return a value (say, loops). | ||||
| 2011-09-12 | Merge branch 'unwind' | Brian Anderson | -26/+24 | |
| Conflicts: src/comp/middle/trans.rs src/comp/middle/trans_build.rs src/lib/run_program.rs src/test/compiletest/runtest.rs | ||||
| 2011-09-12 | Pretty-print for new arg-mode syntax | Marijn Haverbeke | -6/+6 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -74/+69 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-11 | Actually fail the process when compiletest has a test failure | Brian Anderson | -1/+2 | |
| We previously failed by coincidence because of memory leaks. | ||||
| 2011-09-11 | Add the ability to xfail tests by platform | Brian Anderson | -0/+5 | |
| We'll use this to xfail some unwinding tests on windows | ||||
| 2011-09-11 | Use a unique exit status when the runtime fails normally | Brian Anderson | -4/+10 | |
| Check for it in run-fail tests | ||||
| 2011-09-11 | Remove the no-valgrind test directive now that unwinding is more worky | Brian Anderson | -15/+5 | |
| Issue #236 | ||||
| 2011-09-11 | Change the exit status used for valgrind errors and check for it in tests | Brian Anderson | -6/+2 | |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -264/+217 | |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -34/+34 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -31/+31 | |
| 2011-09-01 | Remove std::str. Issue #855 | Brian Anderson | -4/+0 | |
| 2011-09-01 | Remove a few more istr conversions. Issue #855 | Brian Anderson | -5/+5 | |
| 2011-09-01 | Convert main functions to istrs. Issue #855 | Brian Anderson | -2/+1 | |
| 2011-09-01 | Remove various istr conversions. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Convert std::test to istrs. Issue #855 | Brian Anderson | -5/+3 | |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -78/+60 | |
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -6/+3 | |
| Closes #799 | ||||
| 2011-08-31 | Revert "Replace xfail-stageN with simply xfail-test" | Marijn Haverbeke | -2/+5 | |
| This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0. | ||||
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -5/+2 | |
| Closes #799 | ||||
| 2011-08-30 | Convert compiletest to istrs. Issue #855 | Brian Anderson | -213/+248 | |
| 2011-08-27 | Convert std::os to istrs. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-27 | Convert std::generic_os to istrs. Issue #855 | Brian Anderson | -5/+8 | |
| 2011-08-27 | Convert std::io to istrs. Issue #855 | Brian Anderson | -18/+24 | |
| 2011-08-27 | Convert std::run to istrs. Issue #855 | Brian Anderson | -1/+3 | |
| 2011-08-27 | Convert std::getopts to istrs. Issue #855 | Brian Anderson | -27/+27 | |
| 2011-08-27 | Convert the task-comm parts of compiletest to istrs. Issue #855 | Brian Anderson | -61/+108 | |
| This reduces the amount of voodoo in compiletest considerably. | ||||
| 2011-08-27 | Convert std::fs to istrs. Issue #855 | Brian Anderson | -13/+22 | |
| 2011-08-25 | Cleaning up task and comm exports, updating all the test cases. | Eric Holk | -20/+19 | |
| 2011-08-24 | Test that processes that are supposed to fail return a non-zero status | Brian Anderson | -0/+4 | |
| 2011-08-23 | Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught ↵ | Graydon Hoare | -1/+1 | |
| kinding-violations in rustc and libstd. | ||||
| 2011-08-22 | Silence unused variable warnings in compiletest | Brian Anderson | -2/+2 | |
| 2011-08-20 | Stop parsing ~[] vector syntax | Brian Anderson | -2/+2 | |
| 2011-08-20 | Reformat | Brian Anderson | -233/+183 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-18 | Rename various things from ivec to vec | Brian Anderson | -4/+4 | |
| 2011-08-17 | Better type inference for chans and ports. | Eric Holk | -24/+18 | |
| 2011-08-17 | Use the new task join methods in the test runner. Closes #826 | Brian Anderson | -10/+18 | |
| It should report failures properly again | ||||
| 2011-08-17 | Move some test setup from runtest to compiletest | Brian Anderson | -1/+2 | |
| 2011-08-16 | Port the tests to the expr foo::<T> syntax. | Erick Tryzelaar | -2/+2 | |
| 2011-08-16 | Port the tests to the decl foo<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Port the tests to the typaram foo<T> syntax. | Erick Tryzelaar | -28/+28 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -18/+18 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -4/+2 | |
| Converting rustc will still take a snapshot | ||||
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -5/+5 | |
