about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-2/+12
2025-04-15Fix HIR pretty-printing of fns with just a variadic arg.Nicholas Nethercote-1/+3
2025-04-15Pretty-print `PatKind::Missing` as `_`.Nicholas Nethercote-3/+4
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-218/+263
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-27/+24
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-89/+101
2025-04-14Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obkMatthias Krüger-87/+61
2025-04-14Rollup merge of #139799 - clubby789:print=file, r=jieyouxuMatthias Krüger-10/+4
2025-04-14Rollup merge of #139797 - folkertdev:naked-allow-unsafe, r=tgross35Matthias Krüger-0/+6
2025-04-14Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obkbors-24/+56
2025-04-14Remove safe removeChris Denton-28/+6
2025-04-14Allow (but don't require) `#[unsafe(naked)]` so that `compiler-builtins` can ...Folkert de Vries-0/+6
2025-04-14Normalize ADT fields in find_tails_for_unsizingMichael Goulet-31/+32
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-87/+61
2025-04-14Rollup merge of #139777 - compiler-errors:debuggier-proj, r=lcnrMatthias Krüger-2/+2
2025-04-14Rollup merge of #139767 - compiler-errors:www, r=oli-obkMatthias Krüger-19/+19
2025-04-14Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obkMatthias Krüger-1/+49
2025-04-14Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obkMatthias Krüger-0/+5
2025-04-14Remove define_debug_via_print for ExistentialProjectionMichael Goulet-2/+2
2025-04-14Derive Obligation's fold implsMichael Goulet-32/+7
2025-04-14Allow const patterns of matches to contain pattern typesOli Scherer-7/+36
2025-04-14Specify `--print info=file` syntax in `--help`clubby789-10/+4
2025-04-14normalize: prefer ParamEnv over AliasBoundlcnr-21/+30
2025-04-14do not leak auto traits in item boundslcnr-7/+25
2025-04-14drop global where-bounds before merging candidateslcnr-2/+6
2025-04-14Add unit tests for minimal_scc_representativeMatthew Jasper-0/+41
2025-04-14Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkovbors-64/+23
2025-04-14Handle regions equivalent to 'static in non_local_boundsMatthew Jasper-1/+16
2025-04-14Share part of the global_asm!() implementation between cg_ssa and cg_clifbjorn3-138/+73
2025-04-14Use cg_ssa's version of codegen_naked_asm in cg_clifbjorn3-283/+258
2025-04-14Pass &mut self to codegen_global_asmbjorn3-11/+19
2025-04-14Make codegen_naked_asm publicbjorn3-2/+2
2025-04-14Pass MonoItemData to MonoItem::definebjorn3-14/+13
2025-04-14Move codegen_naked_asm call up into MonoItem::definebjorn3-8/+14
2025-04-14Make codegen_naked_asm retrieve the MIR Body itselfbjorn3-5/+6
2025-04-14Only require a CodegenCx for codegen_naked_asmbjorn3-9/+17
2025-04-14Don't begin defining a function when codegening a naked functionbjorn3-7/+7
2025-04-14Handle protected visibility in codegen_naked_asmbjorn3-4/+7
2025-04-14Use START_BLOCK in codegen_naked_asmbjorn3-2/+2
2025-04-14Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhprattbors-692/+724
2025-04-14Consistent with treating Ctor Call as Struct in liveness analysisxizheyin-1/+4
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-253/+259
2025-04-14Use `Symbol` in `LateContext::get_associated_type`.Nicholas Nethercote-3/+8
2025-04-13Rollup merge of #139776 - mejrs:diagn2, r=compiler-errorsJacob Pratt-2/+2
2025-04-13Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errorsJacob Pratt-468/+531
2025-04-13Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm...Jacob Pratt-18/+40
2025-04-13Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcmJacob Pratt-0/+7
2025-04-13Rollup merge of #139666 - lcnr:pre-revealing-use-cleanup, r=compiler-errorsJacob Pratt-154/+108
2025-04-13Rollup merge of #139636 - Zoxc:graph-edges-len-u32, r=compiler-errorsJacob Pratt-8/+10
2025-04-13Rollup merge of #138336 - jyn514:crate-attr-diagnostics, r=compiler-errorsJacob Pratt-42/+26