about summary refs log tree commit diff
path: root/src/bootstrap/check.rs
AgeCommit message (Expand)AuthorLines
2023-01-04Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`"Joshua Nelson-11/+30
2022-12-31Only include metadata for non-dynamic libraries in rustc-devbjorn3-4/+13
2022-12-30bootstrap: Get rid of `tail_args` in `stream_cargo`Joshua Nelson-27/+12
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-2/+2
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-0/+1
2022-10-26Add cargo miri to x.py checkOli Scherer-0/+1
2022-10-12Enable `x.py check` for miriOli Scherer-4/+2
2022-09-21HACK: Treat miri as if it were a submoduleOli Scherer-1/+3
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-1/+1
2022-08-27Sunset RLSEric Huss-1/+1
2022-08-02Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514Matthias Krüger-1/+7
2022-08-01add commentJoseph Bingham-0/+3
2022-07-24Small fixupsJoshua Nelson-1/+1
2022-07-24Use compiler.stageAmos Wenger-1/+1
2022-07-24Check only tests and benches, not examplesAmos Wenger-2/+5
2022-07-24Add check step, stuck on 'no output generated for libgoto_def-hash rmeta'Amos Wenger-0/+59
2022-07-15only run --all-targets in stage0Joseph Bingham-1/+4
2022-07-11Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514Matthias Krüger-2/+16
2022-07-11clippy argument supportMilo-2/+16
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-2/+2
2022-04-24Rollup merge of #95504 - jyn514:library-alias, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-04-10Remove duplicate aliases for `codegen_{cranelift,gcc}`Joshua Nelson-6/+1
2022-03-30Add `x {check,build,doc} {compiler/library}` aliases.Joshua Nelson-2/+2
2021-09-28Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez-2/+7
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-1/+1
2021-08-31x.py clippy: don't run with --all-targets by defaultMatthias Krüger-2/+18
2021-08-13Enable `--all-targets` for `x.py check` unconditionallyJoshua Nelson-37/+29
2021-08-12Fix tidyAntoni Boucher-2/+7
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-1/+3
2021-05-14Don't copy tool dependencies to the sysrootJoshua Nelson-4/+0
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-1/+2
2021-05-07Allow checking miri and RLS with `x.py check src/tools/{miri,rls}`Joshua Nelson-1/+4
2021-05-01Don't check bootstrap artifacts by defaultJoshua Nelson-3/+3
2021-04-28Rollup merge of #84585 - jyn514:check-rustdoc, r=Mark-SimulacrumJack Huey-3/+3
2021-04-28Add `x.py check src/librustdoc` as an alias for `x.py check src/tools/rustdoc`Joshua Nelson-3/+3
2021-04-27Switch `rustc::internal` from deny to warnJoshua Nelson-1/+1
2021-04-23Don't rebuild rustdoc after checking bootstrapJoshua Nelson-5/+3
2021-02-24Remove `ENABLE_DOWNLOAD_RUSTC` constantJoshua Nelson-4/+0
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-0/+4
2021-01-21Deny internal lints for rustdocJoshua Nelson-0/+7
2021-01-16Print which stage is being checked (now that it may not be stage0)Joshua Nelson-7/+14
2021-01-16Support non-stage0 checkMark Rousskov-8/+22
2021-01-04./x.py clippy: allow the most noisy lintsMatthias Krüger-0/+11
2020-11-14Print 'checking cranelift artifacts' to easily separate it from other artifactsJoshua Nelson-0/+5
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-05Get `--fix` working for everything except rustdocJoshua Nelson-3/+14
2020-10-26x.py fmtJoshua Nelson-3/+1
2020-10-26Add --fix support to `x.py clippy`Joshua Nelson-11/+17
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-1/+67
2020-10-26Support enable/disable sanitizers/profiler per target12101111-2/+2