| Age | Commit message (Expand) | Author | Lines |
| 2023-09-24 | Auto merge of #116076 - chriswailes:android-riscv-extension-update, r=cjgillot | bors | -1/+1 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -1/+3 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -59/+25 |
| 2023-09-23 | Raise minimum supported tvOS version to 10.0 | BlackHoleFox | -1/+1 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -38/+15 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -22/+11 |
| 2023-09-22 | Add Zba, Zbb, and Zbs as target features for riscv64-linux-android | Chris Wailes | -1/+1 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -1/+3 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+43 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -2/+4 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -1/+2 |
| 2023-09-09 | Add i686-pc-windows-gnullvm triple | Mateusz Mikuła | -0/+27 |
| 2023-08-29 | Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj... | bors | -3/+42 |
| 2023-08-29 | Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkin | bors | -10/+40 |
| 2023-08-27 | Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic" | Nikita Popov | -1/+2 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -10/+40 |
| 2023-08-23 | Default relax_elf_relocations to true | Fangrui Song | -2/+1 |
| 2023-08-22 | Add comment about unused sdk versions | Keith Smiley | -0/+2 |
| 2023-08-21 | Use target.abi instead of string matching llvm_target | Keith Smiley | -26/+10 |
| 2023-08-21 | Always add LC_BUILD_VERSION for metadata object files | Keith Smiley | -3/+56 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -11/+39 |
| 2023-08-18 | Auto merge of #113814 - ChoKyuWon:master, r=davidtwco | bors | -0/+12 |
| 2023-08-18 | Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARM | ChoKyuWon | -0/+12 |
| 2023-08-15 | Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2023-08-15 | Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber | bors | -2/+4 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -5/+3 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+23 |
| 2023-08-11 | Switch to LLD as default linker for loongarch64-unknown-none* | WANG Rui | -2/+4 |
| 2023-08-10 | infer no use of lld when using a generic linker driver | Rémy Rakic | -1/+1 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -6/+33 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -6/+33 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -0/+48 |
| 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-26 | add aarch64-unknown-teeos target | 天命剑主 | -0/+48 |
| 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 |