about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2021-03-29Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrumbors-1/+15
2021-03-28bootstrap: don't run linkcheck when crosscompilingTom Eccles-1/+15
2021-03-27Run Miri test suite with mir-opt-level=4Ralf Jung-1/+8
2021-03-15Make bootstrap be more informative when one does `x.py test` on a beta checko...Felix S. Klock II-0/+13
2021-03-10Rollup merge of #82802 - jyn514:build-rustdoc-fullmake, r=Mark-SimulacrumYuki Okushi-1/+1
2021-03-06Revert fmt version, add rustdoc-json-types to bootstrap testsRune Tynan-0/+71
2021-03-05Build rustdoc for run-make tests, not just run-make-fulldepsJoshua Nelson-1/+1
2021-02-28Propagate `--test-args` for `x.py test src/tools/cargo`Joshua Nelson-0/+1
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-0/+75
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-1/+1
2021-02-05Rollup merge of #81456 - Amanieu:remote-test-server, r=AmanieuMara Bos-2/+1
2021-02-02Rollup merge of #81603 - ehuss:error-index-build, r=Mark-SimulacrumJack Huey-10/+7
2021-01-31rustbuild: Don't build compiler twice for error-index-generator.Eric Huss-10/+7
2021-01-29Remove remnants of the santizer runtime crates from bootstrapTomasz Miąsko-50/+1
2021-01-27Don't build remote-test-server with the stage0 toolchainAmanieu d'Antras-2/+1
2021-01-19No longer require unstable for jsondocck, only build it for json testsRune Tynan-2/+7
2021-01-19Address review v2Rune Tynan-1/+1
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+2
2021-01-05Rollup merge of #80627 - bugadani:warn, r=Mark-SimulacrumYuki Okushi-1/+13
2021-01-05Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-SimulacrumYuki Okushi-1/+1
2021-01-04Builder: Warn if test file does not existDániel Buga-1/+13
2020-12-31bootstrap: change the dist outputs to GeneratedTarballPietro Albini-2/+5
2020-12-31Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrumbors-5/+2
2020-12-31bootstrap: clippy fixesMatthias Krüger-1/+1
2020-12-30bootstrap: extract from any compression algorithm during distcheckPietro Albini-5/+2
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-6/+0
2020-12-16compiletest: add split dwarf compare modeDavid Wood-1/+6
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-0/+7
2020-12-01Rollup merge of #79527 - jyn514:intra-doc-tests, r=ManishearthMara Bos-32/+1
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-32/+1
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-0/+33
2020-11-18Make compiletest testing use the local sysrootJosh Stone-1/+4
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-4/+4
2020-11-08Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-SimulacrumMara Bos-11/+15
2020-11-07Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514Yuki Okushi-0/+1
2020-11-03Print a summary of which test suite failedMark Rousskov-0/+1
2020-11-03Fix run-make tests running when LLVM is disabledbjorn3-11/+15
2020-11-02Suggest library/std when running all stage 0 testsJoshua Nelson-1/+2
2020-10-26Support enable/disable sanitizers/profiler per target12101111-4/+4
2020-10-19bootstrap: configure native toolchain for run-makeJonas Schievink-1/+1
2020-10-18Rollup merge of #76607 - Mark-Simulacrum:tidy-bins, r=pnkfelixYuki Okushi-0/+1
2020-10-13 Give an error when running `x.py test --stage 0 src/test/ui`Joshua Nelson-0/+9
2020-09-20Specify output directory for bootstrap testsMark Rousskov-0/+2
2020-09-20Provide bootstrap tools with RUSTC in environmentMark Rousskov-0/+2
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-1/+1
2020-09-15Modify executable checking to be more universalMark Rousskov-0/+1
2020-09-14Fix generating rustc docs with non-default lib directory.Eric Huss-4/+4
2020-09-11Remove host parameter from step configurationsMark Rousskov-20/+18
2020-09-07rustbuild: Deduplicate LLD checks slightlyVadim Petrochenkov-3/+3
2020-09-07rustbuild: Propagate LLD to more places when `use-lld` is enabledVadim Petrochenkov-1/+4