| Age | Commit message (Expand) | Author | Lines |
| 2025-08-02 | Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJung | Samuel Tardieu | -19/+18 |
| 2025-08-01 | compiletest: Improve diagnostics for line annotation mismatches 2 | Vadim Petrochenkov | -19/+18 |
| 2025-08-01 | Auto merge of #144735 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-01 | Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=Noratrieb | Jacob Pratt | -0/+2 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-07-31 | add correct dynamic_lib_extension for aix | Curtis D'Alves | -0/+2 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -33/+46 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -13/+42 |
| 2025-07-31 | Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung | Jana Dönszelmann | -37/+6 |
| 2025-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2025-07-31 | Make Miri's enter_trace_span! call const_eval's | Stypox | -22/+5 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -33/+46 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -2/+39 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -2/+39 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -13/+42 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -2/+39 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -1/+1 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -3/+3 |
| 2025-07-31 | Uniform enter_trace_span! and add documentation | Stypox | -16/+2 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -1/+1 |
| 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 | compiletest: Move directive names back into a separate file | Zalathar | -290/+293 |
| 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 | Update rustc-perf submodule | Jakub Beránek | -0/+0 |
| 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 | Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss | Stuart Cook | -26/+94 |
| 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 |