rust/compiler/rustc_codegen_ssa/src/mir
2021-01-16 11:38:14 +01:00
..
analyze.rs PlaceRef::ty: use method call syntax 2021-01-16 11:38:14 +01:00
block.rs where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) 2020-12-30 13:11:52 +01:00
constant.rs [mir-opt] Allow debuginfo to be generated for a constant or a Place 2020-12-06 20:48:25 -05:00
coverageinfo.rs Addressed all feedback to date 2020-11-05 18:24:17 -08:00
debuginfo.rs Rename kw::Invalid -> kw::Empty 2020-12-30 09:50:02 -05:00
intrinsic.rs Use pointer type in AtomicPtr::swap implementation 2020-12-20 00:00:00 +00:00
mod.rs [mir-opt] Allow debuginfo to be generated for a constant or a Place 2020-12-06 20:48:25 -05:00
operand.rs compiler: fold by value 2020-11-16 22:34: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