about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/region.rs
AgeCommit message (Expand)AuthorLines
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-855/+0
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-01-18More comments and small cleanupsEric Holk-0/+1
2022-01-18Track drops across multiple yieldsEric Holk-2/+9
2022-01-18Track drop points in generator_interiorEric Holk-1/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-7/+1
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