about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
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
2020-11-11rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov-0/+1
2020-11-10rustc_taret: Remove `TargetOptions::is_like_android`Vadim Petrochenkov-6/+0
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-68/+82
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+8
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-28/+36
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-40/+46
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-11/+13
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-11/+5
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-5/+7
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-4/+11
2020-11-07rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov-5/+6
2020-11-07rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov-4/+18
2020-11-05Fix automatic_links warningsGuillaume Gomez-1/+1
2020-11-02add mipsel_unknown_none targetStephan-0/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-4/+1
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-5/+10