about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2019-04-18Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma...Michael Woerister-2/+2
2019-04-10Don't build test helpers for wasm32John Kåre Alsaker-1/+4
2019-03-29Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavusMazdak Farrokhzad-0/+1
2019-03-27Update booksEric Huss-0/+1
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-0/+4
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-9/+9
2019-03-20Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichtonbors-0/+6
2019-03-16Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-9/+3
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-7/+1
2019-03-15rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ...Eduard-Mihai Burtescu-9/+3
2019-03-13Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-9/+53
2019-03-03Permit getting stage 0 rustdocMark Rousskov-4/+4
2019-03-03Tools built by the bootstrap compiler must be built by itMark Rousskov-5/+5
2019-02-28Move rustdoc-js testing into compiletestGuillaume Gomez-49/+13
2019-02-27Introduce assembly testsDenys Zariaiev-0/+6
2019-02-25Update to last updatesGuillaume Gomez-3/+3
2019-02-25Move documentation build into bootstrapGuillaume Gomez-5/+41
2019-02-25Rename rustdoc js test suitesGuillaume Gomez-9/+9
2019-02-25Add rustdoc JS non-std testsGuillaume Gomez-0/+44
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-75/+75
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8
2019-02-06Add embedded book to test such that checktools worksMark Rousskov-0/+1
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-3/+21
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-20/+0
2019-01-17compiletest: Simplify handling of Clang-based tests.Michael Woerister-16/+9
2019-01-17Support clang-based run-make tests in rustbuild.Michael Woerister-5/+30
2018-12-28Update cargo, rls, miriEric Huss-7/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-15Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrumbors-12/+12
2018-12-14Bootstrap: Add testsuite for compiletest toolPhilipp Hansch-0/+39
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-4/+1
2018-12-10bootstrap: fix editionljedrz-12/+12
2018-12-09Remove compile-fail-fulldeps test suiteVadim Petrochenkov-6/+0
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-12-07use top level `fs` functions where appropriateAndy Russell-6/+3
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-1/+7
2018-11-30bootstrap: provide host `rust_test_helpers` to compiletest, not just target.Eduard-Mihai Burtescu-1/+7
2018-11-30bootstrap: ensure that `libproc_macro` is available on the host for tests eve...Eduard-Mihai Burtescu-0/+3
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-6/+0
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-1/+0
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-0/+1
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