rust/src
bjorn3 0610490c8d Assume constants can't fail to evaluate
See rust-lang/rust#81327 for the same change to cg_llvm
2021-02-21 13:58:56 +01:00
..
abi Rustfmt 2021-02-12 15:40:08 +00:00
bin Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3 2021-02-01 14:29:47 +01:00
debuginfo Remove support for x86 oldBE 2021-02-18 18:07:25 +01:00
driver Don't import the metadata symbol 2021-02-21 10:40:30 +01:00
intrinsics Use real atomic instructions instead of a global lock 2021-02-18 18:14:21 +01:00
optimize Disable stack2reg optimization 2021-02-20 16:55:30 +01:00
allocator.rs Merge commit '03f01bbe90' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
analyze.rs Merge commit 'd556c56f79' into sync_cg_clif-2021-02-01 2021-02-01 10:11:46 +01:00
archive.rs Rustup to rustc 1.51.0-nightly (d4e3570db 2021-02-01) 2021-02-02 10:24:29 +01:00
backend.rs Use real atomic instructions instead of a global lock 2021-02-18 18:14:21 +01:00
base.rs Assume constants can't fail to evaluate 2021-02-21 13:58:56 +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 Fix CI 2021-02-21 12:34:30 +01:00
common.rs Directly use Cranelift instructions for 128bit int shifts 2021-02-21 12:09:13 +01:00
constant.rs Assume constants can't fail to evaluate 2021-02-21 13:58:56 +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 real atomic instructions instead of a global lock 2021-02-18 18:14:21 +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 Use real atomic instructions instead of a global lock 2021-02-18 18:14:21 +01:00
metadata.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
num.rs Avoid a temporary stackslot in codegen_checked_int_binop 2021-02-21 12:48:43 +01:00
pointer.rs Fix CI 2021-02-21 12:34:30 +01:00
pretty_clif.rs Don't write clif ir by default when debug assertions are enabled 2021-02-21 10:42:31 +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 Use the new cranelift-module interface 2020-10-08 19:00:21 +02:00
value_and_place.rs Merge commit 'd556c56f79' into sync_cg_clif-2021-02-01 2021-02-01 10:11:46 +01:00
vtable.rs Merge commit 'dbee13661e' into sync_cg_clif-2020-12-27 2020-12-27 10:30:38 +01:00