summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-1/+0
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-1/+0
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-72/+73
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-5/+6
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-1/+0
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-5/+7
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-1/+7
2024-10-22Add wasm32v1-none target (compiler-team/#791)Graydon Hoare-0/+1
2024-10-22Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubileebors-0/+12
2024-10-21Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelixJubilee-0/+12
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-6/+5
2024-10-19cg_llvm: Reuse LLVM-C Comdat supportJubilee Young-0/+7
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+12
2024-10-05Add targets: riscv32{e|em|emc}Henri Lunnikivi-0/+4
2024-10-04Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelixJubilee-0/+1
2024-10-02Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxuMatthias Krüger-1/+1
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-9/+60
2024-09-29Do not specify an SDK version in object filesMads Marquart-1/+1
2024-09-25Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercoteMatthias Krüger-0/+2
2024-09-23Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxuMichael Goulet-0/+1
2024-09-23Add new Tier-3 target: `loongarch64-unknown-linux-ohos`Xiaotian Wu-0/+1
2024-09-23Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxuJubilee-4/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-21disallow cmse ABIs on unsupported platformsFolkert-2/+4
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-21Remove x86_64-fuchsia and aarch64-fuchsia target aliasesArtyom Tetyukhin-4/+0
2024-09-20Add arm64e-apple-tvos targetArtyom Tetyukhin-0/+2
2024-09-20Add Vxworks RISC-V targetsB I Mohammed Abbas-0/+2
2024-09-16Add x86_64-unknown-trusty as tier 3Nicole LeGare-0/+1
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+76
2024-09-08added support for GNU/Hurd on x86_64Samuel Thibault-0/+1
2024-09-07Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkovbors-2/+2
2024-09-05Apple: Refactor deployment target version parsingMads Marquart-2/+2
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-0/+2
2024-09-03Rollup merge of #129863 - RalfJung:target-spec-features, r=wesleywiserMatthias Krüger-3/+4
2024-09-03update comment regarding TargetOptions.featuresRalf Jung-3/+4
2024-09-03rtems: Add spec file for arm_rtems6_eabihfJan Sommer-0/+2
2024-09-02Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxuMatthias Krüger-1/+1
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1
2024-08-30Squashed `aarch64_unknown_nto_qnx700` supportYuri Astrakhan-0/+1
2024-08-23Add Trusty OS as tier 3 targetNicole LeGare-0/+3
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+1
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-5/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-15/+17
2024-07-19Add NuttX based targets for RISC-V and ARMHuang Qi-0/+13
2024-07-18Add powerpc-unknown-linux-muslspe compile targetJosef Schlehofer-0/+1
2024-07-11Remove extern "wasm" ABINikita Popov-16/+1
2024-06-23compiler: Add FramePointer::ratchetJubilee Young-0/+14
2024-06-20Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwcoMatthias Krüger-0/+3