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
Age
Commit message (
Expand
)
Author
Lines
2011-08-15
Syntax updates.
Eric Holk
-4
/
+4
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-57
/
+69
2011-08-12
Remove std::vec
Brian Anderson
-2
/
+0
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-2
/
+2
2011-08-12
Convert std::run to ivecs
Brian Anderson
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-23
/
+23
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-20
/
+21
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-2
/
+2
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-3
/
+3
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-4
/
+4
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-2
/
+2
2011-08-12
Remove vecs from compiletest
Brian Anderson
-17
/
+17
2011-08-10
Begin valgrinding run-fail tests
Brian Anderson
-11
/
+35
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-5
/
+5
2011-08-03
Whitespace cleanup
Brian Anderson
-1
/
+1
2011-08-03
Convert line endings when doing exact pretty-print testing
Brian Anderson
-0
/
+8
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-4
/
+3
2011-08-02
Typecheck pretty-printing test results as libraries. Issue #789
Brian Anderson
-1
/
+1
2011-08-02
Add dedicated pretty-printer tests with new pp-exact directive
Brian Anderson
-6
/
+54
2011-08-02
Add xfail-pretty test directive. Issue #789
Brian Anderson
-3
/
+9
2011-08-02
Run pretty-printed sources through the compiler again for sanity
Brian Anderson
-4
/
+10
2011-08-02
Implement test that pretty-printed code converges. Issue #789
Brian Anderson
-10
/
+101
2011-08-02
Remove unused procsrv::clone function from compiletest
Brian Anderson
-7
/
+0
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
-2
/
+19
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
/
+617
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
2011-07-27
Fix comment placement in compiletest
Brian Anderson
-26
/
+29
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-396
/
+306
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-60
/
+138
2011-07-26
Dump all subprocess output to stdout when running verbose compiler tests
Brian Anderson
-0
/
+10
2011-07-26
Clone all data before before putting it in a test closure
Brian Anderson
-3
/
+33
2011-07-26
Join the process server after running all compile tests
Brian Anderson
-5
/
+12
2011-07-26
Run test process from a dedicated task
Brian Anderson
-58
/
+146
2011-07-25
Ignore various files that are probably not tests when searching for tests
Brian Anderson
-1
/
+5
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-0
/
+540
[prev]