summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/expr/stmt.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Take into account `ExprKind::Scope` when calculating span of temporaryLeSeulArtichaut-6/+6
2021-03-09Remove useless references/dereferencesLeSeulArtichaut-20/+14
2021-03-09Make arena allocation for the THIR workLeSeulArtichaut-1/+1
2021-03-09Remove `Clone` impl for `thir::Expr`LeSeulArtichaut-4/+3
2021-03-09Pull `thir::Cx` out of the MIR `Builder`LeSeulArtichaut-1/+1
2021-03-09[WIP] Eagerly construct bodies of THIRLeSeulArtichaut-27/+32
2021-02-04Revert "Use `record_operands_moved` more aggresively"Felix S. Klock II-2/+0
2020-12-04Use `record_operands_moved` more aggresivelyMatthew Jasper-0/+2
2020-08-30mv compiler to compiler/mark-0/+175