| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -117/+0 | |
| 2011-09-12 | Merge branch 'unwind' | Brian Anderson | -11/+7 | |
| 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 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -9/+9 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 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 | Remove the no-valgrind test directive now that unwinding is more worky | Brian Anderson | -11/+2 | |
| Issue #236 | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -24/+24 | |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -8/+8 | |
| 2011-09-01 | Remove std::str. Issue #855 | Brian Anderson | -1/+0 | |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -3/+2 | |
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -5/+2 | |
| 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 | -34/+36 | |
| 2011-08-27 | Convert std::io to istrs. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-27 | Convert the task-comm parts of compiletest to istrs. Issue #855 | Brian Anderson | -1/+2 | |
| This reduces the amount of voodoo in compiletest considerably. | ||||
| 2011-08-27 | Convert std::fs to istrs. Issue #855 | Brian Anderson | -1/+3 | |
| 2011-08-20 | Stop parsing ~[] vector syntax | Brian Anderson | -2/+2 | |
| 2011-08-16 | Port the tests to the typaram foo<T> syntax. | Erick Tryzelaar | -6/+6 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -2/+2 | |
| 2011-08-12 | Rename std::ioivec to std::io | Brian Anderson | -2/+2 | |
| 2011-08-12 | Convert all uses of std::io to std::ioivec | Brian Anderson | -2/+2 | |
| 2011-08-10 | Begin valgrinding run-fail tests | Brian Anderson | -2/+11 | |
| Introduce a temporary no-valgrind directive for the few that aren't clean | ||||
| 2011-08-09 | Change the ivec type syntax to [T]. | Erick Tryzelaar | -1/+1 | |
| This preserves the old syntax for now. | ||||
| 2011-08-02 | Add dedicated pretty-printer tests with new pp-exact directive | Brian Anderson | -3/+33 | |
| Add a new src/test/pretty directory to hold just source files for testing the pretty-printer. Add a new pp-exact directive. When this directive is followed by a file name it specifies a file containing the output that the pretty-printer should generate. When pp-exact is not followed by a filename it says that the file should pretty-print as written. | ||||
| 2011-08-02 | Add xfail-pretty test directive. Issue #789 | Brian Anderson | -2/+8 | |
| Indicates that this test should not be used to test the pretty-printer | ||||
| 2011-08-02 | Move compiletest modules into separate files | Brian Anderson | -0/+76 | |
