| Age | Commit message (Expand) | Author | Lines |
| 2025-05-22 | Fix download of GCC from CI on non-nightly channels | Jakub Beránek | -1/+2 |
| 2025-05-08 | bootstrap: more consistent use of `...` when citing configuration snippets | Ralf Jung | -2/+2 |
| 2025-05-08 | add change-entry for `x run rustfmt` | onur-ozkan | -0/+5 |
| 2025-05-08 | implement `x run rustfmt` | onur-ozkan | -0/+55 |
| 2025-05-07 | do not allow stage > 0 on `x fmt` | onur-ozkan | -1/+6 |
| 2025-05-06 | bootstrap: Add check/test/run steps for src/tools/coverage-dump | Zalathar | -0/+98 |
| 2025-05-05 | Rollup merge of #140670 - onur-ozkan:129959, r=Kobzol | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Rollup merge of #140636 - onur-ozkan:panic-tracker-for-t-macro, r=Kobzol | Guillaume Gomez | -5/+26 |
| 2025-05-05 | Rollup merge of #140357 - onur-ozkan:133840, r=clubby789 | Guillaume Gomez | -9/+11 |
| 2025-05-05 | calculate step duration in a panic-safe way | onur-ozkan | -1/+1 |
| 2025-05-05 | update `cc_detect` tests | onur-ozkan | -6/+6 |
| 2025-05-04 | implement `PanicTracker` to track `t` panics | onur-ozkan | -5/+26 |
| 2025-05-03 | Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=Kobzol | Matthias Krüger | -16/+131 |
| 2025-05-02 | Update sysinfo version to `0.35.0` | Guillaume Gomez | -16/+131 |
| 2025-05-01 | extend the list of registered dylibs on `test::prepare_cargo_test` | onur-ozkan | -3/+3 |
| 2025-04-30 | Rollup merge of #140438 - ferrocene:pa-debug-assertions-tools, r=Kobzol | Matthias Krüger | -5/+22 |
| 2025-04-29 | Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxu | Trevor Gross | -1/+1 |
| 2025-04-29 | add `rust.debug-assertions-tools` option | Pietro Albini | -5/+22 |
| 2025-04-28 | Make bootstrap git tests more self-contained | Jakub Beránek | -0/+3 |
| 2025-04-28 | compiletest: Remove the libtest-based executor and its dependency | Zalathar | -1/+1 |
| 2025-04-28 | add a FIXME | onur-ozkan | -2/+3 |
| 2025-04-27 | bypass linker configuration and cross target check on `x check` | onur-ozkan | -1/+2 |
| 2025-04-25 | Rollup merge of #140006 - onur-ozkan:138778, r=onur-ozkan | Matthias Krüger | -5/+50 |
| 2025-04-24 | Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie... | Matthias Krüger | -4/+0 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -3/+3 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -3/+3 |
| 2025-04-23 | Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearth | bors | -4/+0 |
| 2025-04-23 | Remove `git_repository` field from `GitConfig` | Jakub Beránek | -4/+0 |
| 2025-04-22 | tidy: Remove rinja deps from proc_macro_deps | Philipp Krones | -4/+0 |
| 2025-04-20 | Use `--author-date-order` when looking up upstream commits to support subtree... | Jakub Beránek | -2/+79 |
| 2025-04-20 | Make `git_dir` required in several git functions | Jakub Beránek | -9/+3 |
| 2025-04-20 | Return `PathFreshness::MissingUpstream` from `detect_[gcc|llvm]_freshness` fu... | Jakub Beránek | -12/+10 |
| 2025-04-20 | Extend `ci_rustc_if_unchanged` tests | Jakub Beránek | -32/+77 |
| 2025-04-20 | Move freshness test to bootstrap | Jakub Beránek | -5/+395 |
| 2025-04-20 | Cache result of `check_path_modifications` | Jakub Beránek | -4/+24 |
| 2025-04-20 | Unify usages of path modifications and log them in verbose mode | Jakub Beránek | -54/+38 |
| 2025-04-20 | Explicitly model missing upstream | Jakub Beránek | -1/+13 |
| 2025-04-20 | Use `check_path_modifications` for detecting local rustc changes | Jakub Beránek | -87/+23 |
| 2025-04-20 | Use `check_path_modifications` for detecting local LLVM changes | Jakub Beránek | -18/+42 |
| 2025-04-20 | Use `check_path_modifications` for detecting local GCC changes | Jakub Beránek | -26/+46 |
| 2025-04-20 | Implement a new unified function for figuring out how if a set of paths have ... | Jakub Beránek | -5/+5 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -20/+329 |
| 2025-04-19 | Rollup merge of #140000 - EnzymeAD:autodiff-check-builds, r=onur-ozkan | Chris Denton | -2/+1 |
| 2025-04-19 | Rollup merge of #139843 - thaliaarchi:editor-file-associations, r=Mark-Simula... | Chris Denton | -0/+3 |
| 2025-04-19 | Rollup merge of #138934 - onur-ozkan:extended-config-profiles, r=Kobzol | Chris Denton | -20/+329 |
| 2025-04-18 | add regression test for dist compilation | onur-ozkan | -0/+32 |
| 2025-04-18 | add coverage on config include logic | onur-ozkan | -2/+209 |
| 2025-04-18 | ensure compiler existance of tools on the dist step | onur-ozkan | -5/+18 |
| 2025-04-18 | skip llvm-config in autodiff check builds, when its unavailable | Manuel Drehwald | -2/+1 |
| 2025-04-18 | Rollup merge of #139853 - Kobzol:lld-llvm-config, r=onur-ozkan | Matthias Krüger | -56/+65 |