about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
AgeCommit message (Expand)AuthorLines
2022-04-28Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnrDylan DPC-3/+1
2022-04-27tut tut tutEllen-3/+1
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-5/+4
2022-04-25Auto merge of #96294 - Emilgardis:def_id-in-unsafetyviolationdetails, r=oli-obkbors-5/+8
2022-04-25Auto merge of #96116 - ouz-a:mir-opt, r=oli-obkbors-55/+76
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-4/+17
2022-04-24only show a simple description in E0133 span labelEmil Gardström-1/+1
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+7
2022-04-22use references to avoid function callsSparrowLii-12/+29
2022-04-21access `local_decls` through `ecx`SparrowLii-49/+14
2022-04-17little changesouz-a-4/+4
2022-04-16Address nitsJakob Degen-3/+3
2022-04-16Add support for MIR opt unit testsJakob Degen-4/+17
2022-04-16Make derefer work everwhereouz-a-55/+76
2022-04-13couple of clippy::complexity fixesMatthias Krüger-2/+2
2022-04-11Remove inlining cost of `Deinit` statementsJakob Degen-0/+1
2022-04-11Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`Jakob Degen-1/+5
2022-04-11Add new `Deinit` statement kindJakob Degen-5/+14
2022-04-10Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPCbors-8/+8
2022-04-10Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obkDylan DPC-8/+8
2022-04-10Avoid accessing HIR from MIR queries.Camille GILLOT-7/+7
2022-04-09remove the if blockouz-a-22/+9
2022-04-09support multiple derefsouz-a-13/+26
2022-04-06Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obkDylan DPC-0/+74
2022-04-06Auto merge of #95723 - SparrowLii:const_goto, r=fee1-deadbors-9/+16
2022-04-06enhance `ConstGoto` mir-opt by moving up `StorageDead` statementsSparrowLii-9/+16
2022-04-05kill temp earlyouz-a-2/+1
2022-04-05interp: pass TyCtxt to Machine methods that do not take InterpCxRalf Jung-0/+2
2022-04-05remove region checkouz-a-9/+11
2022-04-05Rollup merge of #95620 - RalfJung:memory-no-extras, r=oli-obkDylan DPC-8/+2
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-19/+6
2022-04-04destroy temp at the end and avoid ICEouz-a-7/+10
2022-04-04fixed error, made function leaner and tighterouz-a-30/+35
2022-04-04New mir-opt deref_separatorouz-a-0/+65
2022-04-03interpret: remove MemoryExtra in favor of giving access to the MachineRalf Jung-8/+2
2022-04-02Less manipulation of the callee_def_id.Camille GILLOT-5/+6
2022-04-02Use only local hash.Camille GILLOT-2/+2
2022-04-02Use DefPathHash instead of HirId to break cycles.Camille GILLOT-14/+8
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-13/+13
2022-03-30a few mode feedback fixes per @bjorn3Yuri Astrakhan-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-14/+14
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-4/+4
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-1/+0
2022-03-25Rollup merge of #94655 - JakobDegen:mir-phase-docs, r=oli-obkDylan DPC-7/+11
2022-03-23Clarify which kinds of MIR are allowed during which phases.Jakob Degen-7/+11
2022-03-23Address rebase falloutOli Scherer-3/+3
2022-03-23remove optimizations from const_prop_lintCarl Scherer-281/+21
2022-03-23separate const prop lint from optimizationsCarl Scherer-177/+1320
2022-03-22Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obkDylan DPC-4/+4
2022-03-21rename LocalState::Uninitialized to UnallocatedRalf Jung-4/+4