summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2021-01-20bootstrap: change the dist outputs to GeneratedTarballPietro Albini-2/+5
2021-01-20bootstrap: extract from any compression algorithm during distcheckPietro Albini-5/+2
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
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passed (non-msvc)Vadim Petrochenkov-0/+6
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passedVadim Petrochenkov-3/+2
2020-08-30mv compiler to compiler/mark-1/+1
2020-08-29Allow --bess ing expect-tests in toolsAleksey Kladov-5/+0
2020-08-24Introduce expect snapshot testing library into rustcAleksey Kladov-0/+5
2020-08-14Fix crate-version with rustdoc in bootstrap.Eric Huss-1/+0
2020-08-12Add a script to verify the Platform Support page is up-to-date.Eric Huss-0/+44
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-15/+15
2020-07-30update MiriRalf Jung-1/+1
2020-07-28reenable tests after moving stdmark-10/+9
2020-07-27mv std libs to library/mark-10/+11
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+4
2020-07-17Generating the coverage mapRich Kadel-0/+4
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-32/+37
2020-07-08Fix x.py test for librustc crates.Eric Huss-2/+2
2020-07-06Remove unused RUSTC_DEBUG_ASSERTIONSTomasz Miąsko-2/+0
2020-06-29Compile rustdoc less often.Eric Huss-13/+47
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-2/+4
2020-06-22Re-enable Clippy testsAaron Hill-4/+1
2020-06-19Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-SimulacrumRalf Jung-8/+2
2020-06-15Disable clippy testsMark Rousskov-1/+4
2020-06-15Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-SimulacrumRalf Jung-7/+0
2020-06-14Switch bootstrap metadata to --no-deps.Eric Huss-6/+2
2020-06-13Speed up bootstrap a little.Eric Huss-3/+1