| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercote | Matthias Krüger | -2/+22 |
| 2025-04-16 | Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercote | Matthias Krüger | -1/+1 |
| 2025-04-16 | Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errors | Matthias Krüger | -4/+126 |
| 2025-04-16 | Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxu | Matthias Krüger | -16/+31 |
| 2025-04-16 | Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxu | Matthias Krüger | -1/+15 |
| 2025-04-16 | Rollup merge of #139647 - eholk:package-namespace, r=fmease | Matthias Krüger | -34/+178 |
| 2025-04-16 | Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkov | bors | -32/+42 |
| 2025-04-16 | Auto merge of #139768 - compiler-errors:split-fold, r=lcnr | bors | -218/+402 |
| 2025-04-16 | Make CodeStat's type sizes a public field | blyxyas | -1/+1 |
| 2025-04-15 | Auto merge of #139878 - petrochenkov:revllvmclean2, r=compiler-errors | bors | -26/+45 |
| 2025-04-15 | Add unstable foo::bar extern command line arguments | Eric Holk | -34/+178 |
| 2025-04-15 | normalize canonical and non-canonical paths in compiletest | Waffle Lapkin | -5/+8 |
| 2025-04-15 | commit rustfmt stump in `x t tidy` even on `check` | Waffle Lapkin | -3/+6 |
| 2025-04-15 | Fix wrong suggestion for async gen block and add regression ui test for #139839 | Guillaume Gomez | -4/+126 |
| 2025-04-15 | Auto merge of #139881 - matthiaskrgr:rollup-7x6zcrc, r=matthiaskrgr | bors | -350/+324 |
| 2025-04-15 | Rollup merge of #139877 - joshtriplett:take-care, r=dtolnay | Matthias Krüger | -0/+8 |
| 2025-04-15 | Rollup merge of #139859 - marcoieni:rename-macos-runner, r=Kobzol | Matthias Krüger | -6/+6 |
| 2025-04-15 | Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errors | Matthias Krüger | -13/+5 |
| 2025-04-15 | Rollup merge of #139824 - ChrisDenton:non-canonical, r=petrochenkov | Matthias Krüger | -28/+6 |
| 2025-04-15 | Rollup merge of #139819 - Kobzol:rust-cache, r=marcoieni | Matthias Krüger | -0/+7 |
| 2025-04-15 | Rollup merge of #139818 - compiler-errors:normalize-tails, r=oli-obk | Matthias Krüger | -73/+64 |
| 2025-04-15 | Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume... | Matthias Krüger | -230/+228 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -2/+22 |
| 2025-04-15 | Split TypeFolder and FallibleTypeFolder | Michael Goulet | -186/+395 |
| 2025-04-15 | Revert "Deduplicate template parameter creation" | Vadim Petrochenkov | -26/+45 |
| 2025-04-15 | Add warning comment to `Take::get_ref` and `Chain::get_ref` | Josh Triplett | -0/+8 |
| 2025-04-15 | Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3 | bors | -0/+7 |
| 2025-04-15 | add a comment for code that isn't | Waffle Lapkin | -1/+7 |
| 2025-04-15 | slightly correct comments and diagnostics about checking modifications | Waffle Lapkin | -10/+13 |
| 2025-04-15 | use helper function instead of writing rustfmt stamp by hand | Waffle Lapkin | -1/+2 |
| 2025-04-15 | tidy: don't crush on non-existent submodules | Waffle Lapkin | -1/+3 |
| 2025-04-15 | Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-se | bors | -25/+50 |
| 2025-04-15 | CI: rename MacOS runner | MarcoIeni | -6/+6 |
| 2025-04-15 | Use `rust-cache` to speed-up `citool` compilation | Jakub Beránek | -0/+7 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -993/+2498 |
| 2025-04-15 | canonicalize test build dir before normalizing it | Waffle Lapkin | -1/+5 |
| 2025-04-15 | fix typo | Waffle Lapkin | -1/+1 |
| 2025-04-15 | update submodules if the directory doesn't exist | Waffle Lapkin | -0/+7 |
| 2025-04-15 | Add comment | Alice Ryhl | -0/+19 |
| 2025-04-15 | Use full path for core::mem::transmute | Alice Ryhl | -2/+2 |
| 2025-04-15 | Remove #![feature(no_sanitize)] | Tamir Duberstein | -1/+0 |
| 2025-04-15 | Use a dummy ident for a `lint_if_path_starts_with_module` call. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Remove a `kw::Empty` usage in symbol mangling. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Remove some "name isn't empty" assertions. | Nicholas Nethercote | -11/+3 |
| 2025-04-15 | Rollup merge of #139836 - glyn:test-mpmc-receiver-cloning, r=jhpratt | Stuart Cook | -0/+30 |
| 2025-04-15 | Rollup merge of #139833 - nnethercote:fix-139633, r=oli-obk | Stuart Cook | -4/+59 |
| 2025-04-15 | Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay | Stuart Cook | -0/+1 |
| 2025-04-15 | Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors | Stuart Cook | -21/+59 |
| 2025-04-15 | Rollup merge of #139791 - lcnr:ignore-global-where-bounds, r=compiler-errors | Stuart Cook | -6/+93 |
| 2025-04-15 | Rollup merge of #139789 - lcnr:opaques-auto-trait-leakage, r=compiler-errors | Stuart Cook | -7/+285 |