| Age | Commit message (Expand) | Author | Lines |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -4/+11 |
| 2025-01-03 | avoid early return to handle all paths | onur-ozkan | -2/+3 |
| 2025-01-03 | Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`" | onur-ozkan | -5/+1 |
| 2025-01-03 | revert step order from #134919 | onur-ozkan | -6/+2 |
| 2025-01-03 | adapt bootstrap tests to the new path resolution logic | onur-ozkan | -6/+21 |
| 2025-01-03 | refactor bootstrap path resolution | onur-ozkan | -8/+29 |
| 2025-01-03 | Merge from rustc | The Miri Cronjob Bot | -590/+349106 |
| 2025-01-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-03 | Add UWP support page | bdbai | -5/+58 |
| 2025-01-02 | limit special `FileCheck` revision checks | Davis Muro | -11/+51 |
| 2025-01-02 | Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472 | bors | -0/+58 |
| 2025-01-02 | Use `is_some_and` helper | Michael Howell | -2/+1 |
| 2025-01-02 | allow targetDir to be an absolute path | Bryce Berger | -2/+1 |
| 2025-01-02 | rustdoc: treat `allowed_through_unstable_modules` as deprecation | Michael Howell | -1/+30 |
| 2025-01-02 | Auto merge of #135040 - matthiaskrgr:rollup-34vsa8n, r=matthiaskrgr | bors | -20/+45 |
| 2025-01-02 | Rollup merge of #135035 - Noratrieb:fixfmt, r=jieyouxu | Matthias Krüger | -20/+45 |
| 2025-01-02 | Store token trees in contiguous `Vec` instead of as a tree | Chayim Refael Friedman | -2252/+2322 |
| 2025-01-02 | Fix formatting command | Noratrieb | -20/+45 |
| 2025-01-02 | Auto merge of #135014 - Zalathar:tool-build-step, r=jieyouxu | bors | -113/+135 |
| 2025-01-02 | Temporarily make the `test` cfg a well known bootstrap cfg | Urgau | -0/+4 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -4/+7 |
| 2025-01-02 | Remove rust-analyzer duplicate crates integration tests | lucasholten | -332/+0 |
| 2025-01-02 | Automatically sort crate graph | lucasholten | -11/+7 |
| 2025-01-02 | bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble` | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-01-02 | fix no space insert before and after if value is only spaces | dfireBird | -2/+38 |
| 2025-01-02 | Merge pull request #4106 from shamb0/generalize-callback-miri-concurrency | Ralf Jung | -131/+171 |
| 2025-01-02 | tweak docs a little | Ralf Jung | -35/+19 |
| 2025-01-02 | Fix overflow detection in MIR evaluation | Chayim Refael Friedman | -19/+206 |
| 2025-01-02 | fix: Fix flycheck cancellations leaving stale errors | Lukas Wirth | -14/+18 |
| 2025-01-02 | Move most of `Step::should_run` out of `tool_extended!` | Zalathar | -15/+30 |
| 2025-01-02 | Use struct-like syntax in `tool_extended!` | Zalathar | -18/+36 |
| 2025-01-02 | Move most of `Step::run` out of `tool_extended!` | Zalathar | -30/+48 |
| 2025-01-02 | Don't pass `(self, builder)` identifiers to `tool_extended!` | Zalathar | -14/+15 |
| 2025-01-02 | Remove two unused parameters from `tool_extended!` | Zalathar | -4/+2 |
| 2025-01-02 | Remove the unused `extra_features` field from `tool_extended!` | Zalathar | -46/+18 |
| 2025-01-02 | Auto merge of #134907 - Kobzol:rustc-dev-guide-josh, r=ehuss | bors | -35/+348505 |
| 2025-01-01 | Rollup merge of #134973 - ericlehong:fix-typo, r=GuillaumeGomez | Matthias Krüger | -7/+7 |
| 2025-01-01 | Rollup merge of #134967 - onur-ozkan:auto-submodule-handler, r=jieyouxu | Matthias Krüger | -32/+40 |
| 2025-01-01 | Do not pass LLD flags to targets flags of compiletest | Jakub Beránek | -1/+0 |
| 2025-01-01 | Actually use self-contained lld in bootstrap when `use-lld = "self-contained"... | Jakub Beránek | -1/+14 |
| 2025-01-01 | Auto merge of #134964 - Kobzol:tidy-full-check, r=onur-ozkan | bors | -3/+13 |
| 2025-01-01 | Remove mention of rustc-dev-guide from toolstate | Jakub Beránek | -4/+1 |
| 2025-01-01 | Remove obsolete `RustcGuide` bootstrap step | Jakub Beránek | -30/+0 |
| 2025-01-01 | Fix source code path in comment | Jakub Beránek | -1/+1 |
| 2025-01-01 | Add rustc-dev-guide as a josh subtree | Jakub Beránek | -0/+348503 |
| 2025-01-01 | Removed `rustc-dev-guide` as a submodule | Jakub Beránek | -0/+0 |
| 2025-01-01 | Fix tests | lucasholten | -2/+2 |
| 2025-01-01 | Remove load_cargo_with_fake_sysroot | lucasholten | -54/+30 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+58 |
| 2025-01-01 | Merge pull request #18179 from ChayimFriedman2/omit-trait-completion | Lukas Wirth | -100/+1028 |