| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Auto merge of #145056 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1026/+2802 |
| 2025-08-07 | Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into clippy-subtree-u... | Philipp Krones | -1026/+2802 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -327/+514 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -15/+1 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -312/+513 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -1/+0 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -58/+65 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+7 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -1/+0 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -2/+11 |
| 2025-08-06 | Rollup merge of #144954 - Zalathar:run-make-bless, r=jieyouxu | Jakub Beránek | -1/+10 |
| 2025-08-06 | Rollup merge of #144924 - lolbinarycat:compiletest-pass-directives-hint, r=cl... | Jakub Beránek | -1/+1 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -0/+1 |
| 2025-08-06 | run-make: Allow blessing snapshot files that don't exist yet | Zalathar | -1/+10 |
| 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-04 | compiletest: add hint for when a ui test produces no errors | binarycat | -1/+1 |
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -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/+32 |
| 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-04 | Remove strict_overflow_ops lint | Nurzhan Sakén | -14/+0 |
| 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/+14 |
| 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/+32 |
| 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 | 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 | 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 | Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor` | Hmikihiro | -19/+23 |
| 2025-08-02 | Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol | Samuel Tardieu | -16/+2 |
| 2025-08-02 | Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJung | Samuel Tardieu | -19/+18 |
| 2025-08-02 | Reject adding new UI tests directly under `tests/ui/` | Jieyou Xu | -0/+30 |
| 2025-08-02 | Pull out recursive ui test check into its own function | Jieyou Xu | -28/+37 |
| 2025-08-02 | Make `issues_txt_header` a const | Jieyou Xu | -4/+4 |
| 2025-08-02 | Pull out non-descriptive test name check to own function | Jieyou Xu | -21/+39 |
| 2025-08-02 | Pull out stray/empty output snapshot checks into own functions | Jieyou Xu | -22/+29 |
| 2025-08-02 | Pull out unexpected extension check into own function | Jieyou Xu | -42/+46 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -1/+14 |