rust/src
2023-03-13 12:11:06 +01:00
..
abi Sync from rust 34e6673a04 2023-02-26 13:26:37 +01:00
debuginfo clippy::complexity fixes 2023-02-10 22:21:02 +01:00
driver Fix loading of dylibs not in the search path in jit mode 2023-02-28 14:36:44 +00:00
intrinsics Sync from rust 39f2657d11 2023-03-10 13:57:16 +01:00
optimize Merge commit '598f090956' into sync_cg_clif-2023-01-24 2023-01-24 18:56:42 +01:00
allocator.rs Don't export of __rust_* alloc symbols if not codegened 2023-03-09 19:21:44 -05:00
analyze.rs Remove a couple of duplicate layout_of and monomorphize calls 2023-02-10 09:26:01 +00:00
archive.rs Rewrite LLVM's archive writer in Rust 2022-11-26 19:35:32 +00:00
base.rs Sync from rust 7b4f48927d 2023-03-13 12:11:06 +01:00
cast.rs Fix float to int compiler builtin call abi 2023-02-17 18:40:22 +00:00
codegen_i128.rs Sync from rust 34e6673a04 2023-02-26 13:26:37 +01:00
common.rs Sync from rust c5c7d2b377 2023-02-25 18:10:33 +01:00
compiler_builtins.rs Fix abi for checked multiplication 2023-02-18 18:45:27 +01:00
concurrency_limiter.rs Fix signaling available_token_condvar when a new token is received 2023-02-10 18:08:39 +00:00
config.rs Merge commit '7d53619064' into sync_cg_clif-2023-02-09 2023-02-09 12:38:16 +01:00
constant.rs Sync from rust 7b4f48927d 2023-03-13 12:11:06 +01:00
discriminant.rs Merge commit '2bb3996244' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
global_asm.rs clippy::perf fixes 2023-02-10 20:04:32 +01:00
inline_asm.rs clippy::complexity fixes 2023-02-10 22:21:02 +01:00
lib.rs Sync from rust c5c7d2b377 2023-02-25 18:10:33 +01:00
linkage.rs Sync rustc_codegen_cranelift 'ddd4ce2553' 2021-04-30 14:49:58 +02:00
main_shim.rs Sync from rust 34e6673a04 2023-02-26 13:26:37 +01:00
num.rs Sync from rust 34e6673a04 2023-02-26 13:26:37 +01:00
pointer.rs Remove easy_call 2023-02-17 18:20:14 +00:00
pretty_clif.rs clippy::perf fixes 2023-02-10 20:04:32 +01:00
toolchain.rs Merge commit 'e9d1a0a7b0' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
trap.rs Merge commit 'e9d1a0a7b0' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
unsize.rs Allow codegen to unsize dyn* to dyn 2023-02-19 17:22:03 +00:00
value_and_place.rs Sync from rust 0416b1a6f 2023-02-17 18:06:15 +01:00
vtable.rs Handle wrappers around dyn* in receiver types 2023-02-19 17:41:08 +00:00