rust/src
2022-10-27 14:49:24 +00:00
..
abi Fix drop for dyn* 2022-10-23 15:09:28 +02:00
debuginfo ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
driver Fix panic in ConcurrencyLimiter when unwinding 2022-09-02 09:34:41 +00:00
intrinsics Rustup to rustc 1.65.0-nightly (59e7a308e 2022-09-11) 2022-09-12 12:28:14 +02:00
optimize Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
allocator.rs Remove all uses of Function::with_name_signature 2022-09-01 13:53:47 +02:00
analyze.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
archive.rs Fix bundled static libraries 2022-09-15 16:05:27 +00:00
base.rs Sync from rust bb93450ec4 2022-10-11 16:45:58 +02:00
cast.rs Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25 2022-07-25 16:07:57 +02:00
codegen_i128.rs Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
common.rs Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
compiler_builtins.rs Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
concurrency_limiter.rs Fix panic in ConcurrencyLimiter when unwinding 2022-09-02 09:34:41 +00:00
config.rs Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22 2022-04-22 21:11:38 +02:00
constant.rs Sync from rust bb93450ec4 2022-10-11 16:45:58 +02:00
discriminant.rs Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
global_asm.rs Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
inline_asm.rs Fix cpuid replacement shim 2022-09-25 14:58:33 +02:00
lib.rs Enable stack probing on x86_64 2022-09-26 16:20:11 +00:00
linkage.rs Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' 2021-04-30 14:49:58 +02:00
main_shim.rs Sync from rust 8521a8c92d 2022-09-04 13:24:20 +02:00
num.rs Avoid masking shift amounts 2022-09-26 16:20:11 +00:00
pointer.rs Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
pretty_clif.rs Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
toolchain.rs Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
trap.rs Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24 2022-08-24 18:40:58 +02:00
unsize.rs Allow dyn* upcasting 2022-10-23 15:09:11 +02:00
value_and_place.rs Stop using a deprecated function 2022-10-27 14:49:24 +00:00
vtable.rs Implement dyn* support 2022-09-15 14:08:30 +00:00