| Age | Commit message (Expand) | Author | Lines |
| 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 | c-variadic: multiple ABIs in the same program for arm | Folkert de Vries | -0/+1 |
| 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 |
| 2025-08-02 | Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJung | Samuel Tardieu | -19/+18 |
| 2025-08-02 | Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdoc | Samuel Tardieu | -3/+3 |
| 2025-08-02 | Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191... | Samuel Tardieu | -3/+29 |
| 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-02 | Stylize `*-lynxos178-*` target maintainer handle to make it easier to copy/paste | Jieyou Xu | -1/+1 |
| 2025-08-02 | Merge pull request #2526 from rust-lang/rustc-pull | Tshepang Mbambo | -4301/+6844 |
| 2025-08-01 | rustdoc font links only emit `crossorigin` when needed | Mingwei Samuel | -1/+54 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -1/+15 |
| 2025-08-01 | Fix more docs | Ifeanyi Orizu | -6/+8 |
| 2025-08-01 | Update documentation for overrideCommand config options | Ifeanyi Orizu | -7/+21 |
| 2025-08-01 | move dist and gcc config to the top of parse method | bit-aloo | -12/+12 |
| 2025-08-01 | move llvm config to the top of parse method | bit-aloo | -31/+36 |
| 2025-08-01 | move rust config to the top of parse method | bit-aloo | -59/+58 |
| 2025-08-01 | move install config to the top of parse method | bit-aloo | -12/+15 |
| 2025-08-01 | move build config to the top of parse method | bit-aloo | -12/+13 |
| 2025-08-01 | make build toml fields follow a specific naming convention | bit-aloo | -125/+120 |
| 2025-08-01 | make install toml fields follow a specific naming convention | bit-aloo | -14/+14 |
| 2025-08-01 | make dist toml fields follow a specific naming convention | bit-aloo | -14/+14 |
| 2025-08-01 | make gcc toml fields follow a specific naming convention | bit-aloo | -2/+2 |
| 2025-08-01 | make llvm toml fields follow a specific naming convention | bit-aloo | -59/+59 |