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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2017-09-16
fix test name being printed twice for ui tests
Ralf Jung
-2
/
+0
2017-09-16
compiletest: print the correct basename of the src dir
Ralf Jung
-1
/
+1
2017-08-28
compiletest: Change Config comments to doc comments
Thomas Jespersen
-39
/
+39
2017-08-27
Additional libc cleanup
Tatsuyuki Ishi
-0
/
+1
2017-08-23
capture `adb shell` stdout
Andy Russell
-0
/
+2
2017-08-22
remove needless clone
Andy Russell
-1
/
+1
2017-08-16
remove procsrv module
Andy Russell
-51
/
+28
2017-08-16
remove `extra_args` argument
Andy Russell
-48
/
+38
2017-08-16
return `Command` from make_compile_args
Andy Russell
-68
/
+45
2017-08-16
make `compose_and_run_compiler` take `Command`
Andy Russell
-52
/
+40
2017-08-16
remove `working_dir` argument
Andy Russell
-40
/
+20
2017-08-16
let `compose_and_run` take a `Command`
Andy Russell
-68
/
+55
2017-08-16
replace procsrv functions with `Command`
Andy Russell
-182
/
+70
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-28
/
+28
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-3
/
+15
2017-07-27
Don't needlessly build rustdoc for compiletest.
Mark Simulacrum
-6
/
+8
2017-07-17
Only set cwd for test process, not compiler
Richard Dodd
-11
/
+40
2017-07-17
Try running all tests using cwd
Richard Dodd
-5
/
+3
2017-07-17
Make compiletest set cwd before running js tests
Richard Dodd
-3
/
+22
2017-07-13
Reduce the usage of features in compiletest and libtest
Oliver Schneider
-2
/
+1
2017-07-11
compiletest: Support custom normalization rules.
kennytm
-6
/
+65
2017-07-11
compiletest: Refactor: Move the `ignore-{}` logic into its own method.
kennytm
-30
/
+34
2017-07-01
Auto merge of #42896 - llogiq:clippy_compiletest, r=alexcrichton
bors
-94
/
+79
2017-06-29
fix a stray semicolon
Andre Bogus
-1
/
+1
2017-06-29
Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomez
Ariel Ben-Yehuda
-0
/
+1
2017-06-27
address tidy error & comment
Andre Bogus
-4
/
+3
2017-06-27
compiletest: show details if GDB failed to execute.
kennytm
-1
/
+1
2017-06-25
fixed some clippy warnings in compiletest
Andre Bogus
-93
/
+79
2017-06-24
add `allow_fail` test attribute
Paul Woolcock
-0
/
+1
2017-06-22
Add target option for linker environment variables
Thomas Lively
-8
/
+2
2017-06-22
Make wasm32 buildbot test LLVM backend
Thomas Lively
-3
/
+8
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-52
/
+52
2017-06-15
Add a no-system-llvm compilecheck header
Simonas Kazlauskas
-0
/
+8
2017-06-02
compiletest: Force directive to be first complete word in header comment.
kennytm
-28
/
+31
2017-06-02
Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.
kennytm
-4
/
+24
2017-06-02
Added --color flag to compiletest.
kennytm
-2
/
+16
2017-05-22
make ui test output patch compatible #41948
Cengiz Can
-3
/
+3
2017-05-11
Auto merge of #41863 - malbarbo:update-android-builder, r=alexcrichton
bors
-1
/
+1
2017-05-10
compiletest: force GDB to print values in the Rust format.
Eduard-Mihai Burtescu
-0
/
+5
2017-05-09
ci: Update android ndk and sdk
Marco A L Barbosa
-1
/
+1
2017-05-05
Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton
Corey Farwell
-0
/
+1
2017-05-05
Add Options type in libtest and remove argument
Guillaume Gomez
-1
/
+1
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-6
/
+4
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-0
/
+1
2017-04-29
Auto merge of #41588 - cengizIO:master, r=nikomatsakis
bors
-77
/
+10
2017-04-28
Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNN
bors
-232
/
+27
2017-04-28
Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton
bors
-126
/
+162
2017-04-27
travis: Parallelize tests on Android
Alex Crichton
-232
/
+27
2017-04-27
use diff crate for compile-fail test diagnostics #41474
Cengiz Can
-77
/
+10
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-126
/
+162
[next]