| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Rollup merge of #135975 - balt-dev:master, r=tgross35 | Stuart Cook | -29/+243 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -57/+353 |
| 2025-07-30 | Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkov | bors | -1/+0 |
| 2025-07-30 | Auto merge of #144692 - samueltardieu:rollup-0j1y08x, r=samueltardieu | bors | -378/+665 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -14/+56 |
| 2025-07-30 | Rollup merge of #144655 - jdonszelmann:cleanup-codegen-fn-attrs, r=WaffleLapkin | Samuel Tardieu | -237/+289 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -114/+212 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -13/+108 |
| 2025-07-30 | Implement push_mut | Balt | -29/+243 |
| 2025-07-30 | clean up codegen fn attrs | Jana Dönszelmann | -237/+289 |
| 2025-07-30 | extend comment | lcnr | -0/+13 |
| 2025-07-30 | add comment and opaque type fixme | lcnr | -0/+11 |
| 2025-07-30 | handle region dependent goals due to infer vars | lcnr | -19/+128 |
| 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 | -5/+7 |
| 2025-07-30 | Introduce proper `build.compiletest-allow-stage0` config option | Jieyou Xu | -6/+24 |
| 2025-07-30 | Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalathar | bors | -439/+730 |
| 2025-07-30 | Rollup merge of #144668 - daltenty:daltenty/runmake-llvm-components, r=jieyouxu | Stuart Cook | -0/+5 |
| 2025-07-30 | Rollup merge of #144666 - compiler-errors:correct-late, r=lqd | Stuart Cook | -6/+97 |
| 2025-07-30 | Rollup merge of #144662 - Zalathar:directive-names, r=fmease | Stuart Cook | -290/+293 |
| 2025-07-30 | Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxu | Stuart Cook | -4/+0 |
| 2025-07-30 | Rollup merge of #144268 - xizheyin:find-oldest-ancestor, r=jieyouxu | Stuart Cook | -42/+58 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -97/+277 |
| 2025-07-30 | Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni | bors | -274/+316 |
| 2025-07-30 | [test][run-make] add needs-llvm-components | David Tenty | -0/+5 |
| 2025-07-30 | Free disk space on Windows 2025 runners | Chris Denton | -274/+316 |
| 2025-07-30 | Make sure to account for the right item universal regions in borrowck | Michael Goulet | -6/+97 |
| 2025-07-30 | Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcm | bors | -33/+342 |
| 2025-07-30 | compiletest: Move directive names back into a separate file | Zalathar | -290/+293 |
| 2025-07-29 | Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhpratt | bors | -54/+234 |
| 2025-07-29 | Rollup merge of #144640 - FractalFir:m68k_arch, r=Urgau | Jacob Pratt | -0/+1 |
| 2025-07-29 | Rollup merge of #144639 - Kobzol:x-perf-tui, r=lqd | Jacob Pratt | -27/+24 |
| 2025-07-29 | Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42 | Jacob Pratt | -8/+18 |
| 2025-07-29 | Rollup merge of #144605 - LorrensP-2158466:cache-extern-prelude, r=petrochenkov | Jacob Pratt | -12/+11 |
| 2025-07-29 | Rollup merge of #144586 - alexcrichton:update-weasi-sdk, r=Mark-Simulacrum | Jacob Pratt | -4/+4 |
| 2025-07-29 | Rollup merge of #144583 - apiraino:enable-t-compiler-backport-nomination, r=j... | Jacob Pratt | -0/+15 |
| 2025-07-29 | Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdev | Jacob Pratt | -3/+123 |
| 2025-07-29 | Rollup merge of #144034 - Enselic:diverging-function-call-debuginfo, r=wesley... | Jacob Pratt | -0/+38 |
| 2025-07-29 | Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35 | bors | -3/+16 |
| 2025-07-29 | Fix Ord, Eq and Hash implementation of panic::Location | Orson Peters | -3/+123 |
| 2025-07-30 | remove hello world directory | Kivooeo | -4/+0 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -97/+277 |
| 2025-07-29 | Auto merge of #144557 - cjgillot:lower-more-span, r=compiler-errors | bors | -16/+45 |
| 2025-07-29 | tests: Test line number in debuginfo for diverging function calls | Martin Nordholts | -0/+38 |
| 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 |