about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2024-12-13Fix powerpc64 big-endian FreeBSD ABITaiki Endo-1/+1
2024-12-12Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkovMatthias Krüger-0/+2
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-0/+12
2024-12-11wasm(32|64): update alignment stringAugie Fackler-7/+8
2024-12-10rustc_target: ppc64 target string fixes for LLVM 20Augie Fackler-9/+9
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+2
2024-12-06Promote powerpc64le-unknown-linux-musl to tier 2 with host toolsJens Reidel-2/+2
2024-12-05Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadataTaiki Endo-18/+18
2024-12-05Fix "std" support status of some tier 3 targetsTaiki Endo-10/+10
2024-12-03change aix default codemodel=largeHenry Jiang-1/+1
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+2
2024-11-30Switch rtems target to panic unwindJan Sommer-1/+1
2024-11-30Rollup merge of #133571 - madsmtm:visionos-support-std, r=NoratriebRalf Jung-2/+2
2024-11-30Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+1
2024-11-29Auto merge of #133409 - RalfJung:target-consistency, r=lcnrbors-973/+1137
2024-11-28Add +forced-atomics feature to esp32s2Scott Mabin-0/+1
2024-11-28Mark visionOS as supporting `std`Mads Marquart-2/+2
2024-11-28Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=AmanieuGuillaume Gomez-1/+0
2024-11-28move target JSON (de)serialization to separate fileRalf Jung-789/+800
2024-11-27ensure JSON-defined targets are consistentRalf Jung-211/+364
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-0/+23
2024-11-26Rollup merge of #133410 - RalfJung:target-feature-consistency, r=compiler-errorsMichael Goulet-0/+23
2024-11-26Rollup merge of #133411 - RalfJung:emscripten-is-on-wasm, r=workingjubileeGuillaume Gomez-1/+4
2024-11-26Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed...Taiki Endo-1/+0
2024-11-25Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic许杰友 Jieyou Xu (Joe)-5/+0
2024-11-24target check_consistency: ensure target feature string makes some basic senseRalf Jung-0/+23
2024-11-24the emscripten OS no longer exists on non-wasm targetsRalf Jung-1/+4
2024-11-24Remove forces_embed_bitcodeDianQK-5/+0
2024-11-23Update linux_musl base to dynamically link the crt by defaultWesley Wiser-7/+37
2024-11-22Updates Solaris target information, adds Solaris maintainerPetr Sumbera-2/+2
2024-11-21Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigandMatthias Krüger-6/+0
2024-11-21Rollup merge of #131736 - hoodmane:emscripten-wasm-bigint, r=workingjubileeMatthias Krüger-1/+2
2024-11-20Fix LLVM target triple for `x86_64-win7-windows-msvc`Kleis Auke Wolthuizen-1/+1
2024-11-14Support s390x z13 vector ABITaiki Endo-6/+0
2024-11-12use gnu ld for m68k targetkirk-2/+9
2024-11-11Emscripten: link with -sWASM_BIGINTHood Chatham-1/+2
2024-11-09Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikicMatthias Krüger-4/+4
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-0/+1
2024-11-08rustc_target: more target string fixes for LLVM 20Augie Fackler-4/+4
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-0/+1
2024-11-08Drop "gnu" in the target env for FreeBSD armv6/7Mikael Urankar-2/+0
2024-11-07Update mips64 data layout to match LLVM 20 changeHans Wennborg-7/+7
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-15/+3
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-15/+3
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-146/+16
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-19/+1
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-128/+16
2024-10-31Rollup merge of #132422 - maurer:sparc-layout, r=durin42Jubilee-6/+6