| Age | Commit message (Expand) | Author | Lines |
| 2023-05-30 | Add `--warnings warn` flag to `x.py` | Jakub Beránek | -3/+8 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -65/+37 |
| 2023-05-29 | Fix bugs in `doc` refactor | jyn | -25/+40 |
| 2023-05-29 | Document `ShouldRun::paths` | jyn | -1/+9 |
| 2023-05-29 | Switch Steps from crates to crate_or_deps where possible | jyn | -4/+6 |
| 2023-05-29 | Switch doc::{Std, Rustc} to `crate_or_deps` | jyn | -124/+100 |
| 2023-05-29 | Extend `msg` and `description` to work with any subcommand | jyn | -5/+9 |
| 2023-05-29 | Add a `make_run_crates` function and use it Rustc and Std | jyn | -10/+17 |
| 2023-05-29 | Allow checking individual crates | jyn | -17/+60 |
| 2023-05-29 | Give a more helpful error when calling `cargo_crates_in_set` for an alias | jyn | -1/+4 |
| 2023-05-29 | Fix linkage for large binaries on mips64 platforms ... | Ximin Luo | -0/+6 |
| 2023-05-28 | Auto merge of #112000 - wesleywiser:safestack, r=Amanieu | bors | -1/+1 |
| 2023-05-27 | Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,... | Mark Rousskov | -47/+0 |
| 2023-05-27 | Rollup merge of #111936 - ferrocene:pa-test-suite-metadata, r=jyn514 | Guillaume Gomez | -24/+144 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -89/+31 |
| 2023-05-27 | Rollup merge of #111977 - jyn514:doc-errors, r=est31 | Matthias Krüger | -2/+2 |
| 2023-05-27 | Rollup merge of #111976 - jyn514:doc-bootstrap, r=ozkanonur | Matthias Krüger | -4/+12 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -1/+1 |
| 2023-05-26 | Stop normalizing so many different prefixes | jyn | -4/+0 |
| 2023-05-26 | Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json` | jyn | -0/+1 |
| 2023-05-26 | add reasoning for introducing a metrics format version | Pietro Albini | -3/+15 |
| 2023-05-26 | rename metadata_version to format_version | Pietro Albini | -10/+9 |
| 2023-05-26 | Make errors from `x doc` less verbose | jyn | -2/+2 |
| 2023-05-26 | Auto merge of #111562 - clubby789:speedup-bootstrap-py, r=jyn514 | bors | -49/+44 |
| 2023-05-26 | Improve startup time for bootstrap.py | clubby789 | -49/+44 |
| 2023-05-26 | address review feedback | Pietro Albini | -7/+5 |
| 2023-05-26 | Revert "Enable incremental independent of stage" | jyn | -1/+4 |
| 2023-05-25 | respect CARGOFLAGS in bootstrap.py | jyn | -0/+4 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -4/+12 |
| 2023-05-26 | bootstrap: Make `clean` respect `dry-run` | clubby789 | -0/+4 |
| 2023-05-25 | bootstrap: use RUSTC_BOOTSTRAP in distcheck | Michael Howell | -0/+3 |
| 2023-05-25 | bootstrap: use RUSTC_BOOTSTRAP to vendor sources | Michael Howell | -0/+3 |
| 2023-05-25 | Improve comments | Michael Howell | -0/+2 |
| 2023-05-25 | bootstrap: enable Cargo `public-dependency` feature for `libstd` | Michael Howell | -0/+1 |
| 2023-05-25 | Auto merge of #110906 - ekusiadadus:ekusiadadus/fix-bash-complete-etc, r=albe... | bors | -1/+5 |
| 2023-05-25 | introduce build metrics version numbers to handle breaking changes | Pietro Albini | -2/+31 |
| 2023-05-25 | include test suite metadata in build metrics | Pietro Albini | -22/+104 |
| 2023-05-25 | fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error | ekusiadadus | -1/+5 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -32/+198 |
| 2023-05-23 | Promote loongarch64-unknown-linux-gnu to Tier 2 with host tools | WANG Rui | -0/+1 |
| 2023-05-21 | Render test messages from bootstrap | Eric Huss | -2/+7 |
| 2023-05-21 | Rollup merge of #111809 - DrMeepster:patch-1, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-05-20 | unset MIRI_BLESS for mir-opt-level 4 miri tests | DrMeepster | -0/+2 |
| 2023-05-20 | bootstrap: add test cases for beta revision extraction | liushuyu | -0/+16 |
| 2023-05-20 | Read beta version from the version file ... | liushuyu | -6/+27 |
| 2023-05-20 | Auto merge of #111798 - GuillaumeGomez:rollup-t3bus8o, r=GuillaumeGomez | bors | -2/+2 |
| 2023-05-20 | Make `x test --dry-run` less verbose | jyn | -1/+9 |
| 2023-05-20 | Rollup merge of #111771 - liushuyu:ubuntu/rep-stage0, r=ozkanonur | Guillaume Gomez | -2/+2 |
| 2023-05-20 | Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum | bors | -3/+3 |
| 2023-05-20 | implement and use tools/rustdoc-gui-test in bootstrap | ozkanonur | -89/+31 |