about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+3
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-0/+43
2023-09-21added support for GNU/HurdSamuel Thibault-0/+43
2023-09-20rustc_target/loongarch: Fix passing of transparent unions with only one non-Z...WANG Rui-0/+11
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+19
2023-09-18Enable ASAN/LSAN/TSAN for *-apple-ios-macabidanakj-2/+4
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-27/+37
2023-09-16Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkinMatthias Krüger-1/+2
2023-09-15special case `TyAndLayout` debug implBoxy-3/+38
2023-09-15clarify PassMode::Indirect as wellRalf Jung-18/+19
2023-09-15explain PassMode::CastRalf Jung-9/+18
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-1/+2
2023-09-12add helper method for finding the one non-1-ZST fieldRalf Jung-0/+21
2023-09-12Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiserMatthias Krüger-0/+27
2023-09-10fix homogeneous_aggregate not ignoring some 1-ZSTRalf Jung-4/+9
2023-09-09Add i686-pc-windows-gnullvm tripleMateusz Mikuła-0/+27
2023-09-08turns out Layout has some more things to worry about -- move ABI comparison i...Ralf Jung-1/+10
2023-09-08the wasm ABI behavior is a bugRalf Jung-2/+9
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-0/+48
2023-09-07extend comments around PassMode::DirectRalf Jung-1/+3
2023-08-29Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj...bors-3/+42
2023-08-29Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkinbors-18/+47
2023-08-27Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"Nikita Popov-1/+2
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-18/+47
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-1/+1
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-23Default relax_elf_relocations to trueFangrui Song-2/+1
2023-08-22Add comment about unused sdk versionsKeith Smiley-0/+2
2023-08-21Use target.abi instead of string matching llvm_targetKeith Smiley-26/+10
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-3/+56
2023-08-18Add the relocation_model to the cfgLuca Barbato-11/+39
2023-08-18Auto merge of #113814 - ChoKyuWon:master, r=davidtwcobors-0/+12
2023-08-18Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARMChoKyuWon-0/+12
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-1/+1
2023-08-15Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naberbors-2/+4
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-36/+20
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-1/+1
2023-08-14Update compiler/rustc_target/src/abi/call/csky.rsDirreck-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+222
2023-08-11Switch to LLD as default linker for loongarch64-unknown-none*WANG Rui-2/+4
2023-08-10infer no use of lld when using a generic linker driverRémy Rakic-1/+1
2023-08-10Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillotbors-1/+6
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-6/+63
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-6/+63
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-0/+48
2023-08-08offset_of: guard against invalid use (with unsized fields)Ralf Jung-1/+6
2023-08-08Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=AmanieuMatthias Krüger-3/+3
2023-08-07Update powerpc data layoutsNikita Popov-17/+17
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-9/+2
2023-08-07Rollup merge of #114496 - taiki-e:sparc32-atomic, r=AmanieuMatthias Krüger-1/+1