about summary refs log tree commit diff
path: root/src/bootstrap/check.rs
AgeCommit message (Expand)AuthorLines
2023-10-17move bootstrap core implementation to bootstrap/src/core moduleonur-ozkan-542/+0
2023-08-22compile rust-anaylzer with `x check` if it's enabledozkanonur-2/+9
2023-08-03Skip checking of `rustc_codegen_gcc` with vendoring enabledJakub Beránek-0/+6
2023-07-30bootstrap: inline format!() argsMatthias Krüger-2/+2
2023-07-14Don't nest GHA groups in `check::Std`jyn-0/+1
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-11/+10
2023-06-04Make RustAnalyzer check off by defaultMatthew Esposito-1/+1
2023-05-29Switch Steps from crates to crate_or_deps where possiblejyn-4/+2
2023-05-29Add a `make_run_crates` function and use it Rustc and Stdjyn-3/+5
2023-05-29Allow checking individual cratesjyn-17/+60
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789-13/+5
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-1/+1
2023-04-22Group entire build steps in the gha logsOli Scherer-60/+6
2023-04-18Fix no_std tests that load libc when download-rustc is enabledJoshua Nelson-11/+3
2023-04-12Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonurMatthias Krüger-2/+2
2023-04-10Fix `x check --stage 1` when `download-ci-llvm=false`Joshua Nelson-2/+2
2023-04-09Fix `x check --stage 1` when download-rustc is enabledJoshua Nelson-3/+11
2023-02-25Update the output of the `check` descriptionsclubby789-28/+60
2023-02-17Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68Matthias Krüger-1/+2
2023-02-10Pass arguments to `x` subcommands with `--`clubby789-1/+2
2023-02-03Fix `x fix` on the standard library itselfJoshua Nelson-0/+4
2023-01-14Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors-3/+1
2023-01-09Update mdbookEric Huss-3/+1
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