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
/
bootstrap
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-28
/
+8
2019-08-20
Remove serialization of diagnostics to files
Mark Rousskov
-2
/
+1
2019-08-08
don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that
Ralf Jung
-2
/
+0
2019-08-08
install and use xargo inside the build dir
Ralf Jung
-0
/
+4
2019-08-08
let us try to find out where that panic is coming from
Ralf Jung
-0
/
+2
2019-08-08
dont test Miri by default (also be more verbose when being verbose)
Ralf Jung
-1
/
+1
2019-08-08
more comments
Ralf Jung
-0
/
+1
2019-08-08
remove test-miri flag from bootstrap
Ralf Jung
-2
/
+1
2019-08-08
Miri test: call 'cargo miri test' and use the sysroot it has set up
Ralf Jung
-11
/
+71
2019-08-02
Fix rustc-guide toolstate tracking.
Eric Huss
-1
/
+6
2019-08-01
replace what I think is an erroneous try_run_quiet by try_run
Ralf Jung
-1
/
+1
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-0
/
+3
2019-07-29
Fix rustc-guide build failure ignoring no-fail-fast.
kennytm
-3
/
+1
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-20
/
+0
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-0
/
+3
2019-07-26
`run_quiet` outputs stdout/stderr when things go wrong.
Giles Cope
-1
/
+1
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-15
/
+0
2019-07-06
Add linkcheck command to rustbook tool
André Luis Leal Cardoso Junior
-1
/
+25
2019-07-06
add ./x.py test src/doc/rustc-guide
André Luis Leal Cardoso Junior
-0
/
+1
2019-06-24
bootstrap: pass '--pass' on to compiletest.
Mazdak Farrokhzad
-0
/
+5
2019-06-23
Make tidy quieter by default
Mark Rousskov
-2
/
+2
2019-05-30
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
bors
-9
/
+5
2019-05-28
rustbuild: Tweak how stage1 compilers are selected
Alex Crichton
-9
/
+5
2019-05-27
Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
Michael Woerister
-18
/
+3
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-3
/
+1
2019-05-23
Auto merge of #60970 - MaulingMonkey:pr-compiletest-cdb-support, r=alexcrichton
bors
-6
/
+2
2019-05-19
Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re...
MaulingMonkey
-6
/
+2
2019-05-18
Fix tests not running locally
Guillaume Gomez
-1
/
+1
2019-05-14
Rollup merge of #60719 - varkor:xpy-test-folder, r=Mark-Simulacrum
Mazdak Farrokhzad
-2
/
+13
2019-05-14
Add comment
varkor
-0
/
+6
2019-05-11
Allow subdirectories to be tested by x.py test
varkor
-2
/
+7
2019-05-10
Make tests compatible with musl host
Mateusz Mikuła
-0
/
+4
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-1
/
+1
2019-04-30
Add local LLD to the PATH for run-make-fulldeps tests.
Michael Woerister
-0
/
+15
2019-04-29
compiletest: Make LLVM's bin directory available to run-make-fulldeps tests.
Michael Woerister
-0
/
+7
2019-04-18
Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma...
Michael Woerister
-2
/
+2
2019-04-10
Don't build test helpers for wasm32
John Kåre Alsaker
-1
/
+4
2019-03-29
Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavus
Mazdak Farrokhzad
-0
/
+1
2019-03-27
Update books
Eric Huss
-0
/
+1
2019-03-24
Add a way to track Rustfix UI test coverage
Philipp Hansch
-0
/
+4
2019-03-20
Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton
bors
-9
/
+9
2019-03-20
Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton
bors
-0
/
+6
2019-03-16
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
Denys Zariaiev
-9
/
+3
2019-03-16
[bootstrap] Remove llvm.enabled config
bjorn3
-7
/
+1
2019-03-15
rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ...
Eduard-Mihai Burtescu
-9
/
+3
2019-03-13
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
Denys Zariaiev
-9
/
+53
2019-03-03
Permit getting stage 0 rustdoc
Mark Rousskov
-4
/
+4
2019-03-03
Tools built by the bootstrap compiler must be built by it
Mark Rousskov
-5
/
+5
2019-02-28
Move rustdoc-js testing into compiletest
Guillaume Gomez
-49
/
+13
2019-02-27
Introduce assembly tests
Denys Zariaiev
-0
/
+6
[next]