| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -2/+2 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -2/+2 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -103/+78 |
| 2021-04-05 | rustc_target: Rely on defaults more in target specs | Vadim Petrochenkov | -52/+6 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -11/+3 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -11/+3 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -7/+115 |
| 2021-04-04 | wasm64 | Gus Caplan | -7/+115 |
| 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-21 | Move decision aboute noalias into codegen_llvm | Nikita Popov | -2/+5 |
| 2021-03-17 | riscvgc-unknown-none-elf use lp64d ABI | Justin Restivo | -0/+1 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -7/+7 |
| 2021-03-13 | Always lower asm! to valid HIR | Amanieu d'Antras | -0/+14 |
| 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/+12 |
| 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 | Explicitly mark x86-interrupt ABI argument as byval | Nikita Popov | -0/+7 |
| 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 | Rollup merge of #82534 - nikic:musl-crtend, r=nagisa | Dylan DPC | -7/+14 |
| 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 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+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 | New pass to deduplicate blocks | Simon Vandel Sillesen | -5/+38 |
| 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 |