about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2024-09-13Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errorsMatthias Krüger-4/+6
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-21/+19
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-2/+8
2024-09-12Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxubors-10/+34
2024-09-12target: default to the medium code model on LoongArch targetsWANG Xuerui-4/+6
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-0/+76
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-7/+5
2024-09-11Also fix if in elseMichael Goulet-21/+19
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+76
2024-09-09Pass deployment target when linking with cc on Apple targetsMads Marquart-10/+34
2024-09-09Fix default/minimum deployment target for Aarch64 simulator targetsMads Marquart-2/+8
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-7/+5
2024-09-09Rollup merge of #130092 - zslayton:master, r=jieyouxuJubilee-1/+1
2024-09-08added support for GNU/Hurd on x86_64Samuel Thibault-0/+27
2024-09-07Fixes typo in wasm32-wasip2 doc commentZack Slayton-1/+1
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-1/+0
2024-09-07Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkovbors-362/+354
2024-09-05update cfgsBoxy-1/+0
2024-09-05Apple: Add comments for `-platform_version` linker argumentMads Marquart-12/+35
2024-09-05Apple: Refactor deployment target version parsingMads Marquart-351/+295
2024-09-05Apple: Improve comments for `-arch` linker argumentMads Marquart-11/+36
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-0/+37
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/+37
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-345/+346
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-345/+346
2024-09-02Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxuMatthias Krüger-4/+4
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-4/+4
2024-09-02Rollup merge of #129842 - no1wudi:master, r=saethlinMatthias Krüger-1/+0
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-32/+44
2024-09-01Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elfHuang Qi-1/+0
2024-08-30Squashed `aarch64_unknown_nto_qnx700` supportYuri Astrakhan-32/+44
2024-08-29riscv64imac: allow shadow call stack sanitizerDing Xiang Fei-2/+2
2024-08-28Rollup merge of #129712 - randomPoison:trusty-tier-3-fix, r=saethlinJubilee-2/+2
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-5/+73
2024-08-28Correct trusty targets to be tier 3Nicole LeGare-2/+2
2024-08-27Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkovMatthias Krüger-2/+19
2024-08-27rustc_target: Remove fpmr target featureKajetan Puchalski-2/+0
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+26
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-5/+49
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-2/+19
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-4/+4
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-3/+3
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-3/+3
2024-08-23Remove `reserve-x18` from armv7-unknown-trustyNicole LeGare-1/+1
2024-08-23Add Trusty OS as tier 3 targetNicole LeGare-0/+74
2024-08-21Make `ArgAbi::make_indirect_force` more specificbeetrees-8/+18
2024-08-18Auto merge of #125854 - beetrees:zst-arg-abi, r=estebankbors-18/+55
2024-08-18Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrumbors-2/+2