| 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 | -10/+45 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -18/+77 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -7/+29 |
| 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 | Add change tracker entry | Jieyou Xu | -0/+5 |
| 2025-07-30 | Run `compiletest` self-tests against stage 1 rustc | Jieyou Xu | -2/+2 |
| 2025-07-30 | Deny `compiletest` self-tests being run against stage 0 rustc unless explicit... | Jieyou Xu | -1/+18 |
| 2025-07-30 | Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all... | Jieyou Xu | -1/+1 |
| 2025-07-30 | Introduce proper `build.compiletest-allow-stage0` config option | Jieyou Xu | -6/+19 |
| 2025-07-30 | Remove space | tiif | -1/+1 |
| 2025-07-30 | Add documentation for unstable_feature_bound | tiif | -0/+3 |
| 2025-07-30 | Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalathar | bors | -356/+541 |
| 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 | -66/+248 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -69/+104 |
| 2025-07-30 | Remove outdated ci.py reference | Jakub Beránek | -12/+3 |
| 2025-07-30 | Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni | bors | -273/+308 |
| 2025-07-30 | Free disk space on Windows 2025 runners | Chris Denton | -273/+308 |
| 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 | Rollup merge of #144639 - Kobzol:x-perf-tui, r=lqd | Jacob Pratt | -27/+24 |
| 2025-07-29 | Rollup merge of #144586 - alexcrichton:update-weasi-sdk, r=Mark-Simulacrum | Jacob Pratt | -4/+4 |
| 2025-07-30 | bootstrap: split runtime DLL part out of `make_win_dist` | Mateusz Mikuła | -39/+35 |
| 2025-07-30 | bootstrap: extract `cc` query into a new function | Mateusz Mikuła | -20/+29 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -66/+248 |
| 2025-07-29 | Update wasi-sdk to 27.0 in CI | Alex Crichton | -4/+4 |
| 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/+2606 |
| 2025-07-29 | Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez | Stuart Cook | -16/+37 |
| 2025-07-29 | Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enab... | Stuart Cook | -0/+2 |
| 2025-07-29 | Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=Kobzol | Stuart Cook | -30/+55 |
| 2025-07-29 | Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-method... | Stuart Cook | -479/+657 |
| 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 | Use main branch of josh-sync for CI workflow | Jakub Beránek | -1/+1 |