summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-1/+0
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-1/+0
2023-09-21added support for GNU/HurdSamuel Thibault-0/+4
2023-09-09Add i686-pc-windows-gnullvm tripleMateusz Mikuła-0/+1
2023-08-29Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj...bors-0/+2
2023-08-29Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkinbors-0/+7
2023-08-27Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"Nikita Popov-1/+1
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-0/+7
2023-08-23Default relax_elf_relocations to trueFangrui Song-1/+1
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-0/+2
2023-08-18Add the relocation_model to the cfgLuca Barbato-11/+39
2023-08-18Auto merge of #113814 - ChoKyuWon:master, r=davidtwcobors-0/+6
2023-08-18Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARMChoKyuWon-0/+6
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