about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-10/+15
2021-05-09Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisabors-4/+13
2021-05-03Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkovDylan DPC-13/+19
2021-05-03Set target_family="wasm" for wasm targetsSimonas Kazlauskas-1/+1
2021-04-25Merge remote-tracking branch 'upstream/master' into impl-16351-nightlySean Cross-43/+195
2021-04-13Avoid an `Option<Option<_>>`LingMan-2/+2
2021-04-11Allow setting `target_family` to multiple valuesSimonas Kazlauskas-13/+19
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+22
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+7
2021-04-04wasm64Gus Caplan-1/+7
2021-04-03compiler: run `python3 ./x.py fmt`Sean Cross-5/+2
2021-04-03rustc: target: add sysroot to rust_target_pathSean Cross-4/+16
2021-04-03(De-)serialize the supported_sanitizersSimonas Kazlauskas-14/+59
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-1/+9
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-32/+87
2021-03-27Add support for powerpc64le-unknown-freebsd.Piotr Kubaj-0/+1
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-0/+7
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-6/+13
2021-03-10Rollup merge of #82733 - Yn0ga:master, r=estebankYuki Okushi-0/+1
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-6/+13
2021-03-04Add powerpc-unknown-openbsd targetyn0ga-0/+1
2021-03-01Change built-in kernel targets to be os = none throughoutJohn Ericson-2/+3
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-21/+2
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-1/+0
2021-02-23Rollup merge of #82166 - kaniini:s390x-musl-target, r=nagisaDylan DPC-0/+1
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-0/+1
2021-02-19add s390x-unknown-linux-musl targetAriadne Conill-0/+1
2021-02-16add specs for riscv32/riscv64 musl targetsKhem Raj-0/+2
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-11Stack probes: fix error messageMiguel Ojeda-1/+1
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-0/+4
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-0/+82
2021-01-27Add big-endian and ILP32 AArch64 targetsAmanieu d'Antras-0/+4
2021-01-16Target stack-probe support configurable finelySimonas Kazlauskas-4/+94
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-1/+5
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-1/+5
2021-01-06Prefer enum Endian in rustc_target::TargetLzu Tao-4/+7
2020-12-16Add support for target aliasesJakub Kulik-0/+18
2020-11-30Add built-in support for the armv5te-unknown-linux-uclibceabi targetOndrej Perutka-0/+1
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-0/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-6/+0
2020-11-15Rollup merge of #78993 - petrochenkov:specdash, r=oli-obkDylan DPC-8/+8
2020-11-14Auto merge of #78959 - petrochenkov:likeuefi, r=nagisabors-3/+16
2020-11-14Auto merge of #78951 - petrochenkov:unknown, r=ehussbors-3/+6
2020-11-12rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`Vadim Petrochenkov-3/+16
2020-11-12rustc_target: Fix dash vs underscore mismatches in option namesVadim Petrochenkov-8/+8
2020-11-11Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-SimulacrumJonas Schievink-6/+0
2020-11-11rustc_target: Normalize vendor from "" to "unknown" for all targetsVadim Petrochenkov-3/+3
2020-11-11rustc_target: Change os from "unknown" to "none" for bare metal targetsVadim Petrochenkov-0/+3