| Age | Commit message (Expand) | Author | Lines |
| 2021-06-06 | Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+72 |
| 2021-06-05 | Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievink | Guillaume Gomez | -0/+1 |
| 2021-06-04 | msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo... | William D. Jones | -0/+1 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -6/+0 |
| 2021-06-03 | Rollup merge of #85706 - jrmuizel:fpe, r=nagisa | Yuki Okushi | -5/+1 |
| 2021-06-02 | Turn off frame pointer elimination on all Apple platforms. | Jeff Muizelaar | -5/+1 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -0/+1 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -0/+4 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -2/+3 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+67 |
| 2021-05-20 | Remove linker_is_gnu: true cases as that is now the default. | Luqman Aden | -20/+0 |
| 2021-05-20 | Swap TargetOptions::linker_is_gnu default from false to true and update targe... | Luqman Aden | -2/+8 |
| 2021-05-15 | Windows mingw targets use gcc as the linker so the target spec should also in... | Luqman Aden | -0/+1 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -10/+15 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -4/+13 |
| 2021-05-07 | Rollup merge of #84930 - hermitcore:target, r=nagisa | Dylan DPC | -1/+1 |
| 2021-05-07 | rename LLVM target for RustyHermit | Stefan Lankes | -1/+1 |
| 2021-05-06 | illumos should put libc last in library search order | Joshua M. Clulow | -0/+11 |
| 2021-05-03 | Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov | Dylan DPC | -29/+36 |
| 2021-05-03 | Set target_family="wasm" for wasm targets | Simonas Kazlauskas | -1/+2 |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-25 | Merge remote-tracking branch 'upstream/master' into impl-16351-nightly | Sean Cross | -356/+478 |
| 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-11 | Allow setting `target_family` to multiple values | Simonas Kazlauskas | -29/+35 |
| 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 | compiler: run `python3 ./x.py fmt` | Sean Cross | -5/+2 |
| 2021-04-03 | rustc: target: add sysroot to rust_target_path | Sean Cross | -4/+16 |
| 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 |