about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-5/+5
2022-11-14Rollup merge of #104349 - rustaceanclub:master, r=oli-obkMatthias Krüger-1/+1
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-0/+10
2022-11-13[watchos] Dynamic linking is not allowed for watchos targetsVladimir Michael Eatwell-0/+4
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-0/+10
2022-11-13fix some typos in commentscui fliter-1/+1
2022-11-11Add no_std AArch64 support for the QNX Neutrino (nto) 7.1 RTOSFlorian Bartels-0/+72
2022-11-11Improve generating Custom entry functionAyush Singh-0/+80
2022-11-10Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisaManish Goregaokar-0/+1
2022-11-10Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obkManish Goregaokar-0/+344
2022-11-09Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisaManish Goregaokar-1/+3
2022-11-09Rollup merge of #104015 - alex:remove-kernel, r=oli-obkManish Goregaokar-55/+5
2022-11-09Rollup merge of #103929 - BlackHoleFox:apple-targets-cleanup, r=petrochenkovManish Goregaokar-221/+218
2022-11-08Rollup merge of #104067 - jeremyd2019:patch-1, r=davidtwcoDylan DPC-2/+6
2022-11-06fix debuginfo for windows_gnullvm_base.rsjeremyd2019-2/+6
2022-11-06Use aapcs for efiapi calling convention on armNicholas Bishop-0/+1
2022-11-06Limit efiapi calling convention to supported archesNicholas Bishop-1/+3
2022-11-06LLVM 16: Update RISCV data layoutTim Neumann-6/+6
2022-11-05Cleanup Apple target specificationsBlackHoleFox-109/+108
2022-11-05Merge apple_base and apple_sdk_base into one moduleBlackHoleFox-136/+134
2022-11-05Remove linuxkernel targetsAlex Gaynor-55/+5
2022-11-03Auto merge of #103455 - BlackHoleFox:apple-sim-abi-consistency, r=davidtwcobors-9/+38
2022-10-30Rollup merge of #102689 - ayrtonm:master, r=cjgillotMichael Howell-0/+38
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-0/+22
2022-10-23Fix x86_64-apple-watchos-sim target to use the correct target_abiBlackHoleFox-2/+4
2022-10-23Fix x86_64-apple-tvos target to use the correct target_abiBlackHoleFox-3/+7
2022-10-23Fix x86_64-apple-ios target to use the correct target_abiBlackHoleFox-7/+30
2022-10-19Split is_stable from rustc_target::spec::abi::is_enabled.Mara Bos-159/+109
2022-10-14more dupe word typosRageking8-1/+1
2022-10-13Rollup merge of #102836 - petrochenkov:jsonspec, r=eholkYuki Okushi-5/+9
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-1/+2
2022-10-10Add Sony PlayStation 1 tier 3 targetAyrton-0/+38
2022-10-09rustc_target: Fix json target specs using LLD linker flavors in link argsVadim Petrochenkov-5/+9
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-363/+487
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-69/+1
2022-10-03Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisabors-64/+36
2022-09-29Enable inline stack probes on X86 with LLVM 16Josh Stone-64/+36
2022-09-29Adjust the s390x data layout for LLVM 16Josh Stone-8/+8
2022-09-26Enable inline stack probes on PowerPC and SystemZJosh Stone-18/+36
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-5/+1
2022-09-23Rollup merge of #102112 - cuviper:powerpc64-full-relro, r=eholkMatthias Krüger-5/+1
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+190
2022-09-22Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholkDylan DPC-2/+10
2022-09-21Allow full relro on powerpc64-unknown-linux-gnuJosh Stone-5/+1
2022-09-21Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisabors-0/+84
2022-09-20Update rustc's information on Android's sanitizersChris Wailes-2/+10
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-17Add loongarch64 abi supportzhaixiaojuan-0/+344
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-8/+44