about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-315/+315
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-315/+315
2024-09-02Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxuMatthias Krüger-3/+3
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-3/+3
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-28Correct trusty targets to be tier 3Nicole LeGare-2/+2
2024-08-27Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkovMatthias Krüger-0/+2
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-0/+2
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-18Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrumbors-2/+2
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+29
2024-08-14Promote Mac Catalyst targets to tier 2, and ship with rustupMads Marquart-2/+2
2024-08-12Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxuGuillaume Gomez-1/+3
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+3
2024-08-11Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errorsMatthias Krüger-5/+4
2024-08-11Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-08-09fix incorrect valueEvelyn Harthbrooke-1/+1
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-5/+4
2024-08-03Make riscv64gc-unknown-linux-musl dynamically linked by defaultAmanieu d'Antras-0/+1
2024-08-01Rollup merge of #128296 - heiher:update-metadata, r=UrgauMatthias Krüger-6/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-79/+95
2024-07-28Update target-spec metadata for loongarch64 targetsWANG Rui-6/+6
2024-07-19Add NuttX based targets for RISC-V and ARMHuang Qi-0/+400
2024-07-18Add powerpc-unknown-linux-muslspe compile targetJosef Schlehofer-0/+29
2024-07-17cleanup: remove support for 3DNow! cpu featuresAugie Fackler-3/+1
2024-07-15Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstriebbors-887/+903
2024-07-11Remove extern "wasm" ABINikita Popov-31/+12
2024-07-03Fill out target-spec metadata for all targetsHarry Moulton-887/+903
2024-06-24rustc_target: Build sparc_unknown_linux_gnu with -mcpu=v9 and -m32John Paul Adrian Glaubitz-1/+1
2024-06-24rustc_target: Rewrite sparc_unknown_linux_gnu spec to use TargetOptionsJohn Paul Adrian Glaubitz-8/+11
2024-06-23compiler: Add FramePointer::ratchetJubilee Young-0/+14
2024-06-20Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxuMatthias Krüger-2/+2
2024-06-20Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwcoMatthias Krüger-0/+118
2024-06-20Convert some module-level `//` and `///` comments to `//!`.Nicholas Nethercote-2/+2
2024-06-16Add i686-unknown-redox targetbjorn3-0/+28
2024-06-16Several fixes to the redox target specsJeremy Soller-1/+3
2024-06-13feat: Add std Xtensa targets supportSergio Gasquez-0/+118
2024-06-12Rollup merge of #126324 - zmodem:loongarch, r=nikicMichael Goulet-4/+4
2024-06-12Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiserMichael Goulet-0/+2
2024-06-12Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwcobors-0/+93
2024-06-12Adjust LoongArch64 data layouts for LLVM updateHans Wennborg-4/+4
2024-06-06Improve naming and path operations in crate loaderNilstrieb-1/+1
2024-06-01Add `target_env = "p1"` to the `wasm32-wasip1` targetAlex Crichton-0/+2
2024-05-29Add no_std Xtensa targets supportSergio Gasquez-0/+93
2024-05-21Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvallebors-0/+35