about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-45/+44
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-45/+44
2025-08-15Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalatharbors-1/+10
2025-08-15Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errorsStuart Cook-1/+10
2025-08-14fixed diagnosticKivooeo-1/+10
2025-08-14Apply suggestions from code reviewRalf Jung-3/+3
2025-08-14avoid unnecessary type sanity checksRalf Jung-2/+2
2025-08-14shrink TestBranch::Constant and PatRangeBoundary::FiniteRalf Jung-8/+11
2025-08-14use ty::Value instead of manual pairs of types and valtreesRalf Jung-36/+29
2025-08-14pattern testing: store constants as valtreesRalf Jung-58/+49
2025-08-14PatKind: store constants as valtreesRalf Jung-21/+24
2025-08-09Auto merge of #143376 - dianne:guard-scope, r=matthewjasperbors-45/+72
2025-08-08Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obkStuart Cook-370/+7
2025-08-07only introduce a guard scope for arms with guardsdianne-4/+20
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-45/+56
2025-08-07Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav...Stuart Cook-43/+118
2025-08-07Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscrossStuart Cook-55/+9
2025-08-06Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkinGuillaume Gomez-1/+5
2025-08-06lower bindings in the order they're writtendianne-15/+95
2025-08-06base drop order on the first sub-branchdianne-9/+3
2025-08-06don't schedule unnecessary drops when lowering or-patternsdianne-28/+29
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-370/+7
2025-08-04Anonymize binders in tail call sigMichael Goulet-1/+5
2025-08-04properly reject tail calls to `&FnPtr` or `&FnDef`Waffle Lapkin-2/+49
2025-08-03Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco...Samuel Tardieu-3/+17
2025-08-03forbid tail calling intrinsicsWaffle Lapkin-3/+17
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-1/+3
2025-08-01loop match: error on `#[const_continue]` outside `#[loop_match]`Folkert de Vries-5/+5
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-3/+4
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-3/+4
2025-07-31Tidy up `Cargo.toml` files.Nicholas Nethercote-1/+0
2025-07-28fix: Reject upvar scrutinees for `loop_match`Shoyu Vanilla-7/+14
2025-07-28Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLiibors-37/+31
2025-07-28use let chains in hir, lint, mirKivooeo-37/+31
2025-07-26Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obkTrevor Gross-4/+65
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-1/+3
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-4/+65
2025-07-24Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwcobors-78/+2
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-78/+2
2025-07-23Remove useless lifetime parameter.Camille GILLOT-22/+4
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-13/+28
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-2/+4
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-1/+1
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-2/+4
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-0/+2
2025-07-07Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgrbors-1/+3
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-1/+1
2025-07-07`loop_match`: fix 'no terminator on block'Folkert de Vries-1/+3
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-1/+1
2025-07-05Remove yields_in_scope from the scope tree.Camille GILLOT-3/+0