| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -1/+0 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -1/+0 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -1/+0 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+1 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -0/+1 |
| 2024-01-13 | Rollup merge of #119587 - beepster4096:system_varargs, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2024-01-12 | allow system abi to be variadic | beepster4096 | -2/+6 |
| 2024-01-09 | Remove more needless leb128 coding for enum variants | Mark Rousskov | -7/+10 |
| 2024-01-08 | Add riscv32imafc-esp-espidf target for the ESP32-P4. | Scott Mabin | -0/+2 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -49/+6 |
| 2023-12-23 | Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-12-21 | Add support for hexagon-unknown-none-elf as target | Brian Cain | -0/+1 |
| 2023-12-18 | Add new tier 3 aarch64-apple-watchos target | leohowell | -0/+1 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -1/+5 |
| 2023-12-09 | Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwco | bors | -0/+2 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -6/+3 |
| 2023-12-07 | Add emulated TLS support | quininer | -6/+3 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -0/+1 |
| 2023-12-04 | Add illumos aarch64 target | Till Wegmueller | -0/+1 |
| 2023-11-22 | Add i686-win7-windows-msvc target | roblabla | -0/+1 |
| 2023-11-22 | Add new x86_64-win7-windows-msvc target | roblabla | -0/+1 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -4/+0 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+0 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -0/+2 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -5/+0 |
| 2023-11-15 | Add arm64e-apple-darwin target | Artyom Tetyukhin | -0/+1 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -0/+1 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-08 | targets: move target specs to spec/targets | David Wood | -3/+5 |
| 2023-11-08 | target: move base specs to spec/base | David Wood | -41/+5 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-10-29 | Add support for mipsel-unknown-netbsd, 32-bit LE mips. | Havard Eidnes | -0/+1 |
| 2023-10-28 | Remove asmjs from compiler | Jubilee Young | -5/+0 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -0/+1 |
| 2023-10-28 | Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3 | Jubilee | -0/+1 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -0/+1 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -8/+194 |
| 2023-10-25 | Add support for i586-unknown-netbsd as target. | Havard Eidnes | -0/+1 |
| 2023-10-22 | add target csky-unknown-linux-gnuabiv2hf | dirreke | -0/+1 |
| 2023-10-18 | make `self_contained` return `LinkSelfContainedComponents` | Rémy Rakic | -0/+15 |
| 2023-10-18 | unify `LinkSelfContained` and `LinkSelfContainedDefault` | Rémy Rakic | -34/+43 |
| 2023-10-18 | use asymmetric json roundtripping | Rémy Rakic | -3/+20 |
| 2023-10-18 | allow target specs to declare self-contained linking components | Rémy Rakic | -7/+152 |
| 2023-10-08 | add `IntoIterator` impl for self-contained linking components | Rémy Rakic | -0/+40 |
| 2023-10-08 | move single component parsing to dedicated function | Rémy Rakic | -6/+5 |
| 2023-10-08 | move `LinkSelfContainedComponents` to `rustc_target` | Rémy Rakic | -0/+35 |
| 2023-10-08 | prepare stabilization of modern linker-flavors | Rémy Rakic | -5/+5 |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -12/+3 |
| 2023-10-06 | Initial target specification for aarch64-apple-tvos-sim | Sebastian Imlay | -0/+1 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -1/+0 |