about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2023-11-20Remove now unnecessary x86_64_sun_solaris.rs.Petr Sumbera-20/+0
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-15/+88
2023-11-19Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwcobors-94/+0
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-5/+0
2023-11-15Add arm64e-apple-darwin targetArtyom Tetyukhin-0/+28
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-15/+60
2023-11-11Remove legacy bitcode from all Apple specsBlackHoleFox-94/+0
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-08rustc_target: move file for uniformityDavid Wood-0/+0
2023-11-08targets: move target specs to spec/targetsDavid Wood-26/+26
2023-11-08target: move base specs to spec/baseDavid Wood-449/+453
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-11-01Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieubors-3/+3
2023-10-29mipsel_unknown_netbsd.rs: fix indentation.Havard Eidnes-10/+10
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+22
2023-10-28Remove asmjs from compilerJubilee Young-12/+0
2023-10-29Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubileebors-0/+19
2023-10-28Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3Jubilee-0/+19
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+32
2023-10-28i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc.Havard Eidnes-2/+1
2023-10-27i586_unknown_netbsd.rs: fix formatting.Havard Eidnes-5/+2
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