about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2023-04-01Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkovbors-19/+3
2023-03-29Auto merge of #108996 - pnkfelix:rollback-part-of-pr-104137-that-broke-wasm-l...bors-0/+8
2023-03-29Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3bors-0/+8
2023-03-29Switch to LLD as default linker for {arm,thumb}v4t-none-eabiQuinn Painter-19/+3
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-0/+8
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+67
2023-03-23Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger-1/+2
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-1/+2
2023-03-15Fix riscv64 fuchsia LLVM target nameTaiki Endo-1/+1
2023-03-14the fixFelix S. Klock II-0/+8
2023-03-04Support for Fuchsia RISC-V targetPetr Hosek-0/+20
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-6/+15
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-3/+11
2023-02-17Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r...Matthias Krüger-24/+26
2023-02-16Default repr(C) enums to c_int sizeJubilee Young-24/+26
2023-02-15Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ...Dylan DPC-2/+1
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-3/+11
2023-02-12Add sanitizer support for modern iOS platformsKeith Smiley-6/+15
2023-02-12Enable #[thread_local] on armv6k-nintendo-3dsIan Chamberlain-2/+1
2023-02-10Update the minimum external LLVM to 14Josh Stone-14/+31
2023-02-09XRay support flag in TargetOptionsOleksii Lozovskyi-0/+15
2023-02-02Auto merge of #106925 - imWildCat:imWildCat/remove-hardcoded-ios-macbi-target...bors-3/+3
2023-01-26Remove hardcoded clang target: ios13 or ios14 for Mac Catalyst [fixed]imWildCat-3/+3
2023-01-23Rollup merge of #106796 - vadorovsky:revert-105708-enable-atomic-cas-bpf, r=b...Yuki Okushi-1/+1
2023-01-20Enable sanitizers for s390x-linuxUlrich Weigand-2/+6
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-11/+11
2023-01-14BPF: Disable atomic CASMichal Rostecki-1/+1
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-5/+1
2023-01-10Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandryYuki Okushi-1/+7
2023-01-10Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisaYuki Okushi-1/+5
2023-01-09Add issue number to FIXMEsTyler Mandry-2/+2
2023-01-09Accept old spelling of Fuchsia target triplesDavid Koloski-1/+7
2023-01-06Enable Shadow Call Stack for Fuchsia on AArch64Paul Kirth-1/+3
2023-01-06Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisabors-4/+4
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-12/+12
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-4/+4
2023-01-03Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiserbors-0/+42
2022-12-25fix some typosKaDiWa-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-15more clippy::complexity fixesMatthias Krüger-7/+2
2022-12-14Added PlayStation Vita supportAndrés Martínez-0/+42
2022-12-14Enable atomic cas for bpf targetsTomer Zeitune-1/+5
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-3/+11
2022-12-09Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-09Rollup merge of #105468 - sunfishcode:sunfishcode/main-void-wasi, r=estebankMatthias Krüger-0/+4
2022-12-09Fix typo in apple_base.rsIkko Ashimine-1/+1
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-3/+11
2022-12-08Mangle "main" as "__main_void" on wasm32-wasiDan Gohman-0/+4
2022-12-08Rollup merge of #105405 - sunfishcode:sunfishcode/export-dynamic, r=TaKO8KiMatthias Krüger-7/+0