| Age | Commit message (Expand) | Author | Lines |
| 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-28 | Enable combining +crt-static and relocation-model=pic on x86_64-unknown-linux... | Andy Caldwell | -0/+1 |
| 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-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-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 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -1/+3 |
| 2021-09-17 | compiler/rustc_target: Add support for m68k-linux-gnu | John Paul Adrian Glaubitz | -0/+16 |
| 2021-09-13 | Auto merge of #88529 - Meziu:master, r=nagisa | bors | -0/+45 |
| 2021-09-10 | ARMV6K 3DS: Removed useless parameters in target spec | Meziu | -3/+1 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -2/+4 |
| 2021-09-02 | Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum... | bors | -1/+1 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -0/+3 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -0/+3 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2021-08-31 | ARMv6K Nintendo 3DS Tier 3 target added | Meziu | -0/+47 |
| 2021-08-30 | sunos systems add sanitizer supported. | David Carlier | -2/+4 |
| 2021-08-30 | Disallow the aapcs CC on Aarch64 | Simonas Kazlauskas | -1/+2 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -1/+2 |
| 2021-08-24 | allow specifying an ios version for the llvm target | Patrick Amrein | -3/+9 |
| 2021-08-23 | Mach-O (Macos/ios/...) LLD flavor is always LD64. | Hans Kratz | -1/+2 |
| 2021-08-22 | Rollup merge of #88077 - kit-981:feature/fix-minimum-os-version-in-header, r=... | Guillaume Gomez | -1/+13 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -9/+9 |
| 2021-08-16 | Update powerpc64 data layout | Nikita Popov | -5/+5 |
| 2021-08-16 | Update wasm data layout | Nikita Popov | -4/+4 |
| 2021-08-16 | Generate an iOS LLVM target with a specific version | kit | -1/+13 |
| 2021-08-14 | freebsd arm64 add supported sanitizers. | DC | -2/+8 |
| 2021-08-12 | Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb | Manish Goregaokar | -0/+28 |
| 2021-08-12 | Apply c_enum_min_bits = 8 to (arm|thumb)-none- platforms | Manish Goregaokar | -0/+14 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -0/+14 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+38 |
| 2021-08-09 | Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche... | bors | -0/+28 |