rust/src
bjorn3 afe74d71e4 Build with -Cpanic=unwind by default
This doesn't enable unwinding as cg_clif doesn't support it yet. It does
allow for linking to a cg_llvm compiled libstd.so, which uses
`-Cpanic=unwind`.
2021-03-31 12:16:33 +02:00
..
abi Rustfmt 2021-03-21 10:05:48 +01:00
bin Build with -Cpanic=unwind by default 2021-03-31 12:16:33 +02:00
debuginfo Some clippy fixes 2021-03-09 12:37:39 +01:00
driver Make all compiler-builtins symbols hidden 2021-03-27 17:32:41 +01:00
intrinsics Sync from rust 4137088d9d 2021-03-26 13:02:49 +01:00
optimize Add clif comments when in release mode 2021-03-06 18:45:04 +01:00
allocator.rs Update Cranelift 2021-03-21 10:05:22 +01:00
analyze.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
archive.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
backend.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
base.rs Make all compiler-builtins symbols hidden 2021-03-27 17:32:41 +01:00
cast.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
codegen_i128.rs Support cross-compiling to Windows using MinGW 2021-03-05 21:32:49 +01:00
common.rs Add clif comments when in release mode 2021-03-06 18:45:04 +01:00
compiler_builtins.rs Make all compiler-builtins symbols hidden 2021-03-27 17:32:41 +01:00
constant.rs Rustfmt 2021-03-26 14:35:51 +01:00
discriminant.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
inline_asm.rs Add clif comments when in release mode 2021-03-06 18:45:04 +01:00
lib.rs Make all compiler-builtins symbols hidden 2021-03-27 17:32:41 +01:00
linkage.rs Make all compiler-builtins symbols hidden 2021-03-27 17:32:41 +01:00
main_shim.rs Update Cranelift 2021-03-21 10:05:22 +01:00
metadata.rs Rustfmt 2021-03-17 13:54:40 +01:00
num.rs Remove no longer necessary intcasts 2021-03-15 14:04:04 +01:00
pointer.rs Add clif comments when in release mode 2021-03-06 18:45:04 +01:00
pretty_clif.rs Avoid nightly feature usage where easily possible 2021-03-18 12:23:55 +01:00
toolchain.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
trap.rs Add clif comments when in release mode 2021-03-06 18:45:04 +01:00
unsize.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
value_and_place.rs Fix assert_assignable adt checking 2021-03-15 14:22:11 +01:00
vtable.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00