summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-0/+1
2023-04-20Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiserMatthias Krüger-0/+1
2023-04-17Spelling - compilerJosh Soref-3/+3
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-1/+1
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-04Initial support for loongarch64-unknown-linux-gnuzhaixiaojuan-0/+1
2023-03-29Add QNX 7.0 x86 targetSam Kearney-0/+1
2023-03-29Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3bors-0/+5
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-0/+5
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+9
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-1/+2
2023-03-05Add support for the x86_64h-apple-darwin targetThom Chiovoloni-0/+1
2023-03-04Support for Fuchsia RISC-V targetPetr Hosek-0/+1
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-0/+4
2023-02-17Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r...Matthias Krüger-14/+16
2023-02-16Default repr(C) enums to c_int sizeJubilee Young-14/+16
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