| Age | Commit message (Expand) | Author | Lines |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+64 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -9/+29 |
| 2021-11-16 | Add emscripten to the "wasm" family of targets | Alex Crichton | -1/+1 |
| 2021-11-12 | Android is not GNU | Josh Stone | -1/+1 |
| 2021-11-10 | Disable `.debug_aranges` for all wasm targets | Alex Crichton | -0/+12 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -3/+7 |
| 2021-11-10 | Enable WebAssembly features by default on wasm64 | Alex Crichton | -0/+5 |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -5/+4 |
| 2021-11-08 | Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiyn | Guillaume Gomez | -2/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-05 | Update LLVM comments around NoAliasMutRef | Josh Stone | -2/+4 |
| 2021-11-05 | Move outline-atomics to aarch64-linux target definitions | Josh Stone | -1/+9 |
| 2021-11-02 | ARMv6K Horizon OS panic change | Meziu | -2/+1 |
| 2021-11-01 | Use apple-a14 as target CPU for aarch64-apple-darwin. | Hans Kratz | -1/+1 |
| 2021-10-31 | Auto merge of #89062 - mikeleany:new-target, r=cjgillot | bors | -0/+43 |
| 2021-10-29 | hermitkernel-target: Set OS to "none" | Martin Kröning | -1/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -14/+31 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -14/+31 |
| 2021-10-25 | make thiscall on unsupported platforms an error | DrMeepster | -5/+4 |
| 2021-10-19 | Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obk | bors | -1/+1 |
| 2021-10-19 | Fix issue 90038 | Gary Guo | -1/+1 |
| 2021-10-16 | HermitCore's kernel itself doesn't support TLS | Stefan Lankes | -3/+1 |
| 2021-10-14 | Fix issue where PIC was added to the wrong target. | Mike Leany | -2/+2 |
| 2021-10-13 | x86_64-unknown-none: Use position-independent code by default | Josh Triplett | -1/+1 |
| 2021-10-13 | Fix build errors. | Mike Leany | -1/+4 |
| 2021-10-13 | x86_64-unknown-none: Expand TargetOptions to specify more details | Josh Triplett | -0/+8 |
| 2021-10-13 | x86_64-unknown-none: Disable more target features | Josh Triplett | -1/+3 |
| 2021-10-13 | x86_64-unknown-none: Drop the `abi` field | Josh Triplett | -1/+0 |
| 2021-10-13 | x86_64-unknown-none: Fix module comment | Josh Triplett | -3/+1 |
| 2021-10-13 | Rename x86_64-unknown-none-elf to x86_64-unknown-none | Josh Triplett | -1/+1 |
| 2021-10-13 | Use `CodeModel::Kernel` for `x86_64-unknown-none-elf`. | Mike Leany | -1/+2 |
| 2021-10-13 | Fix code formatting. | Mike Leany | -1/+2 |
| 2021-10-13 | Add new target: `x86_64-unknown-none-elf` | Mike Leany | -0/+31 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -0/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -0/+25 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -1/+0 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -0/+3 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -0/+3 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+74 |
| 2021-09-22 | Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=... | the8472 | -1/+3 |
| 2021-09-22 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -1/+3 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -0/+48 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -0/+1 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -11/+11 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -2/+25 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-09-17 | compiler/rustc_target: Add support for m68k-linux-gnu | John Paul Adrian Glaubitz | -0/+48 |
| 2021-09-13 | Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisa | bors | -9/+43 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -9/+43 |