summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-0/+2
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-1/+0
2021-06-07build doctests with lld if use-lld = trueThe8472-15/+2
2021-06-07ignore ui-fulldeps/session-derive-errors.rs on beta and stablePietro Albini-0/+2
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-1/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+1
2021-06-03fix testing Miri with --stage 0Ralf Jung-2/+2
2021-05-26Enforce rustdoc-gui test-suite runGuillaume Gomez-48/+72
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-12/+4
2021-05-11Make rustdoc-gui test suite able to run with different sub directoriesGuillaume Gomez-3/+3
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-4/+17
2021-05-11Rollup merge of #84783 - jyn514:fmt-one, r=Mark-SimulacrumYuki Okushi-1/+1
2021-05-07Don't stop running rustdoc-gui tests at first failureGuillaume Gomez-22/+8
2021-05-07Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simula...Yuki Okushi-1/+6
2021-05-07Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-SimulacrumYuki Okushi-0/+1
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-0/+5
2021-05-06Sort rustdoc-gui testsGuillaume Gomez-1/+6
2021-05-05Rollup merge of #84865 - petrochenkov:llthread, r=Mark-SimulacrumRalf Jung-8/+15
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-0/+3
2021-05-03rustbuild: Pass a `threads` flag that works to windows-gnu lldVadim Petrochenkov-8/+15
2021-05-01Allow formatting specific subdirectoriesJoshua Nelson-1/+1
2021-05-01Add support for --test-args to cargotestJoshua Nelson-0/+1
2021-04-30Add run flag to bootstrap testTyler Mandry-0/+5
2021-04-27Implement `x.py test src/tools/clippy --bless`Joshua Nelson-0/+20
2021-04-26Pass unstable options to error index rustdoc invocationRyan Levick-0/+3
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-0/+2
2021-04-09reduce threads spawned by ui-testsThe8472-0/+2
2021-04-04Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrumbors-0/+1
2021-04-03Address review comments and Windows failure, and make cleanerRich Kadel-0/+3
2021-04-03Make rust-demangler installableRich Kadel-1/+52
2021-03-30bootstrap: don't complain about linkcheck if it is excludedTom Eccles-13/+13
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-03-01limit tidy parallelism by taking -j into accountThe8472-0/+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