rust/src
2021-04-30 10:52:37 +02:00
..
abi Avoid .to_string() for symbol names where possible 2021-04-18 10:37:02 +02:00
bin Revert "Build with -Cpanic=unwind by default" 2021-03-31 13:47:10 +02:00
debuginfo Don't unregister unwind tables after the JIT is done 2021-04-14 15:01:07 +02:00
driver Avoid .to_string() for symbol names where possible 2021-04-18 10:37:02 +02:00
intrinsics Sync from rust 6df26f897c 2021-04-21 11:29:57 +02:00
optimize Remove the cold block optimization 2021-03-31 12:42:30 +02:00
allocator.rs Don't store TyCtxt in UnwindContext 2021-04-14 14:53:33 +02: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 Remove unused parameter 2021-04-30 10:52:37 +02:00
base.rs Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13) 2021-04-16 11:59:20 +02:00
cast.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
codegen_i128.rs Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
common.rs Remove CodegenCx::finalize and pass Module separately from CodegenCx 2021-04-14 14:57:02 +02:00
compiler_builtins.rs Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
config.rs Add some documentation 2021-04-14 15:16:02 +02:00
constant.rs Remove CodegenCx::finalize and pass Module separately from CodegenCx 2021-04-14 14:57:02 +02:00
discriminant.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
inline_asm.rs Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13) 2021-04-16 11:59:20 +02:00
lib.rs Update the error messsage 2021-04-23 20:40:27 +06:00
linkage.rs Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13) 2021-04-16 11:59:20 +02:00
main_shim.rs Extend Termination::report return value as necessary 2021-04-18 10:58:42 +02:00
metadata.rs Remove unused parameter 2021-04-30 10:52:37 +02:00
num.rs Fix overflow checking when multiplying two i64 2021-04-16 14:36:07 +02:00
pointer.rs Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
pretty_clif.rs Avoid file name formatting when debug file writing is disabled 2021-04-14 18:46:22 +02:00
toolchain.rs Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05 2021-03-05 19:12:59 +01:00
trap.rs Remove CodegenCx::finalize and pass Module separately from CodegenCx 2021-04-14 14:57:02 +02: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 Remove CodegenCx::finalize and pass Module separately from CodegenCx 2021-04-14 14:57:02 +02:00
vtable.rs Sync from rust b203b0d240 2021-04-14 19:01:51 +02:00