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
/
tools
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2020-11-14
Fix tests with auxiliary docs
Joshua Nelson
-3
/
+22
2020-11-14
Fall back to `diff` if `delta` isn't installed
Joshua Nelson
-14
/
+20
2020-11-14
Fix bugs
Joshua Nelson
-4
/
+5
2020-11-14
Address review comments
Joshua Nelson
-29
/
+21
2020-11-14
Give a better error when rustdoc tests fail
Joshua Nelson
-8
/
+113
2020-11-03
Print a summary of which test suite failed
Mark Rousskov
-2
/
+35
2020-11-02
Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrum
bors
-0
/
+1
2020-11-02
compiletest: try running lldb_batchmode.py with PYTHONUNBUFFERED
Pietro Albini
-0
/
+1
2020-10-30
Always pass `-Z future-incompat-report` to UI tests
Aaron Hill
-0
/
+1
2020-10-30
Don't display empty future-compat report
Aaron Hill
-16
/
+21
2020-10-30
Update into-iter-on-arrays test to check future-incompat-report
Aaron Hill
-11
/
+22
2020-10-30
Only error on unfixed diagnostics
Aaron Hill
-1
/
+3
2020-10-30
Strip out non-diagnostic lines from rustfix input
Aaron Hill
-7
/
+20
2020-10-30
Print future breakage report
Aaron Hill
-6
/
+9
2020-10-30
Some work
Aaron Hill
-2
/
+17
2020-10-29
Add support for rustc-env and unset-rustc-env for aux-builds
Tomasz Miąsko
-0
/
+5
2020-10-20
Initialize tracing subscriber in compiletest tool
Tomasz Miąsko
-2
/
+2
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-2
/
+12
2020-09-29
Ensure that all LLVM components requested by tests are available on CI
Vadim Petrochenkov
-2
/
+5
2020-09-18
Fix --bless for mir-opt 32/64 bit file
Nixon Enraght-Moony
-3
/
+4
2020-09-17
Put bit qualifier before mir/diff
Nixon Enraght-Moony
-2
/
+2
2020-09-05
compiletest: Introduce "min-cdb-version"
MaulingMonkey
-6
/
+51
2020-08-27
Adds --bless support to test/run-make-fulldeps
Rich Kadel
-0
/
+12
2020-08-22
compiletest: fix a couple clippy lint findings
Matthias Krüger
-72
/
+59
2020-08-18
Validate the MIR of all optimizations in the mir-opt directory
Oliver Scherer
-0
/
+1
2020-08-15
replaced log with tracing
Gurpreet Singh
-6
/
+6
2020-08-09
Add sanitizer support on FreeBSD
Greg V
-3
/
+8
2020-08-07
Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser
bors
-2
/
+13
2020-08-07
Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez
bors
-2
/
+4
2020-08-07
Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis
Yuki Okushi
-0
/
+21
2020-08-02
Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum
Manish Goregaokar
-0
/
+12
2020-08-02
compiletest: Support ignoring tests requiring missing LLVM components
Vadim Petrochenkov
-0
/
+12
2020-08-02
compiletest: print diff for pretty tests
David Wood
-9
/
+16
2020-07-31
Move from `log` to `tracing`
Oliver Scherer
-1
/
+1
2020-07-31
compiletest: ignore-endian-big, fixes #74829, fixes #74885
Ximin Luo
-0
/
+21
2020-07-29
Improve the diagnostics around misspelled mir dump filenames
Oliver Scherer
-2
/
+13
2020-07-29
Move mir-opt tests to toplevel
Xavier Denis
-29
/
+48
2020-07-27
mv std libs to library/
mark
-2
/
+11
2020-07-25
Clean up some uses of logging in ui tests
Oliver Scherer
-1
/
+1
2020-07-24
Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser
Manish Goregaokar
-10
/
+43
2020-07-24
Add a system for creating diffs across multiple mir optimizations.
Oliver Scherer
-10
/
+43
2020-07-22
Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum
Manish Goregaokar
-245
/
+200
2020-07-19
Rewrite extract_version_range
Lzu Tao
-23
/
+46
2020-07-19
Rewrite extract_llvm_version
Lzu Tao
-57
/
+49
2020-07-19
Extract extract_version_range
Lzu Tao
-32
/
+34
2020-07-19
Add missing : after *llvm-version
Lzu Tao
-4
/
+4
2020-07-19
Use subslice pattern
Lzu Tao
-6
/
+6
2020-07-19
Extract closure to function
Lzu Tao
-4
/
+8
2020-07-19
Use Option::as_deref
Lzu Tao
-5
/
+3
2020-07-19
Fix panic as passing wrong format to `extract_gdb_version`
Lzu Tao
-11
/
+8
[prev]
[next]