| .. |
|
back
|
LTO implementation
|
2023-08-30 20:29:24 -04:00 |
|
intrinsic
|
Merge branch 'master' into sync_from_rust_2023_10_08
|
2023-10-08 11:31:53 -04:00 |
|
abi.rs
|
Merge branch 'master' into sync_from_rust_2023_10_08
|
2023-10-08 11:31:53 -04:00 |
|
allocator.rs
|
Merge branch 'master' into sync_from_rust_2023_08_12
|
2023-08-13 09:59:34 -04:00 |
|
archive.rs
|
Rewrite LLVM's archive writer in Rust
|
2023-02-28 19:24:11 -05:00 |
|
asm.rs
|
Merge branch 'master' into sync_from_rust_2023_10_08
|
2023-10-08 11:31:53 -04:00 |
|
attributes.rs
|
Only add feature flags on functions
|
2023-09-14 20:35:11 -04:00 |
|
base.rs
|
Send -march to gcc
|
2023-09-14 20:42:14 -04:00 |
|
builder.rs
|
Merge branch 'master' into sync_from_rust_2023_10_08
|
2023-10-08 11:31:53 -04:00 |
|
callee.rs
|
treat host effect params as erased generics in codegen
|
2023-09-14 07:34:35 +00:00 |
|
common.rs
|
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
|
2023-07-29 13:18:20 -04:00 |
|
consts.rs
|
Merge commit '1bbee3e217' into sync-cg_gcc-2023-06-19
|
2023-06-19 18:51:02 -04:00 |
|
context.rs
|
Don't ICE on layout computation failure
|
2023-08-28 12:40:39 -07:00 |
|
coverageinfo.rs
|
Remove trait CoverageInfoMethods, since non-LLVM backends don't need it
|
2023-07-05 20:40:40 +10:00 |
|
debuginfo.rs
|
Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding
|
2023-09-01 14:27:21 -07:00 |
|
declare.rs
|
LTO implementation
|
2023-08-30 20:29:24 -04:00 |
|
errors.rs
|
Correctly handle target features
|
2023-09-14 19:55:19 -04:00 |
|
gcc_util.rs
|
Fix gep on pointers to non-number
|
2023-09-20 09:10:24 -04:00 |
|
int.rs
|
Fix 128-bit non-native integers negation
|
2023-10-08 08:49:20 -04:00 |
|
lib.rs
|
Merge branch 'master' into sync_from_rust_2023_10_08
|
2023-10-08 11:31:53 -04:00 |
|
mono_item.rs
|
refactor(rustc_middle): Substs -> GenericArg
|
2023-07-14 13:27:35 +01:00 |
|
type_.rs
|
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
|
2023-07-29 13:18:20 -04:00 |
|
type_of.rs
|
Fix bitcast with different sizes
|
2023-10-09 10:38:37 -04:00 |