about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
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
2025-07-04only check for mixed deref/normal constructors when neededdianne-0/+2
2025-07-04treat box patterns as deref patterns in THIR and usefulness analysisdianne-3/+4
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-01loop match: handle opaque patternsFolkert de Vries-3/+4
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-14/+32
2025-07-01Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkovbors-27/+24
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-27/+24
2025-06-29mir: Add a `new` method to `statement`dianqk-55/+50
2025-06-25Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obkJana Dönszelmann-6/+18
2025-06-25emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matchingdianne-55/+9
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-6/+18
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-37/+786
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-37/+786
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-7/+31
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+25
2025-06-13Unimplement unsized_localsmejrs-3/+3
2025-06-06Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obkMatthias Krüger-1/+4
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-9/+10
2025-06-04Ensure stack in `ThirBuildCx::mirror_exprs`Josh Stone-1/+4
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-20/+15
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-20/+15
2025-06-01Optionally don't steal the THIRNadrieril-3/+13