.. |
auxiliary
|
|
|
dllimports
|
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
|
2018-01-02 14:11:41 +01:00 |
remap_path_prefix
|
Use PathBuf instead of String where applicable
|
2017-12-14 11:22:08 +01:00 |
abi-main-signature-16bit-c-int.rs
|
|
|
abi-main-signature-32bit-c-int.rs
|
|
|
abi-sysv64.rs
|
Stabilize abi_sysv64
|
2017-12-06 01:19:35 +01:00 |
abi-x86_64_sysv.rs
|
Fix oversized loads on x86_64 SysV FFI calls
|
2018-02-08 13:50:18 +01:00 |
abi-x86-interrupt.rs
|
|
|
adjustments.rs
|
rustc: encode scalar pairs in layout ABI.
|
2017-11-19 02:43:32 +02:00 |
align-struct.rs
|
Stabilized #[repr(align(x))] attribute (RFC 1358)
|
2018-01-23 08:36:13 +11:00 |
alloc-optimisation.rs
|
|
|
coercions.rs
|
|
|
consts.rs
|
rustc: do not inject discriminant fields into Layout::General's variants.
|
2017-11-19 02:14:28 +02:00 |
dealloc-no-unwind.rs
|
|
|
drop.rs
|
|
|
enum-bounds-check.rs
|
|
|
extern-functions.rs
|
|
|
fastcall-inreg.rs
|
|
|
fatptr.rs
|
|
|
float_math.rs
|
|
|
foo.s
|
|
|
function-arguments.rs
|
rustc_trans: keep LLVM types for trait objects anonymous.
|
2018-01-31 00:23:25 +02:00 |
gdb_debug_script_load.rs
|
|
|
global_asm_include.rs
|
|
|
global_asm_x2.rs
|
|
|
global_asm.rs
|
|
|
internalize-closures.rs
|
|
|
intrinsic-no-unnamed-attr.rs
|
|
|
issue-15953.rs
|
|
|
issue-32031.rs
|
rustc: unpack scalar newtype layout ABIs.
|
2017-11-19 02:43:55 +02:00 |
issue-32364.rs
|
|
|
issue-34947-pow-i32.rs
|
|
|
issue-37945.rs
|
|
|
issue-45466.rs
|
Simplify CFG after IndVarSimplify
|
2017-12-14 22:35:37 -06:00 |
issue-47278.rs
|
Compute LLVM argument indices correctly in face of padding
|
2018-01-16 12:49:38 +01:00 |
issue-47442.rs
|
remove noop landing pads in cleanup shims
|
2018-01-16 00:07:06 +02:00 |
lifetime_start_end.rs
|
rustc_mir: always run the deaggregator.
|
2018-02-20 02:50:26 +02:00 |
likely.rs
|
|
|
link_section.rs
|
rustc_trans: use a predictable layout for constant ADTs.
|
2017-11-19 02:14:28 +02:00 |
link-dead-code.rs
|
Generate code for const- and inline-fns if -Clink-dead-code is specified.
|
2018-01-04 10:12:20 +01:00 |
loads.rs
|
|
|
lto-removes-invokes.rs
|
|
|
mainsubprogram.rs
|
|
|
mainsubprogramstart.rs
|
|
|
match-optimizes-away.rs
|
Don't glob-import overlapping variant names in test/codegen/match-optimizes-away.rs.
|
2017-11-19 09:12:10 +02:00 |
match.rs
|
rustc_mir: always run the deaggregator.
|
2018-02-20 02:50:26 +02:00 |
mir_zst_stores.rs
|
|
|
move-val-init.rs
|
|
|
naked-functions.rs
|
|
|
no-output-asm-is-volatile.rs
|
Make inline assembly volatile if it has no outputs. Fixes #46026
|
2018-02-05 15:56:44 +01:00 |
nontemporal.rs
|
rustc: Add support for some more x86 SIMD ops
|
2017-11-25 11:03:13 -08:00 |
noreturnflag.rs
|
Ensure test doesn't run with llvm 3.9
|
2018-01-21 12:36:25 -06:00 |
nounwind.rs
|
|
|
packed.rs
|
rustc: don't unpack newtypes of scalar-pairs with mismatched alignment.
|
2017-12-02 00:29:56 +02:00 |
panic-abort-windows.rs
|
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
|
2018-01-02 14:11:41 +01:00 |
personality_lifetimes.rs
|
|
|
prefetch.rs
|
Remove excessive trailing newlines.
|
2017-12-30 15:50:52 +08:00 |
refs.rs
|
rustc: unpack scalar pair newtype layout ABIs.
|
2017-11-19 02:43:55 +02:00 |
repeat-trusted-len.rs
|
TrustedLen for Repeat / RangeFrom test cases
|
2018-02-04 16:09:32 +01:00 |
repr-transparent-aggregates-1.rs
|
Implement repr(transparent)
|
2018-01-16 08:58:32 +01:00 |
repr-transparent-aggregates-2.rs
|
Implement repr(transparent)
|
2018-01-16 08:58:32 +01:00 |
repr-transparent-sysv64.rs
|
Fix oversized loads on x86_64 SysV FFI calls
|
2018-02-08 13:50:18 +01:00 |
repr-transparent.rs
|
Fix oversized loads on x86_64 SysV FFI calls
|
2018-02-08 13:50:18 +01:00 |
slice-init.rs
|
rustc_trans: use more of the trans::mir and ty::layout APIs throughout.
|
2017-11-19 02:14:28 +02:00 |
stack-probes.rs
|
Enable stack-probe tests with system LLVM >= 5.0
|
2018-01-31 11:41:26 -08:00 |
stores.rs
|
|
|
unchecked-float-casts.rs
|
Make saturating u128 -> f32 casts the default behavior
|
2017-11-10 10:12:30 +01:00 |
vec-optimizes-away.rs
|
|
|
vtabletype.rs
|
Emit debug info for trait object pointer
|
2017-11-15 01:48:14 -07:00 |
x86_mmx.rs
|
rustc: SIMD types use pointers in Rust's ABI
|
2018-01-25 12:05:24 -08:00 |
zip.rs
|
|
|