rust/src/librustc_target/spec
2018-10-26 12:07:39 +09:00
..
aarch64_apple_ios.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_fuchsia.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_linux_android.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_pc_windows_msvc.rs Switch linker for aarch64-pc-windows-msvc from LLD to MSVC, since that seems to work better. 2018-09-17 14:41:09 +02:00
aarch64_unknown_cloudabi.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_unknown_freebsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_unknown_hermit.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_unknown_linux_gnu.rs
aarch64_unknown_linux_musl.rs
aarch64_unknown_netbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_unknown_none.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
aarch64_unknown_openbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
abi.rs A few cleanups for rustc_target 2018-08-09 15:42:43 +02:00
android_base.rs
apple_base.rs A few cleanups for rustc_target 2018-08-09 15:42:43 +02:00
apple_ios_base.rs A few cleanups for rustc_target 2018-08-09 15:42:43 +02:00
arm_base.rs
arm_linux_androideabi.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
arm_unknown_linux_gnueabi.rs
arm_unknown_linux_gnueabihf.rs
arm_unknown_linux_musleabi.rs
arm_unknown_linux_musleabihf.rs
armebv7r_none_eabi.rs add armebv7r-none-eabi target 2018-08-26 11:27:05 +02:00
armebv7r_none_eabihf.rs more consistent llvm triples 2018-08-26 11:27:05 +02:00
armv4t_unknown_linux_gnueabi.rs
armv5te_unknown_linux_gnueabi.rs
armv5te_unknown_linux_musleabi.rs
armv6_unknown_netbsd_eabihf.rs
armv7_apple_ios.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
armv7_linux_androideabi.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
armv7_unknown_cloudabi_eabihf.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
armv7_unknown_linux_gnueabihf.rs
armv7_unknown_linux_musleabihf.rs
armv7_unknown_netbsd_eabihf.rs
armv7r_none_eabi.rs add armv7r-none-eabi target 2018-08-26 11:27:05 +02:00
armv7r_none_eabihf.rs more consistent llvm triples 2018-08-26 11:27:05 +02:00
armv7s_apple_ios.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
asmjs_unknown_emscripten.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
bitrig_base.rs
cloudabi_base.rs
dragonfly_base.rs
freebsd_base.rs
fuchsia_base.rs
haiku_base.rs
hermit_base.rs
i386_apple_ios.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i586_pc_windows_msvc.rs
i586_unknown_linux_gnu.rs
i586_unknown_linux_musl.rs
i686_apple_darwin.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_linux_android.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_pc_windows_gnu.rs
i686_pc_windows_msvc.rs
i686_unknown_cloudabi.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_unknown_dragonfly.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_unknown_freebsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_unknown_haiku.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_unknown_linux_gnu.rs
i686_unknown_linux_musl.rs
i686_unknown_netbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
i686_unknown_openbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
l4re_base.rs
linux_base.rs
linux_musl_base.rs
mips64_unknown_linux_gnuabi64.rs
mips64el_unknown_linux_gnuabi64.rs
mips_unknown_linux_gnu.rs
mips_unknown_linux_musl.rs
mips_unknown_linux_uclibc.rs
mipsel_unknown_linux_gnu.rs
mipsel_unknown_linux_musl.rs
mipsel_unknown_linux_uclibc.rs
mod.rs Remove redundant clone 2018-10-26 12:07:39 +09:00
msp430_none_elf.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
netbsd_base.rs Use no_default_libraries for all NetBSD flavors 2018-09-20 20:00:02 +02:00
openbsd_base.rs
powerpc64_unknown_linux_gnu.rs
powerpc64le_unknown_linux_gnu.rs
powerpc64le_unknown_linux_musl.rs
powerpc_unknown_linux_gnu.rs
powerpc_unknown_linux_gnuspe.rs
powerpc_unknown_netbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
redox_base.rs
riscv32imac_unknown_none_elf.rs [RISCV] Add riscv32imc-unknown-none-elf target. 2018-08-30 16:03:37 +02:00
riscv32imc_unknown_none_elf.rs [RISCV] Disable atomics for riscv32imc-unknown-none-elf. 2018-08-30 20:35:36 +02:00
riscv_base.rs [RISCV] Add riscv32imc-unknown-none-elf target. 2018-08-30 16:03:37 +02:00
s390x_unknown_linux_gnu.rs
solaris_base.rs
sparc64_unknown_linux_gnu.rs
sparc64_unknown_netbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
sparc_unknown_linux_gnu.rs
sparcv9_sun_solaris.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
thumb_base.rs change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
thumbv6m_none_eabi.rs change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
thumbv7a_pc_windows_msvc.rs Expand comments in thumbv7a-pc-windows-msvc target spec 2018-09-12 11:28:02 -07:00
thumbv7em_none_eabi.rs change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
thumbv7em_none_eabihf.rs change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
thumbv7m_none_eabi.rs change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
wasm32_experimental_emscripten.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
wasm32_unknown_emscripten.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
wasm32_unknown_unknown.rs rustc: Allow targets to specify SIMD args are by-val 2018-10-12 17:04:31 -07:00
windows_base.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
windows_msvc_base.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_apple_darwin.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_apple_ios.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_fuchsia.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_linux_android.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_pc_windows_gnu.rs
x86_64_pc_windows_msvc.rs
x86_64_rumprun_netbsd.rs Use no_default_libraries for all NetBSD flavors 2018-09-20 20:00:02 +02:00
x86_64_sun_solaris.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_bitrig.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_cloudabi.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_dragonfly.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_freebsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_haiku.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_hermit.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_l4re_uclibc.rs
x86_64_unknown_linux_gnu.rs
x86_64_unknown_linux_gnux32.rs Support for disabling the PLT on ELF targets 2018-10-11 21:11:00 +03:00
x86_64_unknown_linux_musl.rs
x86_64_unknown_netbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_openbsd.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
x86_64_unknown_redox.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00