| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | On stable, probe-stack=call everywhere again, for now. | Felix S. Klock II | -31/+64 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+2 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -0/+62 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+2 |
| 2021-01-31 | Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichton | Jonas Schievink | -15/+24 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -2/+92 |
| 2021-01-27 | Add big-endian and ILP32 AArch64 targets | Amanieu d'Antras | -0/+62 |
| 2021-01-21 | Don't link with --export-dynamic on wasm32-wasi | Dan Gohman | -15/+24 |
| 2021-01-20 | Use a call probe on the x86_64-uefi target | Simonas Kazlauskas | -1/+3 |
| 2021-01-16 | Target stack-probe support configurable finely | Simonas Kazlauskas | -68/+176 |
| 2021-01-13 | Rollup merge of #80662 - rxrbln:master, r=estebank | Dylan DPC | -0/+16 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -10/+16 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -10/+16 |
| 2021-01-06 | Change related spec files to use the new enum | Lzu Tao | -37/+50 |
| 2021-01-06 | Prefer enum Endian in rustc_target::Target | Lzu Tao | -4/+7 |
| 2021-01-05 | Added support for i386-unknown-linux-gnu and i486-unknown-linux-gnu | René Rebe | -0/+16 |
| 2020-12-16 | Add support for target aliases | Jakub Kulik | -0/+18 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -4/+1 |
| 2020-11-30 | Add built-in support for the armv5te-unknown-linux-uclibceabi target | Ondrej Perutka | -0/+21 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -1/+35 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -115/+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 | -12/+18 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -20/+19 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -12/+18 |
| 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 | -7/+0 |
| 2020-11-11 | rustc_target: Make sure that in-tree targets follow conventions for os and ve... | Vadim Petrochenkov | -0/+13 |
| 2020-11-11 | rustc_target: Normalize vendor from "" to "unknown" for all targets | Vadim Petrochenkov | -19/+3 |
| 2020-11-11 | rustc_target: Change os from "unknown" to "none" for bare metal targets | Vadim Petrochenkov | -1/+3 |
| 2020-11-11 | rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base` | Vadim Petrochenkov | -30/+35 |
| 2020-11-10 | rustc_taret: Remove `TargetOptions::is_like_android` | Vadim Petrochenkov | -7/+0 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -270/+251 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+8 |
| 2020-11-08 | Address review comments | Vadim Petrochenkov | -1/+1 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -215/+191 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -54/+59 |
| 2020-11-07 | Update recently added targets | Vadim Petrochenkov | -6/+2 |
| 2020-11-07 | rustc_target: Move `linker_flavor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -244/+120 |
| 2020-11-07 | rustc_target: Move `target_vendor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -163/+28 |
| 2020-11-07 | rustc_target: Move `target_env` from `Target` to `TargetOptions` | Vadim Petrochenkov | -158/+27 |
| 2020-11-07 | rustc_target: Move `target_os` from `Target` to `TargetOptions` | Vadim Petrochenkov | -169/+52 |
| 2020-11-07 | rustc_target: Move `target_endian` from `Target` to `TargetOptions` | Vadim Petrochenkov | -168/+75 |
| 2020-11-07 | rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions` | Vadim Petrochenkov | -155/+20 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -4/+4 |
| 2020-11-02 | indicate calling convention | Stephan | -1/+1 |
| 2020-11-02 | improve comments | Stephan | -2/+3 |
| 2020-11-02 | add blacklist for unsupported calling conventions | Stephan | -0/+9 |
| 2020-11-02 | add mipsel_unknown_none target | Stephan | -0/+33 |
| 2020-10-24 | Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi... | Jonas Schievink | -0/+1 |