about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
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
2020-06-12Remove vestigial CI job msvc-aux.Eric Huss-7/+0
2020-06-11Use the built cargo for cargotest.Eric Huss-1/+2
2020-06-07Try_run must only be used if toolstate is populatedMark Rousskov-1/+1
2020-06-02Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrumbors-1/+1
2020-06-01bump Miri, update for cargo-miri being a separate projectRalf Jung-4/+11
2020-05-31Make `remote-test-client` work as cargo runner againDennis Duda-1/+1
2020-05-27Clippy should always buildMark Rousskov-34/+26
2020-05-24bootstrap: propagate test-args to miri and clippy test suitesRalf Jung-0/+4
2020-05-14Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrumbors-8/+3
2020-05-11update miri some moreRalf Jung-1/+0
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-8/+3
2020-05-06Remove code related to `test/run-fail`Yuki Okushi-9/+0
2020-05-03Remove clippy from some leftover lists of "possibly failing" toolsOliver Scherer-1/+1
2020-05-02Gate on clippy on CIOliver Scherer-3/+1
2020-04-22Build libstd with `-Cbitcode-in-rlib=yes`.Nicholas Nethercote-1/+1