| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | Rollup merge of #144924 - lolbinarycat:compiletest-pass-directives-hint, r=cl... | Jakub Beránek | -1/+1 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -0/+4 |
| 2025-08-06 | Rollup merge of #144676 - tiif:dev_guide_unstable_bound, r=BoxyUwU | Jakub Beránek | -0/+3 |
| 2025-08-06 | Auto merge of #143684 - nikic:llvm-21, r=cuviper | bors | -2/+4 |
| 2025-08-05 | Use runtimes build for host compiler-rt build | Nikita Popov | -1/+3 |
| 2025-08-05 | Auto merge of #144303 - Kobzol:bootstrap-tool-cleanup, r=jieyouxu | bors | -453/+744 |
| 2025-08-05 | Rollup merge of #144905 - tshepang:rdg-sync, r=jieyouxu | Samuel Tardieu | -156/+205 |
| 2025-08-05 | Rollup merge of #144887 - lnicola:sync-from-ra, r=lnicola | Samuel Tardieu | -4814/+5513 |
| 2025-08-05 | Rollup merge of #144813 - jieyouxu:no-top-level-tests, r=Kobzol | Samuel Tardieu | -105/+173 |
| 2025-08-05 | Rollup merge of #144779 - Kobzol:bootstrap-dot, r=jieyouxu | Samuel Tardieu | -2/+229 |
| 2025-08-05 | Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cors, r=Gui... | Samuel Tardieu | -1/+54 |
| 2025-08-04 | compiletest: add hint for when a ui test produces no errors | binarycat | -1/+1 |
| 2025-08-04 | Fix wrong font being used for tooltips `i` icons | Guillaume Gomez | -0/+4 |
| 2025-08-04 | Fix splitting dylib paths | Jakub Beránek | -10/+8 |
| 2025-08-04 | Do not render both cached and uncached edge between two steps | Jakub Beránek | -1/+7 |
| 2025-08-04 | Implement debugging output of the bootstrap Step graph into a DOT file | Jakub Beránek | -2/+223 |
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -1/+1 |
| 2025-08-04 | Merge ref '383b9c447b61' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -370/+505 |
| 2025-08-04 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-04 | Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-Simulacrum | Stuart Cook | -11/+11 |
| 2025-08-04 | Rollup merge of #144848 - Zalathar:ui-fulldeps, r=clubby789 | Stuart Cook | -10/+40 |
| 2025-08-04 | Rollup merge of #144811 - jieyouxu:target-maintainer-docs, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-08-04 | Rollup merge of #144706 - zachs18:fix-144661, r=RalfJung | Stuart Cook | -25/+0 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -0/+3 |
| 2025-08-03 | Rollup merge of #144843 - rust-lang:cargo_update, r=clubby789 | Samuel Tardieu | -13/+14 |
| 2025-08-03 | Rollup merge of #144805 - Zalathar:proc-res, r=jieyouxu | Samuel Tardieu | -45/+56 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -1/+15 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -11/+11 |
| 2025-08-03 | Remove unused functions from edit_in_place | Hmikihiro | -161/+2 |
| 2025-08-03 | For "stage 1" ui-fulldeps, use the stage 1 compiler to query target info | Zalathar | -10/+40 |
| 2025-08-03 | Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_impl | Lukas Wirth | -34/+35 |
| 2025-08-03 | Migrate `generate_trait_from_impl` assist to use `SyntaxEditor` | Hmikihiro | -34/+35 |
| 2025-08-03 | Merge pull request #20368 from Hmikihiro/migrate_delegate_methods | Lukas Wirth | -36/+41 |
| 2025-08-03 | Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfrom | Lukas Wirth | -19/+23 |
| 2025-08-03 | there is still no official policy | Tshepang Mbambo | -1/+1 |
| 2025-08-03 | Merge pull request #2509 from rust-lang/tshepang-auto-toc | Tshepang Mbambo | -147/+198 |
| 2025-08-03 | Change `TestCx::error` to `error_prefix`, which returns a string | Zalathar | -14/+22 |
| 2025-08-03 | Consolidate all `ProcRes` unwinds into one code path | Zalathar | -27/+29 |
| 2025-08-03 | Change `ProcRes::print_info` to `format_info` | Zalathar | -5/+6 |
| 2025-08-03 | cargo update | github-actions | -13/+14 |
| 2025-08-02 | Auto merge of #144814 - samueltardieu:rollup-qyum1hj, r=samueltardieu | bors | -60/+496 |
| 2025-08-02 | Auto merge of #144774 - BoxyUwU:bump_1_91, r=BoxyUwU | bors | -1/+1 |
| 2025-08-02 | Merge pull request #20351 from ChayimFriedman2/rename-self1 | Lukas Wirth | -25/+186 |
| 2025-08-02 | When renaming a parameter to `self`, change callers to use method call syntax | Chayim Refael Friedman | -25/+186 |
| 2025-08-03 | Migrate `generate_delegate_methods` assist to use `SyntaxEditor` | Hmikihiro | -36/+41 |
| 2025-08-02 | update doc | Kivooeo | -7/+5 |
| 2025-08-02 | Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor` | Hmikihiro | -19/+23 |
| 2025-08-02 | Rollup merge of #144803 - tshepang:rdg-sync, r=jieyouxu | Samuel Tardieu | -19/+437 |
| 2025-08-02 | Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol | Samuel Tardieu | -16/+8 |
| 2025-08-02 | Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomez | Samuel Tardieu | -0/+1 |