rust/compiler/rustc_codegen_cranelift/src
Yuki Okushi 046a414c19
Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk
clean up some const error reporting around promoteds

These are some error reporting simplifications enabled by https://github.com/rust-lang/rust/pull/80579.

Further simplifications are possible but could be blocked on making `const_err` a hard error.

r? ``````@oli-obk``````
2021-01-29 09:17:38 +09:00
..
abi Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
bin Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
debuginfo Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
driver Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
intrinsics codegen_cranelift: Fix redundant semicolon warn 2021-01-16 07:17:13 +03:00
optimize Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
allocator.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
analyze.rs update cg_clif 2020-11-16 22:42:09 +01:00
archive.rs Merge commit '5988bbd24a' into sync_cg_clif-2020-11-27 2020-11-27 20:48:53 +01:00
atomic_shim.rs Merge commit '5988bbd24a' into sync_cg_clif-2020-11-27 2020-11-27 20:48:53 +01:00
backend.rs Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
base.rs Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
cast.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
codegen_i128.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
common.rs Merge commit '5988bbd24a' into sync_cg_clif-2020-11-27 2020-11-27 20:48:53 +01:00
constant.rs clean up some const error reporting around promoteds 2021-01-24 13:34:34 +01:00
discriminant.rs Merge commit '5988bbd24a' into sync_cg_clif-2020-11-27 2020-11-27 20:48:53 +01:00
inline_asm.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
lib.rs Use ty::{IntTy,UintTy,FloatTy} in rustc 2021-01-18 21:09:30 +01:00
linkage.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
main_shim.rs update cg_clif 2020-11-16 22:42:09 +01:00
metadata.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
num.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
pointer.rs Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f' 2020-10-26 09:53:27 +01:00
pretty_clif.rs Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00
toolchain.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
trap.rs Merge commit '5988bbd24a' into sync_cg_clif-2020-11-27 2020-11-27 20:48:53 +01:00
unsize.rs Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f' 2020-10-26 09:53:27 +01:00
value_and_place.rs Move binder for dyn to each list item 2020-12-11 15:02:46 -05:00
vtable.rs Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00