about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2018-11-02Remove all jemalloc-related contentAlex Crichton-4/+1
2018-10-26Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obkkennytm-10/+10
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-10/+10
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-21Remove the parse-fail test suiteVadim Petrochenkov-6/+0
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-6/+12
2018-10-10Run both lldb and gdb testsTom Tromey-14/+6
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-4/+27
2018-09-21Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well.Felix S. Klock II-2/+3
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-2/+2
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-2/+2
2018-09-09merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/Eric Huss-0/+2
2018-08-08[CI] run-make/thumb: remove a trailing space.Hideki Sekine-1/+1
2018-08-08[CI] run-make/thumb: remove hacky workaround.Hideki Sekine-1/+11
2018-08-02Update Cargo submoduleAlex Crichton-0/+2
2018-07-29Copy the test_data/ RLS tests into a writable directory.kennytm-0/+7
2018-07-26Refactor is_external_tool into source_typeTatsuyuki Ishi-7/+7
2018-07-25bootstrap: use prepare_tool_cargo everywhereTatsuyuki Ishi-24/+22
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-3/+6
2018-07-24Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichtonkennytm-0/+1
2018-07-22Compile rustc before building tests for rustdocMark Rousskov-0/+1
2018-07-21Treat no_std(target) == None case correctly.Hideki Sekine-1/+1
2018-07-18Fix rust issue #52163Hideki Sekine-1/+3
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-1/+4
2018-07-03Fixed detection of test-fail for doctests.kennytm-8/+6
2018-06-22Handle current directory prefix for parsing command arguments in bootstrap te...Steven Laabs-0/+6
2018-06-19Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrumbors-7/+7
2018-06-16Prevent Windows filesystem races in bootstrap testsMark Simulacrum-0/+3
2018-06-07quiet-tests -> !verbose-testsOliver Schneider-7/+7
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-1/+1
2018-06-03refactor mode to ToolRustc for Rls & RustfmtCollins Abitekaniza-2/+2
2018-06-03thread tool modes throughCollins Abitekaniza-10/+18
2018-06-03refactor Mode enumCollins Abitekaniza-11/+11
2018-06-02Rustdoc itself no longer requires proc macros to buildMark Simulacrum-2/+1
2018-05-30Run rustfmtSantiago Pastorino-150/+241
2018-05-30Add compare-mode to x.pySantiago Pastorino-1/+2
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-7/+1
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-28/+24
2018-05-15Fix run-make wasm testsEric Huss-4/+4
2018-05-10Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrumbors-2/+21
2018-05-09ignore test-args if user specifies suite_pathCollins Abitekaniza-5/+1
2018-05-07./x.py test should be able to run individual testsCollins Abitekaniza-2/+25
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-4/+4
2018-05-06Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichtonbors-0/+3
2018-05-06Pass a test directory to rustfmtNick Cameron-0/+3
2018-05-06s/DocTestsOption/DocTests/gkennytm-4/+4
2018-05-06Added test case.kennytm-7/+7
2018-05-06Added `./x.py test --no-doc` option.kennytm-3/+9
2018-05-04bootstrap: Fix LLVM bin path setup for Windows.Michael Woerister-11/+0
2018-05-03Make run-make host_test!().Michael Woerister-1/+1