| Age | Commit message (Expand) | Author | Lines |
| 2023-01-04 | Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`" | Joshua Nelson | -11/+30 |
| 2022-12-31 | Only include metadata for non-dynamic libraries in rustc-dev | bjorn3 | -4/+13 |
| 2022-12-30 | bootstrap: Get rid of `tail_args` in `stream_cargo` | Joshua Nelson | -27/+12 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -2/+2 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -0/+1 |
| 2022-10-26 | Add cargo miri to x.py check | Oli Scherer | -0/+1 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -4/+2 |
| 2022-09-21 | HACK: Treat miri as if it were a submodule | Oli Scherer | -1/+3 |
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -1/+1 |
| 2022-08-27 | Sunset RLS | Eric Huss | -1/+1 |
| 2022-08-02 | Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514 | Matthias Krüger | -1/+7 |
| 2022-08-01 | add comment | Joseph Bingham | -0/+3 |
| 2022-07-24 | Small fixups | Joshua Nelson | -1/+1 |
| 2022-07-24 | Use compiler.stage | Amos Wenger | -1/+1 |
| 2022-07-24 | Check only tests and benches, not examples | Amos Wenger | -2/+5 |
| 2022-07-24 | Add check step, stuck on 'no output generated for libgoto_def-hash rmeta' | Amos Wenger | -0/+59 |
| 2022-07-15 | only run --all-targets in stage0 | Joseph Bingham | -1/+4 |
| 2022-07-11 | Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514 | Matthias Krüger | -2/+16 |
| 2022-07-11 | clippy argument support | Milo | -2/+16 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -2/+2 |
| 2022-04-24 | Rollup merge of #95504 - jyn514:library-alias, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-04-10 | Remove duplicate aliases for `codegen_{cranelift,gcc}` | Joshua Nelson | -6/+1 |
| 2022-03-30 | Add `x {check,build,doc} {compiler/library}` aliases. | Joshua Nelson | -2/+2 |
| 2021-09-28 | Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-Simulacrum | Guillaume Gomez | -2/+7 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -1/+1 |
| 2021-08-31 | x.py clippy: don't run with --all-targets by default | Matthias Krüger | -2/+18 |
| 2021-08-13 | Enable `--all-targets` for `x.py check` unconditionally | Joshua Nelson | -37/+29 |
| 2021-08-12 | Fix tidy | Antoni Boucher | -2/+7 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -1/+3 |
| 2021-05-14 | Don't copy tool dependencies to the sysroot | Joshua Nelson | -4/+0 |
| 2021-05-14 | Update bootstrap for in-tree rustfmt | Joshua Nelson | -1/+2 |
| 2021-05-07 | Allow checking miri and RLS with `x.py check src/tools/{miri,rls}` | Joshua Nelson | -1/+4 |
| 2021-05-01 | Don't check bootstrap artifacts by default | Joshua Nelson | -3/+3 |
| 2021-04-28 | Rollup merge of #84585 - jyn514:check-rustdoc, r=Mark-Simulacrum | Jack Huey | -3/+3 |
| 2021-04-28 | Add `x.py check src/librustdoc` as an alias for `x.py check src/tools/rustdoc` | Joshua Nelson | -3/+3 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -1/+1 |
| 2021-04-23 | Don't rebuild rustdoc after checking bootstrap | Joshua Nelson | -5/+3 |
| 2021-02-24 | Remove `ENABLE_DOWNLOAD_RUSTC` constant | Joshua Nelson | -4/+0 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -0/+4 |
| 2021-01-21 | Deny internal lints for rustdoc | Joshua Nelson | -0/+7 |
| 2021-01-16 | Print which stage is being checked (now that it may not be stage0) | Joshua Nelson | -7/+14 |
| 2021-01-16 | Support non-stage0 check | Mark Rousskov | -8/+22 |
| 2021-01-04 | ./x.py clippy: allow the most noisy lints | Matthias Krüger | -0/+11 |
| 2020-11-14 | Print 'checking cranelift artifacts' to easily separate it from other artifacts | Joshua Nelson | -0/+5 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-05 | Get `--fix` working for everything except rustdoc | Joshua Nelson | -3/+14 |
| 2020-10-26 | x.py fmt | Joshua Nelson | -3/+1 |
| 2020-10-26 | Add --fix support to `x.py clippy` | Joshua Nelson | -11/+17 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -1/+67 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -2/+2 |