| .. |
|
aarch64_apple_ios.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
aarch64_linux_android.rs
|
Fix target_vendor for Android
|
2015-09-24 19:44:53 +02:00 |
|
aarch64_unknown_linux_gnu.rs
|
Replace no_elf_tls with target_thread_local
|
2016-01-11 10:38:36 +00:00 |
|
android_base.rs
|
Replace no_elf_tls with target_thread_local
|
2016-01-11 10:38:36 +00:00 |
|
apple_base.rs
|
rustc: Add feature-gated cfg(target_thread_local)
|
2015-12-21 22:05:37 -08:00 |
|
apple_ios_base.rs
|
rustc: Add feature-gated cfg(target_thread_local)
|
2015-12-21 22:05:37 -08:00 |
|
arm_linux_androideabi.rs
|
Replace no_elf_tls with target_thread_local
|
2016-01-11 10:38:36 +00:00 |
|
arm_unknown_linux_gnueabi.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
arm_unknown_linux_gnueabihf.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
armv7_apple_ios.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
armv7_unknown_linux_gnueabihf.rs
|
Eradicate last vestiges of armv6
|
2016-02-22 08:25:29 +01:00 |
|
armv7s_apple_ios.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
asmjs_unknown_emscripten.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
bitrig_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
dragonfly_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
freebsd_base.rs
|
bring freebsd linker config up-to-date (same as dragonfly)
|
2016-02-17 18:46:16 +00:00 |
|
i386_apple_ios.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
i586_pc_windows_msvc.rs
|
rustc: Add an i586-pc-windows-msvc target
|
2016-03-04 09:21:28 -08:00 |
|
i586_unknown_linux_gnu.rs
|
rustc: Add an i586-pc-windows-msvc target
|
2016-03-04 09:21:28 -08:00 |
|
i686_apple_darwin.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
i686_linux_android.rs
|
Fix target_vendor for Android
|
2015-09-24 19:44:53 +02:00 |
|
i686_pc_windows_gnu.rs
|
Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own (for now on for -windows-gnu target only).
|
2015-10-19 00:42:04 -07:00 |
|
i686_pc_windows_msvc.rs
|
Enable /SAFESEH for i686-pc-windows-msvc
|
2016-02-11 12:07:57 +00:00 |
|
i686_unknown_dragonfly.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
i686_unknown_freebsd.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
i686_unknown_linux_gnu.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
i686_unknown_linux_musl.rs
|
Add support for i686-unknown-linux-musl
|
2016-02-06 20:56:31 +00:00 |
|
le32_unknown_nacl.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
linux_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
mips_unknown_linux_gnu.rs
|
rustc: Set MIPS cpu/features in the compiler
|
2016-01-29 23:44:46 -08:00 |
|
mips_unknown_linux_musl.rs
|
rustc: set MIPS cpu/features in the compiler
|
2016-01-30 14:44:40 -05:00 |
|
mipsel_unknown_linux_gnu.rs
|
rustc: Set MIPS cpu/features in the compiler
|
2016-01-29 23:44:46 -08:00 |
|
mipsel_unknown_linux_musl.rs
|
rustc: set MIPS cpu/features in the compiler
|
2016-01-30 14:44:40 -05:00 |
|
mod.rs
|
fix alignment
|
2016-03-22 22:03:54 -05:00 |
|
netbsd_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
openbsd_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
powerpc64_unknown_linux_gnu.rs
|
Fix LLVM default CPU on powerpc64 and powerpc64le
|
2016-01-17 19:45:10 +00:00 |
|
powerpc64le_unknown_linux_gnu.rs
|
Remove "powerpc64le" and "mipsel" target_arch
|
2016-02-01 20:39:07 -08:00 |
|
powerpc_unknown_linux_gnu.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
solaris_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
windows_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
windows_msvc_base.rs
|
rustc: Use llvm-ar for custom targets by default
|
2016-02-08 10:27:03 -08:00 |
|
x86_64_apple_darwin.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_apple_ios.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_pc_windows_gnu.rs
|
Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own (for now on for -windows-gnu target only).
|
2015-10-19 00:42:04 -07:00 |
|
x86_64_pc_windows_msvc.rs
|
trans: Reimplement unwinding on MSVC
|
2016-01-29 16:25:20 -08:00 |
|
x86_64_rumprun_netbsd.rs
|
rustc: Tweak exe allocator for MinGW/rumprun
|
2016-02-07 12:05:03 -08:00 |
|
x86_64_sun_solaris.rs
|
Fix broken Solaris build
|
2016-02-22 01:58:49 +03:00 |
|
x86_64_unknown_bitrig.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_unknown_dragonfly.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_unknown_freebsd.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_unknown_linux_gnu.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_unknown_linux_musl.rs
|
Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own (for now on for -windows-gnu target only).
|
2015-10-19 00:42:04 -07:00 |
|
x86_64_unknown_netbsd.rs
|
rustc: Add target_vendor for target triples
|
2015-09-24 01:44:55 +02:00 |
|
x86_64_unknown_openbsd.rs
|
specify the cpu type for LLVM for OpenBSD target
|
2016-02-17 11:30:42 +01:00 |