about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2019-02-20Search for target_triple.json only if builtin target not foundgnzlbg-6/+16
2019-02-15Auto merge of #58406 - Disasm:rv64-support, r=nagisabors-0/+64
2019-02-13target/uefi: clarify documentationDavid Rheinsberg-12/+17
2019-02-12Add riscv64gc-unknown-none-elf targetVadim Kaushan-0/+32
2019-02-12Add riscv64imac-unknown-none-elf targetVadim Kaushan-0/+32
2019-02-10rustc: doc commentsAlexander Regueiro-23/+23
2019-02-09Rollup merge of #58257 - taiki-e:librustc_target-2018, r=CentrilMazdak Farrokhzad-220/+221
2019-02-08librustc_target => 2018Taiki Endo-220/+221
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-02Auto merge of #58060 - andre-richter:master, r=nagisabors-0/+1
2019-02-01targets: aarch64-unknown-none: Add +strict-alignAndre Richter-0/+1
2019-01-28NVPTX: by-default use target cpu "sm_30"Denys Zariaiev-3/+3
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+77
2019-01-27Auto merge of #57925 - fintelia:riscv-cas, r=nagisabors-1/+1
2019-01-26Enable RISC-V atomic compare and swapJonathan Behrens-1/+1
2019-01-25distinguish "no data" from "heterogeneous" for ABI purposesNiko Matsakis-19/+72
2019-01-21Add powerpc64-unknown-freebsdYour Name-0/+23
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-1/+65
2018-12-25Remove licensesMark Rousskov-1580/+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-11/+11
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-26rustc-guide has movedMark Mansi-1/+1
2018-11-24Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichtonkennytm-4/+15
2018-11-23Auto merge of #54071 - eddyb:alignsssss, r=oli-obkbors-138/+134
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-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-39/+36
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-92/+94
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-59/+56
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-15Use the ELFv2 ABI on powerpc64 muslSamuel Holland-5/+10
2018-11-15Fix powerpc64 ELFv2 big-endian struct-passing ABISamuel Holland-18/+13