rust/src/test/codegen
2017-12-14 11:22:08 +01:00
..
auxiliary
dllimports
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-interrupt.rs
adjustments.rs rustc: encode scalar pairs in layout ABI. 2017-11-19 02:43:32 +02:00
align-struct.rs
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: work around i686-pc-windows-msvc byval align LLVM bug. 2017-11-19 17:58:38 +02:00
gdb_debug_script_load.rs
global_asm.rs
global_asm_include.rs
global_asm_x2.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
lifetime_start_end.rs
likely.rs
link_section.rs rustc_trans: use a predictable layout for constant ADTs. 2017-11-19 02:14:28 +02: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
mir_zst_stores.rs
move-val-init.rs
naked-functions.rs
nontemporal.rs rustc: Add support for some more x86 SIMD ops 2017-11-25 11:03:13 -08: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
personality_lifetimes.rs
prefetch.rs
refs.rs rustc: unpack scalar pair newtype layout ABIs. 2017-11-19 02:43:55 +02: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
stores.rs
unchecked-float-casts.rs
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: Add support for some more x86 SIMD ops 2017-11-25 11:03:13 -08:00
zip.rs