about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-10infer no use of lld when using a generic linker driverRémy Rakic-1/+1
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-1/+2
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-1/+2
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-0/+3
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-0/+1
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-0/+1
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-0/+1
2023-07-26add aarch64-unknown-teeos target天命剑主-0/+3
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+3
2023-07-24compiler: Add `riscv64gc-unknown-hermit` targetSimon Schöning-0/+1
2023-07-18Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errorsbors-0/+2
2023-07-11Add a sparc-unknown-none-elf target.Jonathan Pallant (Ferrous Systems)-0/+2
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-0/+1
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-0/+23
2023-06-30implement `-C linker-flavor` modern flavorsRémy Rakic-8/+73
2023-06-30add whether `LinkerFlavor` invokes the linker via a C/C++ compilerRémy Rakic-0/+19
2023-06-30add whether `LinkerFlavor` uses `lld`Rémy Rakic-0/+18
2023-06-30Auto merge of #106619 - agausmann:avr-object-file, r=nagisabors-0/+1
2023-06-26Add x86_64-unknown-linux-ohos targetAmanieu d'Antras-0/+2
2023-06-26Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obkMatthias Krüger-0/+1
2023-06-22switch to using a target property to control plt defaultAugie Fackler-4/+4
2023-06-07Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkovbors-0/+11
2023-06-07Force all native libraries to be statically linked when linking a static binaryAmanieu d'Antras-0/+11
2023-06-06Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgrbors-0/+3
2023-06-06Add new Tier-3 targets: `loongarch64-unknown-none*`WANG Rui-0/+3
2023-06-04Added custom risc32-imac for esp-espidf targetVictor Gil-0/+1
2023-05-29linker: Report linker flavors incompatible with the current targetVadim Petrochenkov-2/+19
2023-05-29rustc_target: Refactor linker flavor inferenceVadim Petrochenkov-16/+73
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+4
2023-05-21rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPUAdam Gausmann-0/+1
2023-05-07Add support for NetBSD/aarch64-be (big-endian arm64).Havard Eidnes-0/+1
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