| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | Merge pull request #2530 from lcnr/type-system-invariants | lcnr | -1/+2 |
| 2025-08-01 | rarw | lcnr | -1/+2 |
| 2025-08-01 | Clarify comments on Cargo (self-)test steps | Jakub Beránek | -4/+14 |
| 2025-08-01 | Make `x test cargo` stage N test rustc stage N | Jakub Beránek | -13/+47 |
| 2025-08-01 | Fix `x test cargo` | Jakub Beránek | -36/+31 |
| 2025-08-01 | Make build compiler explicit in `dist::Cargo` | Jakub Beránek | -16/+25 |
| 2025-08-01 | Add snapshot tests for `test cargo` and update Cargo snapshot tests | Jakub Beránek | -2/+35 |
| 2025-08-01 | Update `CargoTest` | Jakub Beránek | -9/+39 |
| 2025-08-01 | Make `Cargo` a `ToolTarget` tool | Jakub Beránek | -12/+4 |
| 2025-08-01 | Add basic Cargo snapshot test | Jakub Beránek | -0/+15 |
| 2025-08-01 | Appease Clippy | Jakub Beránek | -1/+0 |
| 2025-08-01 | Rename `link_compiler` to `target_compiler` | Jakub Beránek | -27/+30 |
| 2025-08-01 | Port codegen backends to `RustcPrivateCompilers` | Jakub Beránek | -61/+45 |
| 2025-08-01 | Add step metadata and a simple test for codegen backends | Jakub Beránek | -0/+27 |
| 2025-08-01 | Fix `ToolRustc` build with `download-rustc` | Jakub Beránek | -1/+7 |
| 2025-08-01 | Refactor `Rustdoc` | Jakub Beránek | -96/+90 |
| 2025-08-01 | Add step metadata and a few tests for `Doc` steps | Jakub Beránek | -0/+103 |
| 2025-08-01 | Implement `RustcPrivateCompilers` to unify building of `rustc_private` tools | Jakub Beránek | -269/+287 |
| 2025-08-01 | Rename `Builder::rustdoc` to `Builder::rustdoc_for_compiler` | Jakub Beránek | -24/+32 |
| 2025-08-01 | Add step metadata to `RustAnalyzerProcMacroSrv` | Jakub Beránek | -0/+10 |
| 2025-08-01 | Cleanup `ensure_if_default` to not require `Option` output | Jakub Beránek | -7/+8 |
| 2025-08-01 | Add metadata to `Cargo` and `RustAnalyzer` tools | Jakub Beránek | -0/+20 |
| 2025-08-01 | Rename extended rustc tool macros | Jakub Beránek | -17/+19 |
| 2025-08-01 | Auto merge of #144735 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-01 | Properly pass path to staged `rustc` to `compiletest` self-tests | Jieyou Xu | -16/+8 |
| 2025-08-01 | Merge pull request #2529 from lcnr/type-system-invariants | lcnr | -0/+427 |
| 2025-08-01 | rarw | lcnr | -0/+427 |
| 2025-08-01 | Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung | bors | -79/+143 |
| 2025-08-01 | Update host toolchain | Nikita Popov | -1/+1 |
| 2025-08-01 | Update to LLVM 21 | Nikita Popov | -0/+0 |
| 2025-08-01 | bump version | Boxy | -1/+1 |
| 2025-08-01 | Rollup merge of #144730 - Kobzol:bootstrap-cg-typed, r=jieyouxu | Ralf Jung | -79/+143 |
| 2025-08-01 | Auto merge of #144768 - jhpratt:rollup-otf1yfj, r=jhpratt | bors | -16/+50 |
| 2025-08-01 | Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=Noratrieb | Jacob Pratt | -0/+2 |
| 2025-08-01 | Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=Guilla... | Jacob Pratt | -4/+11 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-08-01 | Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Norat... | Jacob Pratt | -11/+11 |
| 2025-08-01 | Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill... | Jacob Pratt | -0/+25 |
| 2025-08-01 | Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr | bors | -18/+22 |
| 2025-08-01 | Add human readable name "Cygwin" | Yuyi Wang | -0/+1 |
| 2025-07-31 | Use `core` via `rustc-std-workspace-core` in `library/panic*` | Trevor Gross | -11/+11 |
| 2025-07-31 | Allow `dangling_pointers_from_locals` lint in tests | Urgau | -0/+3 |
| 2025-07-31 | add correct dynamic_lib_extension for aix | Curtis D'Alves | -0/+2 |
| 2025-07-31 | improve linking in the "Auxilirary builds" section of directive index | lolbinarycat | -2/+3 |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -25/+0 |
| 2025-07-31 | Create a typed wrapper for codegen backends | Jakub Beránek | -79/+143 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -50/+58 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -50/+42 |
| 2025-07-31 | Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung | Jana Dönszelmann | -37/+6 |
| 2025-07-31 | Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl | Shoyu Vanilla (Flint) | -26/+67 |