about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
AgeCommit message (Expand)AuthorLines
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-1/+1
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-41/+21
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-41/+21
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-1/+1
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-3/+3
2022-01-26Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obkbors-274/+307
2022-01-24Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiserbors-4/+4
2022-01-23Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726Matthias Krüger-22/+8
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-4/+4
2022-01-22Rollup merge of #93116 - rust-lang:oli-obk-patch-1, r=jackh726Matthias Krüger-1/+1
2022-01-22rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła-22/+8
2022-01-20Rollup merge of #89764 - tmiasko:uninhabited-enums, r=wesleywiserMatthias Krüger-11/+6
2022-01-20Simplify use of `map_or`Oli Scherer-1/+1
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-11/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-56/+4
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-11/+1
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-33/+16
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-8/+5
2022-01-15initial revertEllen-33/+16
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-20/+0
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-56/+4
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-4/+6
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-4/+6
2022-01-06Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726Matthias Krüger-8/+7
2022-01-04rename StackPopClean::None to RootRalf Jung-1/+1
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-7/+0
2021-12-24Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obkbors-1/+1
2021-12-23Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obkMatthias Krüger-4/+4
2021-12-22Delay remaining `span_bug`s in drop elaborationTomasz Miąsko-8/+7
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-4/+4
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+2
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-20/+0
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-1/+1
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-8/+6
2021-12-15Move generator check earlier in inlining.Camille GILLOT-8/+6
2021-12-15Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514Matthias Krüger-2/+2
2021-12-15Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgrbors-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-14Return an error when `eval_rvalue_with_identities` failsTomasz Miąsko-52/+34
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-2/+2
2021-12-14Correct the unsoundness in the `EarlyOtherwiseBranch` mir optJakob Degen-274/+307
2021-12-13use try_normalize_erasing_regions in RevealAllVisitorb-naber-1/+4
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+5
2021-12-08Use Vec extend instead of repeated pushes in several placesJakub Beránek-3/+1
2021-12-08Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkovMatthias Krüger-119/+117
2021-12-08Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obkMatthias Krüger-16/+15
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-119/+117
2021-12-06Auto merge of #91279 - scottmcm:small-refactor, r=nagisabors-23/+3
2021-12-05Make treatment of generator drop shims explicitDylan MacKenzie-14/+14
2021-12-05Remove unnecessary FIXME (answered by Oli)Dylan MacKenzie-2/+1