| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-14 | Remove define_debug_via_print for ExistentialProjection | Michael Goulet | -2/+2 |
| 2025-04-14 | Derive Obligation's fold impls | Michael Goulet | -32/+7 |
| 2025-04-14 | Allow const patterns of matches to contain pattern types | Oli Scherer | -7/+36 |
| 2025-04-14 | Specify `--print info=file` syntax in `--help` | clubby789 | -10/+4 |
| 2025-04-14 | normalize: prefer ParamEnv over AliasBound | lcnr | -21/+30 |
| 2025-04-14 | do not leak auto traits in item bounds | lcnr | -7/+25 |
| 2025-04-14 | drop global where-bounds before merging candidates | lcnr | -2/+6 |
| 2025-04-14 | Add unit tests for minimal_scc_representative | Matthew Jasper | -0/+41 |
| 2025-04-14 | Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkov | bors | -64/+23 |
| 2025-04-14 | Handle regions equivalent to 'static in non_local_bounds | Matthew Jasper | -1/+16 |
| 2025-04-14 | Share part of the global_asm!() implementation between cg_ssa and cg_clif | bjorn3 | -138/+73 |
| 2025-04-14 | Use cg_ssa's version of codegen_naked_asm in cg_clif | bjorn3 | -283/+258 |
| 2025-04-14 | Pass &mut self to codegen_global_asm | bjorn3 | -11/+19 |
| 2025-04-14 | Make codegen_naked_asm public | bjorn3 | -2/+2 |
| 2025-04-14 | Pass MonoItemData to MonoItem::define | bjorn3 | -14/+13 |
| 2025-04-14 | Move codegen_naked_asm call up into MonoItem::define | bjorn3 | -8/+14 |
| 2025-04-14 | Make codegen_naked_asm retrieve the MIR Body itself | bjorn3 | -5/+6 |
| 2025-04-14 | Only require a CodegenCx for codegen_naked_asm | bjorn3 | -9/+17 |
| 2025-04-14 | Don't begin defining a function when codegening a naked function | bjorn3 | -7/+7 |
| 2025-04-14 | Handle protected visibility in codegen_naked_asm | bjorn3 | -4/+7 |
| 2025-04-14 | Use START_BLOCK in codegen_naked_asm | bjorn3 | -2/+2 |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -692/+724 |
| 2025-04-14 | Consistent with treating Ctor Call as Struct in liveness analysis | xizheyin | -1/+4 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -253/+259 |
| 2025-04-14 | Use `Symbol` in `LateContext::get_associated_type`. | Nicholas Nethercote | -3/+8 |