| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix typos | Sebastian Imlay | -5/+3 |
| 2023-10-06 | Initial target specification for aarch64-apple-tvos-sim | Sebastian Imlay | -0/+34 |
| 2023-10-06 | Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkin | bors | -2/+108 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -0/+7 |
| 2023-10-02 | Add VariantIdx back | Lukas Wirth | -4/+21 |
| 2023-10-02 | Move FieldIdx and Layout to rustc_target | Lukas Wirth | -0/+82 |
| 2023-10-02 | Bring back generic FieldIdx | Lukas Wirth | -2/+2 |
| 2023-09-30 | Fix broken links | cui fliter | -3/+3 |
| 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-23 | Set max_atomic_width for riscv32*-esp-espidf to 32 | Taiki Endo | -3/+3 |
| 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 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -0/+43 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+43 |
| 2023-09-20 | rustc_target/loongarch: Fix passing of transparent unions with only one non-Z... | WANG Rui | -0/+11 |
| 2023-09-19 | rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m... | msizanoen | -0/+19 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -2/+4 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -27/+37 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2023-09-15 | special case `TyAndLayout` debug impl | Boxy | -3/+38 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -18/+19 |
| 2023-09-15 | explain PassMode::Cast | Ralf Jung | -9/+18 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -1/+2 |
| 2023-09-12 | add helper method for finding the one non-1-ZST field | Ralf Jung | -0/+21 |
| 2023-09-12 | Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiser | Matthias Krüger | -0/+27 |
| 2023-09-10 | fix homogeneous_aggregate not ignoring some 1-ZST | Ralf Jung | -4/+9 |
| 2023-09-09 | Add i686-pc-windows-gnullvm triple | Mateusz Mikuła | -0/+27 |
| 2023-09-08 | turns out Layout has some more things to worry about -- move ABI comparison i... | Ralf Jung | -1/+10 |
| 2023-09-08 | the wasm ABI behavior is a bug | Ralf Jung | -2/+9 |
| 2023-09-08 | accept some differences for rustc_abi(assert_eq), so that we can test more th... | Ralf Jung | -0/+48 |
| 2023-09-07 | extend comments around PassMode::Direct | Ralf Jung | -1/+3 |
| 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 | -18/+47 |
| 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 | -18/+47 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 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 |