rust/compiler/rustc_codegen_ssa/src/mir
Dylan DPC cc07061190
Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung
use PlaceRef abstractions more consistently

Addresses this [comment](https://github.com/rust-lang/rust/pull/80865/files#r558978715)
Associated issue: #80647

r? ```@RalfJung```
2021-02-23 02:51:50 +01:00
..
analyze.rs make visit_projection take a PlaceRef 2021-02-16 14:20:36 +05:30
block.rs avoid full-slicing slices 2021-02-16 00:31:11 +01:00
constant.rs clean up some const error reporting around promoteds 2021-01-24 13:34:34 +01:00
coverageinfo.rs Addressed all feedback to date 2020-11-05 18:24:17 -08:00
debuginfo.rs Set the kind for local variables created by &str and slice arguments to LocalVariable 2021-02-09 15:59:28 -08:00
intrinsic.rs Use pointer type in AtomicPtr::swap implementation 2020-12-20 00:00:00 +00:00
mod.rs codegen: assume constants cannot fail to evaluate 2021-01-30 12:29:57 +01:00
operand.rs codegen: assume constants cannot fail to evaluate 2021-01-30 12:29:57 +01:00
place.rs PlaceRef::ty: use method call syntax 2021-01-16 11:38:14 +01:00
rvalue.rs Lower discriminant_value intrinsic 2020-12-11 03:25:40 +01:00
statement.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00