| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -542/+0 |
| 2023-08-22 | compile rust-anaylzer with `x check` if it's enabled | ozkanonur | -2/+9 |
| 2023-08-03 | Skip checking of `rustc_codegen_gcc` with vendoring enabled | Jakub Beránek | -0/+6 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -2/+2 |
| 2023-07-14 | Don't nest GHA groups in `check::Std` | jyn | -0/+1 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -11/+10 |
| 2023-06-04 | Make RustAnalyzer check off by default | Matthew Esposito | -1/+1 |
| 2023-05-29 | Switch Steps from crates to crate_or_deps where possible | jyn | -4/+2 |
| 2023-05-29 | Add a `make_run_crates` function and use it Rustc and Std | jyn | -3/+5 |
| 2023-05-29 | Allow checking individual crates | jyn | -17/+60 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -13/+5 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -1/+1 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -60/+6 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -11/+3 |
| 2023-04-12 | Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonur | Matthias Krüger | -2/+2 |
| 2023-04-10 | Fix `x check --stage 1` when `download-ci-llvm=false` | Joshua Nelson | -2/+2 |
| 2023-04-09 | Fix `x check --stage 1` when download-rustc is enabled | Joshua Nelson | -3/+11 |
| 2023-02-25 | Update the output of the `check` descriptions | clubby789 | -28/+60 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -1/+2 |
| 2023-02-10 | Pass arguments to `x` subcommands with `--` | clubby789 | -1/+2 |
| 2023-02-03 | Fix `x fix` on the standard library itself | Joshua Nelson | -0/+4 |
| 2023-01-14 | Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -3/+1 |
| 2023-01-09 | Update mdbook | Eric Huss | -3/+1 |
| 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 |