| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | tests: refine disable reason for `tests/debuginfo/drop-locations.rs` | Jieyou Xu | -1/+3 |
| 2025-04-17 | compiletest: add specific `//@ ignore-auxiliary` for test support files | Jieyou Xu | -0/+11 |
| 2025-04-17 | Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgr | bors | -302/+265 |
| 2025-04-17 | Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmann | Matthias Krüger | -1/+21 |
| 2025-04-17 | Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxu | Matthias Krüger | -62/+1 |
| 2025-04-17 | Rollup merge of #139891 - pvdrz:add-dso-local, r=scottmcm | Matthias Krüger | -6/+6 |
| 2025-04-17 | Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez | Matthias Krüger | -46/+63 |
| 2025-04-17 | Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwU | Matthias Krüger | -68/+68 |
| 2025-04-17 | Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwco | Matthias Krüger | -63/+42 |
| 2025-04-17 | Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwco | Matthias Krüger | -8/+16 |
| 2025-04-17 | Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco | Matthias Krüger | -48/+48 |
| 2025-04-16 | Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwco | bors | -2/+152 |
| 2025-04-16 | Auto merge of #139912 - matthiaskrgr:rollup-va0rqvk, r=matthiaskrgr | bors | -70/+391 |
| 2025-04-16 | Auto merge of #139914 - GuillaumeGomez:update-stdarch, r=Amanieu | bors | -0/+0 |
| 2025-04-16 | Update stdarch submodule | Guillaume Gomez | -0/+0 |
| 2025-04-16 | Rollup merge of #139893 - reddevilmidzy:add-test, r=SparrowLii | Matthias Krüger | -0/+5 |
| 2025-04-16 | Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2025-04-16 | Rollup merge of #139884 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+10 |
| 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 | Remove old diagnostic notes for type ascription syntax | Zalathar | -62/+1 |
| 2025-04-16 | fix multiple `#[repr(align(N))]` on functions | Folkert de Vries | -1/+21 |
| 2025-04-16 | Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkov | bors | -32/+42 |
| 2025-04-15 | Include optional dso_local marker for functions in `enum-match.rs` | Christian Poveda | -6/+6 |
| 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-16 | Improve `borrowck_graphviz_*` documentation. | Nicholas Nethercote | -10/+2 |
| 2025-04-16 | Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`. | Nicholas Nethercote | -2/+1 |
| 2025-04-15 | Auto merge of #139878 - petrochenkov:revllvmclean2, r=compiler-errors | bors | -26/+45 |
| 2025-04-15 | Update Cargo.lock for rustbook | Eric Huss | -0/+10 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -68/+68 |
| 2025-04-15 | Update books | rustbot | -0/+0 |
| 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 |