about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-56/+206
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+23
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-1/+23
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-0/+15
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-85/+54
2023-10-18use asymmetric json roundtrippingRémy Rakic-3/+20
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-18/+167
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-10-14Rollup merge of #116618 - chriswailes:riscv64-linux-android-vector, r=working...Matthias Krüger-1/+1
2023-10-13Lowercase the feature flags for riscv64-linux-androidChris Wailes-1/+1
2023-10-10Add the V (vector) extension to the riscv64-linux-android target specChris Wailes-1/+1
2023-10-08add `IntoIterator` impl for self-contained linking componentsRémy Rakic-0/+40
2023-10-08move single component parsing to dedicated functionRémy Rakic-6/+5
2023-10-08move `LinkSelfContainedComponents` to `rustc_target`Rémy Rakic-0/+35
2023-10-08prepare stabilization of modern linker-flavorsRémy Rakic-5/+5
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-12/+3
2023-10-06Fix typosSebastian Imlay-5/+3
2023-10-06Initial target specification for aarch64-apple-tvos-simSebastian Imlay-0/+34
2023-09-30Fix broken linkscui fliter-3/+3
2023-09-24Auto merge of #116076 - chriswailes:android-riscv-extension-update, r=cjgillotbors-1/+1
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-1/+3
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-59/+25
2023-09-23Raise minimum supported tvOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-38/+15
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-22/+11
2023-09-23Set max_atomic_width for riscv32*-esp-espidf to 32Taiki Endo-3/+3
2023-09-22Add Zba, Zbb, and Zbs as target features for riscv64-linux-androidChris Wailes-1/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+3
2023-09-21added support for GNU/HurdSamuel Thibault-0/+43
2023-09-18Enable ASAN/LSAN/TSAN for *-apple-ios-macabidanakj-2/+4
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-1/+2
2023-09-09Add i686-pc-windows-gnullvm tripleMateusz Mikuła-0/+27
2023-08-29Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj...bors-3/+42
2023-08-29Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkinbors-10/+40
2023-08-27Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"Nikita Popov-1/+2
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-10/+40
2023-08-23Default relax_elf_relocations to trueFangrui Song-2/+1
2023-08-22Add comment about unused sdk versionsKeith Smiley-0/+2
2023-08-21Use target.abi instead of string matching llvm_targetKeith Smiley-26/+10
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-3/+56
2023-08-18Add the relocation_model to the cfgLuca Barbato-11/+39
2023-08-18Auto merge of #113814 - ChoKyuWon:master, r=davidtwcobors-0/+12
2023-08-18Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARMChoKyuWon-0/+12
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-1/+1
2023-08-15Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naberbors-2/+4
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-5/+3
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+23
2023-08-11Switch to LLD as default linker for loongarch64-unknown-none*WANG Rui-2/+4
2023-08-10infer no use of lld when using a generic linker driverRémy Rakic-1/+1