summary refs log tree commit diff
path: root/compiler/rustc_passes/src/region.rs
AgeCommit message (Expand)AuthorLines
2021-12-13Fix rebase and clippy testsEsteban Kuber-4/+7
2021-11-28Remove unused root_parent.Camille GILLOT-13/+1
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-3/+3
2021-11-07Implement type inference for inline constsGary Guo-2/+3
2021-09-11don't convert types into identical typesMatthias Krüger-1/+1
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-5/+6
2021-08-15Use correct drop scopes for if expressionsMatthew Jasper-4/+20
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-1/+1
2021-04-19Remove closure_treeCameron Steffen-14/+1
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-1/+1
2021-01-21Add loop head span to hirEsteban Küber-1/+1
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+11
2020-08-30mv compiler to compiler/mark-0/+847