about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform
AgeCommit message (Expand)AuthorLines
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+1
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-18/+18
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-18/+18
2022-07-13assigning to a union field can never drop nowRalf Jung-15/+8
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-1/+1
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-20/+38
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-1/+1
2022-07-12Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnrDylan DPC-5/+4
2022-07-12add new rval, pull deref earlyouz-a-20/+38
2022-07-11lower let-else in MIR insteadDing Xiang Fei-1/+1
2022-07-10Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obkMatthias Krüger-3/+1
2022-07-10avoid some `&str` to `String` conversionsTakayuki Maeda-3/+1
2022-07-09Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwillMatthias Krüger-2/+2
2022-07-09Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obkDylan DPC-5/+10
2022-07-09Auto merge of #98961 - zeevm:issue-98958-fix, r=oli-obkbors-11/+2
2022-07-07Use map_boundJack Huey-5/+4
2022-07-07Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgrbors-1/+1
2022-07-07MIR dataflow: Rename function to `always_storage_live_locals`pierwill-2/+2
2022-07-07Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514Matthias Krüger-1/+1
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-9/+2
2022-07-07make a name less ambiguousRalf Jung-4/+4
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-1/+1
2022-07-07Move `predecessors` from Body to BasicBlocksTomasz Miąsko-4/+4
2022-07-07Make MIR basic blocks field publicTomasz Miąsko-36/+36
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-9/+2
2022-07-06fix a strange ConstProp ICERalf Jung-2/+10
2022-07-06interpret: remove LocalValue::Unallocated, add Operand::UninitRalf Jung-27/+40
2022-07-06fix ICE in ConstPropRalf Jung-3/+8
2022-07-06Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obkDylan DPC-2/+1
2022-07-06Update TypeVisitor pathsAlan Egerton-4/+5
2022-07-06enable on opt level 1Ze'ev Maor-1/+1
2022-07-05only enable ConstProp on opt level 2Ze'ev Maor-11/+2
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-2/+1
2022-07-05Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwcobors-6/+12
2022-07-03Add method to mutate MIR body without invalidating CFG caches.Jakob Degen-6/+12
2022-07-02Fix rust-call ICE in mir-inlinerMichael Goulet-5/+9
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-6/+176
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-33/+69
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-12/+12
2022-06-30Allow inlining `#[inline]` functions.Camille GILLOT-3/+3
2022-06-30Test enabling MIR inlinerWesley Wiser-10/+23
2022-06-30Do not error on the param_env during inlining.Camille GILLOT-8/+0
2022-06-30Skip inlining if there are normalization issues.Camille GILLOT-0/+40
2022-06-30Do not ICE when failing to resolve.Camille GILLOT-1/+1
2022-06-30Check history earlier.Camille GILLOT-14/+5
2022-06-29Rollup merge of #98625 - RalfJung:retag, r=oli-obkDylan DPC-5/+18
2022-06-28emit Retag for compound types with reference fieldsRalf Jung-5/+18
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-21Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obkbors-10/+270