summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-1/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-1/+0
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+1
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-0/+1
2024-01-13Rollup merge of #119587 - beepster4096:system_varargs, r=petrochenkovMatthias Krüger-2/+6
2024-01-12allow system abi to be variadicbeepster4096-2/+6
2024-01-09Remove more needless leb128 coding for enum variantsMark Rousskov-7/+10
2024-01-08Add riscv32imafc-esp-espidf target for the ESP32-P4.Scott Mabin-0/+2
2023-12-30Update to bitflags 2 in the compilerNilstrieb-49/+6
2023-12-23Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726Matthias Krüger-0/+1
2023-12-21Add support for hexagon-unknown-none-elf as targetBrian Cain-0/+1
2023-12-18Add new tier 3 aarch64-apple-watchos targetleohowell-0/+1
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-1/+5
2023-12-09Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwcobors-0/+2
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-6/+3
2023-12-07Add emulated TLS supportquininer-6/+3
2023-12-05Add riscv32 imafc bare metal targetScott Mabin-0/+1
2023-12-04Add illumos aarch64 targetTill Wegmueller-0/+1
2023-11-22Add i686-win7-windows-msvc targetroblabla-0/+1
2023-11-22Add new x86_64-win7-windows-msvc targetroblabla-0/+1
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-4/+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-0/+2
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/+1
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-0/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-08targets: move target specs to spec/targetsDavid Wood-3/+5
2023-11-08target: move base specs to spec/baseDavid Wood-41/+5
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+1
2023-10-28Remove asmjs from compilerJubilee Young-5/+0
2023-10-29Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubileebors-0/+1
2023-10-28Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3Jubilee-0/+1
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-8/+194
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+1
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-0/+1
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-0/+15
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-34/+43
2023-10-18use asymmetric json roundtrippingRémy Rakic-3/+20
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-7/+152
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-06Initial target specification for aarch64-apple-tvos-simSebastian Imlay-0/+1
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-1/+0