| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-28 | Reduce required cc crate version. | Patrick-6 | -4/+6 |
| 2025-07-28 | revert accidental change | Ralf Jung | -1/+5 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -1164/+3833 |
| 2025-07-28 | prepare for sync | Ralf Jung | -1/+1 |
| 2025-07-28 | Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul... | Matthias Krüger | -35/+58 |
| 2025-07-28 | Rollup merge of #144300 - hkBst:clippy-fix-7, r=Mark-Simulacrum | Matthias Krüger | -13/+12 |
| 2025-07-28 | Merge ref '733dab558992' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -3400/+5531 |
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-28 | Adjust triagebot config for rustc-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-28 | Rollup merge of #144535 - RalfJung:abi-mismatch-err, r=compiler-errors | Matthias Krüger | -22/+19 |
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -11/+12 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -3/+1 |
| 2025-07-27 | centralize clockid_t interpretation | Ralf Jung | -114/+79 |
| 2025-07-27 | fix: Consider all produced artifacts for proc-macro dylib search | Lukas Wirth | -21/+15 |
| 2025-07-27 | Ignore `Destruct` bounds again | Lukas Wirth | -2/+41 |
| 2025-07-27 | Cleanup unstable flags handling | Lukas Wirth | -19/+18 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -22/+19 |
| 2025-07-27 | Copy lockfile when building build scripts | Lukas Wirth | -73/+76 |
| 2025-07-27 | internal: Better type proc macro dylib build data state | Lukas Wirth | -114/+175 |
| 2025-07-27 | Merge pull request #4498 from RalfJung/genmc-build | Ralf Jung | -42/+1130 |
| 2025-07-27 | Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils | Shoyu Vanilla (Flint) | -3/+5 |
| 2025-07-27 | various minor adjustments | Ralf Jung | -79/+49 |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -42/+1160 |
| 2025-07-27 | Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor' | Hayashi Mikihiro | -35/+68 |
| 2025-07-27 | migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn... | Hayashi Mikihiro | -30/+24 |