about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+4
2023-02-09XRay support flag in TargetOptionsOleksii Lozovskyi-0/+6
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-10Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandryYuki Okushi-1/+5
2023-01-09Add issue number to FIXMEsTyler Mandry-2/+2
2023-01-09Accept old spelling of Fuchsia target triplesDavid Koloski-1/+5
2023-01-06Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisabors-2/+2
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-6/+6
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2023-01-03Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiserbors-0/+2
2022-12-25fix some typosKaDiWa-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-14Added PlayStation Vita supportAndrés Martínez-0/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-1/+5
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-1/+5
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-1/+1
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2022-11-30Extract llvm datalayout parsing out of spec modulehkalbasi-90/+2
2022-11-29Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiserMatthias Krüger-2/+2
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-7/+7
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-1/+118
2022-11-23Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwcoYuki Okushi-0/+8
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-0/+27
2022-11-17Remove periods from QNX/nto target namesFlorian Bartels-2/+2
2022-11-17Add powerpc64-ibm-aix as Tier-3 targetQiu Chaofan-0/+8
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/+4
2022-11-11Improve generating Custom entry functionAyush Singh-0/+27
2022-11-10Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisaManish Goregaokar-0/+1
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-4/+1
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-05Merge apple_base and apple_sdk_base into one moduleBlackHoleFox-1/+0
2022-11-05Remove linuxkernel targetsAlex Gaynor-4/+1
2022-10-30Rollup merge of #102689 - ayrtonm:master, r=cjgillotMichael Howell-0/+1
2022-10-10Add Sony PlayStation 1 tier 3 targetAyrton-0/+1
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-47/+182
2022-09-29Enable inline stack probes on X86 with LLVM 16Josh Stone-0/+4
2022-09-22Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholkDylan DPC-0/+5
2022-09-21Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisabors-0/+2
2022-09-20Update rustc's information on Android's sanitizersChris Wailes-0/+5
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-0/+2
2022-09-14Changes to rename target and update docsYour Name-1/+1
2022-09-13Add BE8 supportYour Name-0/+1
2022-09-02Add {thumb,arm}v5te-none-eabi targetsQuinn Painter-0/+2
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-59/+51
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-51/+139