| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -36/+20 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | Update compiler/rustc_target/src/abi/call/csky.rs | Dirreck | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+222 |
| 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-10 | Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillot | bors | -1/+6 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -6/+63 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -6/+63 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -0/+48 |
| 2023-08-08 | offset_of: guard against invalid use (with unsized fields) | Ralf Jung | -1/+6 |
| 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 |