rust/compiler/rustc_codegen_ssa/src/mir
kadmin 89f45ed9f3 Update match branches
This updates all places where match branches check on StatementKind or UseContext.
This doesn't properly implement them, but adds TODOs where they are, and also adds some best
guesses to what they should be in some cases.
2021-03-09 16:54:13 +00:00
..
analyze.rs Update match branches 2021-03-09 16:54:13 +00:00
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 Shrink the size of Rvalue by 16 bytes 2021-03-05 09:33:01 +00:00
statement.rs Update match branches 2021-03-09 16:54:13 +00:00