| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -6/+33 |
| 2023-08-08 | Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=Amanieu | Matthias Krüger | -3/+3 |
| 2023-08-07 | Update powerpc data layouts | Nikita Popov | -17/+17 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -9/+2 |
| 2023-08-07 | Rollup merge of #114496 - taiki-e:sparc32-atomic, r=Amanieu | Matthias Krüger | -1/+1 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -9/+2 |
| 2023-08-05 | Revert "Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieu" | Taiki Endo | -3/+3 |
| 2023-08-05 | Set max_atomic_width for sparc-unknown-linux-gnu to 32 | Taiki Endo | -1/+1 |
| 2023-08-05 | Set max_atomic_width for AVR to 16 | Taiki Endo | -1/+1 |
| 2023-08-05 | Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieu | bors | -3/+3 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -0/+135 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -0/+135 |
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -0/+20 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -0/+37 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+37 |
| 2023-07-24 | Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obk | Matthias Krüger | -14/+12 |
| 2023-07-24 | compiler: Add `riscv64gc-unknown-hermit` target | Simon Schöning | -0/+21 |
| 2023-07-24 | compiler: Hermit targets: Use functional update syntax | Martin Kröning | -15/+15 |
| 2023-07-24 | compiler: Hermit targets: Sort base fields by declaration | Martin Kröning | -6/+6 |
| 2023-07-24 | compiler: Hermit targets: Remove pre-link args. | Martin Kröning | -6/+0 |
| 2023-07-23 | Fix comments about GCC/Clang's enum width for arm-none targets. | Chris Copeland | -8/+8 |
| 2023-07-23 | Remove redundant `c_enum_min_bits` option from the thumbv4t-none-eabi target. | Chris Copeland | -2/+0 |
| 2023-07-23 | Remove "-unknown" from `llvm_target` for arm*v7r-none-eabi* targets. | Chris Copeland | -4/+4 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+2 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -2/+2 |
| 2023-07-18 | Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errors | bors | -10/+42 |
| 2023-07-11 | Add a sparc-unknown-none-elf target. | Jonathan Pallant (Ferrous Systems) | -0/+29 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -0/+20 |
| 2023-06-30 | require `-Zunstable-options` to use new link-self-contained values and | Rémy Rakic | -0/+23 |
| 2023-06-30 | implement `-C linker-flavor` modern flavors | Rémy Rakic | -8/+73 |
| 2023-06-30 | add whether `LinkerFlavor` invokes the linker via a C/C++ compiler | Rémy Rakic | -0/+19 |
| 2023-06-30 | add whether `LinkerFlavor` uses `lld` | Rémy Rakic | -0/+18 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -0/+338 |
| 2023-06-26 | Add x86_64-unknown-linux-ohos target | Amanieu d'Antras | -10/+42 |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -0/+18 |
| 2023-06-22 | switch to using a target property to control plt default | Augie Fackler | -5/+30 |
| 2023-06-21 | Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order | Thom Chiovoloni | -10/+12 |
| 2023-06-21 | Fix rustc_target::spec::apple::tests | Thom Chiovoloni | -1/+4 |
| 2023-06-21 | Fix the tvOS targets to use the right LLVM target and respect the deployment ... | Thom Chiovoloni | -5/+19 |
| 2023-06-21 | Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator target | Thom Chiovoloni | -1/+2 |
| 2023-06-13 | loongarch64-none*: Remove environment component from llvm target | WANG Rui | -1/+1 |
| 2023-06-13 | Auto merge of #112386 - loongarch-rs:reloc-static, r=eholk | bors | -6/+4 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -0/+11 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -0/+11 |
| 2023-06-07 | loongarch64-unknown-none*: Set default relocation model to static | WANG Rui | -6/+4 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -7/+8 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -0/+50 |
| 2023-06-06 | Add new Tier-3 targets: `loongarch64-unknown-none*` | WANG Rui | -0/+50 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -7/+8 |
| 2023-06-04 | Added custom risc32-imac for esp-espidf target | Victor Gil | -0/+32 |