rust/src
2024-12-14 16:45:11 -05:00
..
back Clean fix for undefined symbol for allocator functions 2024-12-14 16:23:37 -05:00
intrinsic Fix formatting 2024-12-11 14:15:32 -05:00
abi.rs Fix formatting 2024-12-11 13:43:53 -05:00
allocator.rs Clean fix for undefined symbol for allocator functions 2024-12-14 16:23:37 -05:00
archive.rs Add a default implementation for CodegenBackend::link 2024-11-09 20:42:56 +00:00
asm.rs Support #[repr(simd)] types in input/output of PowerPC inline assembly 2024-11-29 00:24:36 +09:00
attributes.rs codegen_ssa: consolidate tied feature checking 2024-09-24 15:48:49 +01:00
base.rs Clean fix for undefined symbol for allocator functions 2024-12-14 16:23:37 -05:00
builder.rs Fix simd_gather 2024-12-14 16:45:11 -05:00
callee.rs Fix undefined function error 2024-12-13 10:46:31 -05:00
common.rs Merge branch 'master' into sync_from_rust_2024_12_11 2024-12-11 13:40:46 -05:00
consts.rs Merge branch 'master' into sync_from_rust_2024_12_11 2024-12-11 13:40:46 -05:00
context.rs rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) 2024-12-02 01:14:40 +07:00
coverageinfo.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00
debuginfo.rs When the required discriminator value exceeds LLVM's limits, drop the debug info for the function instead of panicking. 2024-11-19 05:19:09 -08:00
declare.rs Merge commit '3187d32079' into subtree-update 2024-09-27 22:00:17 +02:00
errors.rs mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01:00
gcc_util.rs Fix clippy warnings 2024-12-11 13:49:37 -05:00
int.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
lib.rs Fix compilation for libgccjit12 2024-12-11 13:53:23 -05:00
mono_item.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
type_.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_of.rs cg_gcc: rustc_abi::Abi => BackendRepr 2024-10-29 15:01:01 -07:00