about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base
AgeCommit message (Expand)AuthorLines
2025-06-11compiler: Update all targets to the new c_int_width typeJubilee Young-1/+1
2025-06-06compiler: set Apple frame pointers by architectureJubilee Young-1/+7
2025-05-30Add tls_model for cygwin and enable has_thread_localBerrysoft-1/+4
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-13/+1
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+13
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-16/+14
2025-04-18Use struct update syntax for some TargetOptionsThalia Archibald-16/+14
2025-04-10Add minimal x86_64-lynx-lynxos178 support.Tim Newsome-0/+32
2025-04-04refactor: Move env parsing of deployment target to rustc_sessionMads Marquart-0/+12
2025-04-04refactor: Move Apple OSVersion (back) to rustc_targetMads Marquart-2/+106
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-1/+1
2025-03-14Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxuJacob Pratt-1/+5
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+160
2025-02-23Rollup merge of #136637 - Pyr0de:binary-format, r=NoratriebTrevor Gross-10/+23
2025-02-20Sync Fuchsia target spec with clang Fuchsia driverErick Tryzelaar-1/+5
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-41/+1
2025-02-17Adds binary_format to rustc target specsPyrode-10/+23
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-3/+7
2025-02-10Reformat files王宇逸-8/+9
2025-02-10Apply suggestions王宇逸-7/+1
2025-02-10Add cygwin target.王宇逸-0/+52
2025-02-08Rustfmtbjorn3-84/+101
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-3/+6
2025-01-24Move common code to mod nto_qnxFlorian Bartels-1/+96
2025-01-20Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`Wesley Wiser-2/+2
2024-12-30explicitly set float ABI for all ARM targetsRalf Jung-2/+3
2024-12-14Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxuMatthias Krüger-3/+0
2024-12-12Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkovMatthias Krüger-0/+2
2024-12-03change aix default codemodel=largeHenry Jiang-1/+1
2024-11-23Update linux_musl base to dynamically link the crt by defaultWesley Wiser-3/+0
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-18/+1
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-123/+9
2024-10-04Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkovJubilee-0/+2
2024-10-03control libunwind linkage mode via `crt-static` on gnullvm targetsMateusz Mikuła-0/+2
2024-10-02Fix target_env in avr-unknown-gnu-atmega328Mads Marquart-0/+2
2024-09-29Do not specify an SDK version in object filesMads Marquart-17/+0
2024-09-26Move Apple linker args from `rustc_target` to `rustc_codegen_ssa`Mads Marquart-120/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-136/+118
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-2/+8
2024-09-09Pass deployment target when linking with cc on Apple targetsMads Marquart-1/+29
2024-09-09Fix default/minimum deployment target for Aarch64 simulator targetsMads Marquart-2/+8
2024-09-05Apple: Add comments for `-platform_version` linker argumentMads Marquart-12/+35
2024-09-05Apple: Refactor deployment target version parsingMads Marquart-137/+134
2024-09-05Apple: Improve comments for `-arch` linker argumentMads Marquart-6/+34
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-52/+52
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-52/+52
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+20
2024-06-16Several fixes to the redox target specsJeremy Soller-1/+3
2024-05-29Add no_std Xtensa targets supportSergio Gasquez-0/+18