about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
AgeCommit message (Expand)AuthorLines
2024-03-25Instance is CopyMichael Goulet-3/+3
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-12/+8
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-36/+24
2024-03-24Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r...Matthias Krüger-6/+4
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-22/+5
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-36/+24
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-4/+3
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-199/+7
2024-03-22Fix validation on substituted callee bodies in MIR inlinerMichael Goulet-6/+4
2024-03-22Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errorsMatthias Krüger-199/+7
2024-03-22Add `tag_for_variant` queryJack Wrenn-199/+7
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-1/+1
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-1/+1
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-10/+6
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-24/+8
2024-03-22coverage: Clean up marker statements that aren't needed laterZalathar-1/+12
2024-03-21Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obkbors-2/+145
2024-03-20Rollup merge of #122764 - Zalathar:loopy, r=oli-obkJacob Pratt-35/+4
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-1/+0
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-20mentioned_items: avoid adding str/slice unsizing castsRalf Jung-9/+16
2024-03-20mentioned_items: record all callee and coerced closure types, whether they ar...Ralf Jung-38/+45
2024-03-20mentioned items: also handle closure-to-fn-ptr coercionsRalf Jung-0/+16
2024-03-20mentioned items: also handle vtablesRalf Jung-1/+25
2024-03-20collector: recursively traverse 'mentioned' items to evaluate their constantsRalf Jung-2/+91
2024-03-20Update documentationOli Scherer-3/+0
2024-03-20Rename mir_const query to mir_builtOli Scherer-8/+8
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer-7/+6
2024-03-20coverage: Tidy imports in `rustc_mir_transform::coverage::counters`Zalathar-4/+4
2024-03-20coverage: Remove incorrect assertions from counter allocationZalathar-31/+0
2024-03-19Add a few more commentsMichael Goulet-0/+9
2024-03-19Fix ABI for FnMut/Fn impls for async closuresMichael Goulet-5/+19
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-124/+12
2024-03-19Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstriebbors-10/+0
2024-03-19Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errorsbors-3/+1
2024-03-19Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...Oli Scherer-10/+0
2024-03-18Rollup merge of #122701 - compiler-errors:allocator-suspend, r=oli-obkMatthias Krüger-4/+10
2024-03-18Deduplicate `associated_body` and `body_id`Oli Scherer-3/+1
2024-03-18Detect allocator for box in must_not_suspend lintMichael Goulet-4/+10
2024-03-18Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obkMatthias Krüger-8/+32
2024-03-18Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...Oli Scherer-4/+4
2024-03-18add_retag: ensure box-to-raw-ptr casts are preserved for MiriRalf Jung-8/+32
2024-03-18Rollup merge of #122656 - RalfJung:simplify-cfg, r=compiler-errorsMatthias Krüger-6/+9
2024-03-17simplify_cfg: rename some passes so that they make more senseRalf Jung-6/+9
2024-03-17some minor code simplificationsMatthias Krüger-3/+2
2024-03-15Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obkMatthias Krüger-2/+5
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-2/+5
2024-03-14Rollup merge of #122322 - Zalathar:branch, r=oli-obkMatthias Krüger-47/+121
2024-03-14Rollup merge of #122368 - pavedroad:master, r=oli-obkMatthias Krüger-1/+1
2024-03-14Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obkbors-1/+1