| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercote | Matthias Krüger | -2/+1 |
| 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/+9 |
| 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 | -2/+12 |
| 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 | Fix wrong suggestion for async gen block and add regression ui test for #139839 | Guillaume Gomez | -4/+9 |
| 2025-04-15 | Auto merge of #139881 - matthiaskrgr:rollup-7x6zcrc, r=matthiaskrgr | bors | -72/+43 |
| 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 #139818 - compiler-errors:normalize-tails, r=oli-obk | Matthias Krüger | -31/+32 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -2/+1 |
| 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 | Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3 | bors | -0/+7 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -614/+728 |
| 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 #139833 - nnethercote:fix-139633, r=oli-obk | Stuart Cook | -4/+7 |
| 2025-04-15 | Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors | Stuart Cook | -21/+30 |
| 2025-04-15 | Rollup merge of #139791 - lcnr:ignore-global-where-bounds, r=compiler-errors | Stuart Cook | -2/+6 |
| 2025-04-15 | Rollup merge of #139789 - lcnr:opaques-auto-trait-leakage, r=compiler-errors | Stuart Cook | -7/+25 |
| 2025-04-15 | Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar | Stuart Cook | -40/+17 |
| 2025-04-15 | Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay | Stuart Cook | -27/+27 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -492/+557 |
| 2025-04-15 | Rollup merge of #138393 - oli-obk:pattern-type-in-pattern, r=BoxyUwU | Stuart Cook | -7/+36 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -14/+23 |
| 2025-04-15 | Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr | bors | -97/+71 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -2/+12 |
| 2025-04-15 | Fix HIR pretty-printing of fns with just a variadic arg. | Nicholas Nethercote | -1/+3 |
| 2025-04-15 | Pretty-print `PatKind::Missing` as `_`. | Nicholas Nethercote | -3/+4 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -218/+263 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -27/+24 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -89/+101 |
| 2025-04-14 | Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk | Matthias Krüger | -87/+61 |
| 2025-04-14 | Rollup merge of #139799 - clubby789:print=file, r=jieyouxu | Matthias Krüger | -10/+4 |
| 2025-04-14 | Rollup merge of #139797 - folkertdev:naked-allow-unsafe, r=tgross35 | Matthias Krüger | -0/+6 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -24/+56 |
| 2025-04-14 | Remove safe remove | Chris Denton | -28/+6 |
| 2025-04-14 | Allow (but don't require) `#[unsafe(naked)]` so that `compiler-builtins` can ... | Folkert de Vries | -0/+6 |
| 2025-04-14 | Normalize ADT fields in find_tails_for_unsizing | Michael Goulet | -31/+32 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -87/+61 |
| 2025-04-14 | Rollup merge of #139777 - compiler-errors:debuggier-proj, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -19/+19 |
| 2025-04-14 | Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obk | Matthias Krüger | -1/+49 |
| 2025-04-14 | Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obk | Matthias Krüger | -0/+5 |