rust/compiler/rustc_codegen_ssa/src/mir
bors 9b32429822 Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk
codegen: assume constants cannot fail to evaluate

https://github.com/rust-lang/rust/pull/80579 landed, so we can finally remove this old hack from codegen and instead assume that consts never fail to evaluate. :)

r? `@oli-obk`
2021-01-31 07:03:09 +00:00
..
analyze.rs PlaceRef::ty: use method call syntax 2021-01-16 11:38:14 +01:00
block.rs Use ty::{IntTy,UintTy,FloatTy} in rustc 2021-01-18 21:09:30 +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 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 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