summary refs log tree commit diff
path: root/src/librustc_target/spec
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-1340/+0
2018-12-23Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale...kennytm-19/+27
2018-12-19Adding unwinding support for x86_64_fortanix_unknown_sgx target.Vardhan Thigle-19/+27
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-0/+98
2018-12-17Enable stack probes for UEFI imagesWonwoo Choi-0/+1
2018-12-17Auto merge of #56833 - nagisa:ios-fix, r=alexcrichtonbors-0/+2
2018-12-15Rollup merge of #56710 - jethrogb:jb/sgx-target-features, r=alexcrichtonPietro Albini-0/+1
2018-12-15Rollup merge of #56769 - dvdhrm:uefi-target, r=alexcrichtonPietro Albini-0/+135
2018-12-15Provide -isysroot with sdkroot for ios buildsSimonas Kazlauskas-0/+2
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-0/+98
2018-12-13Add x86_64-unknown-uefi targetDavid Herrmann-0/+135
2018-12-12target: remove Box returned from get_targetsljedrz-3/+3
2018-12-11Always set the RDRAND and RDSEED features on SGXJethro Beekman-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-12-07Rollup merge of #56000 - hug-dev:armv8m.main, r=alexcrichtonkennytm-0/+77
2018-12-04Add Armv8-M Mainline targetsHugues de Valon-0/+77
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-12-03Auto merge of #55041 - evq:thumbv8m, r=alexcrichtonbors-2/+40
2018-12-01remove some uses of try!Mark Mansi-3/+3
2018-11-24Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichtonkennytm-4/+15
2018-11-22Rollup merge of #56067 - jethrogb:jb/sgx-target-spec, r=alexcrichtonGuillaume Gomez-0/+89
2018-11-22Pass additional linker flags when targeting FuchsiaPetr Hosek-4/+15
2018-11-21Add x86_64-fortanix-unknown-sgx target to the compilerJethro Beekman-0/+74
2018-11-19Add `override_export_symbols` option to Rust target specificationJethro Beekman-0/+15
2018-11-15Add powerpc64-unknown-linux-musl targetSamuel Holland-0/+33
2018-11-15Add powerpc-unknown-linux-musl targetSamuel Holland-0/+32
2018-11-11rustc: Clean up allocator injection logicAlex Crichton-63/+0
2018-11-10Set BINARYEN_TRAP_MODE=clampNikita Popov-1/+7
2018-11-08Rollup merge of #55659 - alexcrichton:musl-no-group, r=michaelwoeristerMark Rousskov-25/+0
2018-11-06Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichtonbors-19/+10
2018-11-05Use lld directly for Fuchsia targetPetr Hosek-19/+10
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-2/+2
2018-11-03rustc: Delete grouping logic from the musl targetAlex Crichton-25/+0
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-1/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-18/+0
2018-10-28msp430: remove the whole Atomic* APIJorge Aparicio-2/+7
2018-10-26Remove redundant cloneShotaro Yamada-4/+4
2018-10-19rename to thumbv8m.base-none-eabi, fix strict alignmenteV-1/+4
2018-10-13fix tidyeV-1/+1
2018-10-13targets: thumbv8m: Add target for baseline ARMv8-MeV-2/+37
2018-10-12rustc: Allow targets to specify SIMD args are by-valAlex Crichton-0/+15
2018-10-11Support for disabling the PLT on ELF targetsGabriel Majeri-0/+9
2018-09-27ignore {std,fast,vector,this}call on non-x86 windowsNathan Froyd-1/+11
2018-09-22Rollup merge of #54402 - bgermann:master, r=alexcrichtonPietro Albini-1/+1
2018-09-20Use no_default_libraries for all NetBSD flavorsbgermann-1/+1
2018-09-17Switch linker for aarch64-pc-windows-msvc from LLD to MSVC, since that seems ...Michael Woerister-3/+2
2018-09-13Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichtonbors-0/+51
2018-09-12Expand comments in thumbv7a-pc-windows-msvc target specJordan Rhee-0/+8
2018-09-07Removed hardcoded paths and unnecessary LLVM featuresJordan Rhee-17/+2
2018-09-05Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddybbors-2/+1