| Age | Commit message (Expand) | Author | Lines |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -1/+3 |
| 2021-04-13 | Avoid an `Option<Option<_>>` | LingMan | -2/+2 |
| 2021-04-09 | Enable sanitizers for x86_64-unknown-linux-musl | 12101111 | -1/+3 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -6/+43 |
| 2021-04-05 | rustc_target: Rely on defaults more in target specs | Vadim Petrochenkov | -52/+6 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -7/+55 |
| 2021-04-04 | wasm64 | Gus Caplan | -7/+55 |
| 2021-04-03 | (De-)serialize the supported_sanitizers | Simonas Kazlauskas | -14/+59 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -10/+31 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -32/+87 |
| 2021-03-28 | linker: Use data execution prevention options by default when linker supports... | Vadim Petrochenkov | -73/+6 |
| 2021-03-28 | Auto merge of #83593 - petrochenkov:nounwrap, r=nagisa | bors | -50/+50 |
| 2021-03-28 | rustc_target: Avoid unwraps when adding linker flags | Vadim Petrochenkov | -61/+61 |
| 2021-03-28 | linker: Use `--as-needed` by default when linker supports it | Vadim Petrochenkov | -94/+17 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -1/+11 |
| 2021-03-17 | riscvgc-unknown-none-elf use lp64d ABI | Justin Restivo | -0/+1 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -4/+6 |
| 2021-03-10 | Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichton | Dylan DPC | -4/+6 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -27/+97 |
| 2021-03-10 | Rollup merge of #82733 - Yn0ga:master, r=estebank | Yuki Okushi | -0/+17 |
| 2021-03-09 | address pr review comments | katelyn a. martin | -2/+13 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -27/+86 |
| 2021-03-08 | WASI: Switch to crt1-command.o to enable support for new-style commands | Dan Gohman | -4/+6 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -5/+9 |
| 2021-03-04 | Add powerpc-unknown-openbsd target | yn0ga | -0/+17 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -5/+5 |
| 2021-03-01 | Change built-in kernel targets to be os = none throughout | John Ericson | -5/+9 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -22/+23 |
| 2021-03-01 | Auto merge of #82601 - terhechte:catalyst-support-m1-fix, r=petrochenkov | bors | -5/+3 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -5/+5 |
| 2021-02-28 | Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkov | bors | -26/+0 |
| 2021-02-27 | Fixed support for macOS Catalyst for Apple Silicon | Benedikt Terhechte | -5/+3 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -26/+0 |
| 2021-02-26 | Link crtbegin/crtend on musl to terminate .eh_frame | Nikita Popov | -7/+14 |
| 2021-02-23 | Rollup merge of #82166 - kaniini:s390x-musl-target, r=nagisa | Dylan DPC | -0/+25 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -6/+61 |
| 2021-02-20 | iOS simulator: pick the target based on the environment variable | Jan-Erik Rediger | -6/+25 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -1/+37 |
| 2021-02-19 | add s390x-unknown-linux-musl target | Ariadne Conill | -0/+25 |
| 2021-02-16 | add specs for riscv32/riscv64 musl targets | Khem Raj | -0/+40 |
| 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-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 |