| Age | Commit message (Expand) | Author | Lines |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -1/+1 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -1/+1 |
| 2025-07-30 | Distinguish appending and replacing self ty in predicates | Michael Goulet | -1/+1 |
| 2025-07-30 | add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_... | Hmikihiro | -26/+67 |
| 2025-07-30 | Abtract away json protocol for proc-macro-srv | Lukas Wirth | -260/+472 |
| 2025-07-30 | Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all... | Jieyou Xu | -1/+1 |
| 2025-07-30 | Rollup merge of #144662 - Zalathar:directive-names, r=fmease | Stuart Cook | -290/+293 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -64/+237 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -69/+104 |
| 2025-07-30 | compiletest: Move directive names back into a separate file | Zalathar | -290/+293 |
| 2025-07-30 | Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_... | Shoyu Vanilla (Flint) | -41/+54 |
| 2025-07-30 | Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_name... | Shoyu Vanilla (Flint) | -67/+118 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -64/+237 |
| 2025-07-29 | Remove no longer needed handling of nonstandard licenses | Jakub Beránek | -19/+0 |
| 2025-07-29 | Update license exceptions for rustc-perf | Jakub Beránek | -1/+1 |
| 2025-07-29 | Improve tidy error on dependency license exceptions | Jakub Beránek | -7/+23 |
| 2025-07-29 | replace `make::` to `SyntaxFactory::` in `inline_type_alias` | Hmikihiro | -11/+16 |
| 2025-07-29 | Update rustc-perf submodule | Jakub Beránek | -0/+0 |
| 2025-07-29 | add `SyntaxFactory::record_expr` to hide clone_for_update | Hmikihiro | -8/+30 |
| 2025-07-29 | Merge pull request #20337 from ChayimFriedman2/double-inlay-hints | Lukas Wirth | -13/+43 |
| 2025-07-29 | When displaying a projection into a type parameter that has bounds as `impl T... | Chayim Refael Friedman | -13/+43 |
| 2025-07-29 | Merge pull request #20154 from joshka/jm/improve-setting-titles | Lukas Wirth | -624/+899 |
| 2025-07-29 | Apply suggestions from code review | Jakub Beránek | -1/+2 |
| 2025-07-29 | Rollup merge of #144623 - RalfJung:miri, r=RalfJung | Stuart Cook | -1468/+2601 |
| 2025-07-29 | Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=Kobzol | Stuart Cook | -30/+55 |
| 2025-07-29 | Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet | Lukas Wirth | -2/+49 |
| 2025-07-29 | In generate_mut_trait_impl, don't add a tabstop if the client does not suppor... | Chayim Refael Friedman | -2/+49 |
| 2025-07-29 | Use GH app for authenticating pull PRs | Jakub Beránek | -4/+6 |
| 2025-07-29 | Use GH app for authenticating sync PRs | Jakub Beránek | -4/+2 |
| 2025-07-29 | Merge pull request #20333 from Veykril/push-xmulpqkxrytn | Lukas Wirth | -7/+2 |
| 2025-07-29 | fix: Do not require all rename definitions to be renameable | Lukas Wirth | -7/+2 |
| 2025-07-29 | Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss | Stuart Cook | -26/+94 |
| 2025-07-29 | Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen | Chayim Refael Friedman | -6/+62 |
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-07-28 | Auto merge of #144603 - lnicola:sync-from-ra, r=lnicola | bors | -1424/+2182 |
| 2025-07-28 | tidy: increase performance of auto extra checks feature | binarycat | -30/+55 |
| 2025-07-28 | Merge pull request #20321 from rust-lang/rustc-pull | Laurențiu Nicola | -3418/+5549 |
| 2025-07-28 | Format and bump rustc crates | Laurențiu Nicola | -23/+23 |
| 2025-07-28 | Configure triagebot to reopen bot PRs | Jakub Beránek | -0/+3 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -27/+27 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -24/+24 |
| 2025-07-28 | Merge pull request #20313 from Veykril/push-qmorsnlvwlrr | Lukas Wirth | -50/+50 |
| 2025-07-28 | Merge pull request #20327 from Wilfred/saved_file_placeholder | Lukas Wirth | -1/+12 |
| 2025-07-28 | Merge pull request #4504 from RalfJung/link-section-arrays | Ralf Jung | -10/+22 |
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -10/+22 |
| 2025-07-28 | Merge pull request #20303 from Hmikihiro/migrate_path_transform | Shoyu Vanilla (Flint) | -87/+170 |
| 2025-07-28 | Don't show '$saved_file' literally in IDE status updates | Wilfred Hughes | -1/+12 |
| 2025-07-28 | add --link-targets-dir flag to linkchecker | Pietro Albini | -25/+52 |
| 2025-07-28 | add an argument parser to linkchecker | Pietro Albini | -5/+46 |
| 2025-07-28 | bump linkchecker to edition 2024 | Pietro Albini | -1/+1 |