| Age | Commit message (Expand) | Author | Lines |
| 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 | Upgrade Object and related deps | dirreke | -1/+1 |
| 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 |
| 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-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 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 |