index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compiletest
/
compiletest.rs
Age
Commit message (
Expand
)
Author
Lines
2011-10-02
Move compiletest to src/ and cleanup build rules
Brian Anderson
-274
/
+0
2011-09-16
Require body of else-less if expressions to be a value-less block
Marijn Haverbeke
-2
/
+2
2011-09-12
Merge branch 'unwind'
Brian Anderson
-1
/
+2
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-5
/
+5
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-14
/
+13
2011-09-11
Actually fail the process when compiletest has a test failure
Brian Anderson
-1
/
+2
2011-09-02
Reformat. Issue #855
Brian Anderson
-80
/
+57
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-17
/
+17
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-4
/
+4
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+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
-33
/
+21
2011-08-30
Convert compiletest to istrs. Issue #855
Brian Anderson
-44
/
+57
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
-36
/
+74
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-7
/
+11
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-11
/
+10
2011-08-20
Reformat
Brian Anderson
-51
/
+43
2011-08-17
Use the new task join methods in the test runner. Closes #826
Brian Anderson
-10
/
+18
2011-08-17
Move some test setup from runtest to compiletest
Brian Anderson
-0
/
+2
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-4
/
+4
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-4
/
+2
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-13
/
+22
2011-08-12
Remove std::vec
Brian Anderson
-1
/
+0
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-2
/
+2
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-2
/
+2
2011-08-02
Add xfail-pretty test directive. Issue #789
Brian Anderson
-1
/
+1
2011-08-02
Fix comment typo in compiletest
Brian Anderson
-1
/
+1
2011-08-02
Pretty-print tests only run on .rs files. Issue #789
Brian Anderson
-5
/
+22
2011-08-02
Introduce pretty-print testing mode to compiletest. Issue #789
Brian Anderson
-1
/
+8
2011-08-02
Replace an open-coded conversion with ivec::from_vec
Brian Anderson
-6
/
+1
2011-08-02
Move compiletest modules into separate files
Brian Anderson
-587
/
+9
2011-08-01
Ignore whitespace in argument lists in compiletest
Brian Anderson
-1
/
+20
2011-07-29
Fix long lines
Brian Anderson
-3
/
+3
2011-07-29
Add issue numbers to FIXMEs in compiletest
Brian Anderson
-2
/
+2
2011-07-29
Close pipes under failure scenario in compiletest
Brian Anderson
-1
/
+5
2011-07-29
Get compile tests to run in parallel
Brian Anderson
-31
/
+86
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-1
/
+1
2011-07-27
Don't stop at first test failure
Brian Anderson
-1
/
+1
2011-07-27
Clean up output a bit when running verbose compile tests
Brian Anderson
-3
/
+7
2011-07-27
Capture stderr when running compile tests. Closes #755
Brian Anderson
-42
/
+74
2011-07-27
Refactor compiletest
Brian Anderson
-219
/
+248
2011-07-27
Remove task::worker harder
Brian Anderson
-4
/
+4
2011-07-27
Remove task::worker
Brian Anderson
-2
/
+10
[next]