| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -0/+7 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -6/+13 |
| 2021-03-10 | Rollup merge of #82733 - Yn0ga:master, r=estebank | Yuki Okushi | -0/+1 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -6/+13 |
| 2021-03-04 | Add powerpc-unknown-openbsd target | yn0ga | -0/+1 |
| 2021-03-01 | Change built-in kernel targets to be os = none throughout | John Ericson | -2/+3 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -21/+2 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -1/+0 |
| 2021-02-23 | Rollup merge of #82166 - kaniini:s390x-musl-target, r=nagisa | Dylan DPC | -0/+1 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -0/+1 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -0/+1 |
| 2021-02-19 | add s390x-unknown-linux-musl target | Ariadne Conill | -0/+1 |
| 2021-02-16 | add specs for riscv32/riscv64 musl targets | Khem Raj | -0/+2 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-11 | Stack probes: fix error message | Miguel Ojeda | -1/+1 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -0/+4 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -0/+82 |
| 2021-01-27 | Add big-endian and ILP32 AArch64 targets | Amanieu d'Antras | -0/+4 |
| 2021-01-16 | Target stack-probe support configurable finely | Simonas Kazlauskas | -4/+94 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -1/+5 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -1/+5 |
| 2021-01-06 | Prefer enum Endian in rustc_target::Target | Lzu Tao | -4/+7 |
| 2020-12-16 | Add support for target aliases | Jakub Kulik | -0/+18 |
| 2020-11-30 | Add built-in support for the armv5te-unknown-linux-uclibceabi target | Ondrej Perutka | -0/+1 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -0/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -6/+0 |
| 2020-11-15 | Rollup merge of #78993 - petrochenkov:specdash, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -3/+16 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -3/+6 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -3/+16 |
| 2020-11-12 | rustc_target: Fix dash vs underscore mismatches in option names | Vadim Petrochenkov | -8/+8 |
| 2020-11-11 | Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-Simulacrum | Jonas Schievink | -6/+0 |
| 2020-11-11 | rustc_target: Normalize vendor from "" to "unknown" for all targets | Vadim Petrochenkov | -3/+3 |
| 2020-11-11 | rustc_target: Change os from "unknown" to "none" for bare metal targets | Vadim Petrochenkov | -0/+3 |
| 2020-11-11 | rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base` | Vadim Petrochenkov | -0/+1 |
| 2020-11-10 | rustc_taret: Remove `TargetOptions::is_like_android` | Vadim Petrochenkov | -6/+0 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -68/+82 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+8 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -28/+36 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -40/+46 |
| 2020-11-07 | rustc_target: Move `linker_flavor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -11/+13 |
| 2020-11-07 | rustc_target: Move `target_vendor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -11/+5 |
| 2020-11-07 | rustc_target: Move `target_env` from `Target` to `TargetOptions` | Vadim Petrochenkov | -5/+7 |
| 2020-11-07 | rustc_target: Move `target_os` from `Target` to `TargetOptions` | Vadim Petrochenkov | -4/+11 |
| 2020-11-07 | rustc_target: Move `target_endian` from `Target` to `TargetOptions` | Vadim Petrochenkov | -5/+6 |
| 2020-11-07 | rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions` | Vadim Petrochenkov | -4/+18 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -1/+1 |
| 2020-11-02 | add mipsel_unknown_none target | Stephan | -0/+1 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -4/+1 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -5/+10 |