about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base
AgeCommit message (Expand)AuthorLines
2025-10-03Auto merge of #143613 - Enselic:panic-abort-uwtables, r=petrochenkovbors-4/+3
2025-10-02Fix backtraces with `-C panic=abort` on linux; emit unwind tables by defaultMartin Nordholts-4/+3
2025-09-30Rollup merge of #146518 - madsmtm:ld-reproducible-doc, r=SparrowLiiMatthias Krüger-3/+13
2025-09-26Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkovMatthias Krüger-3/+0
2025-09-22Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwcoGuillaume Gomez-0/+35
2025-09-21Add x86_64-unknown-motor (Motor OS) tier 3 targetU. Lasiotus-0/+35
2025-09-19Enable `limit_rdylib_exports` on wasm targetsAlex Crichton-5/+0
2025-09-19Stop linking rs{begin,end} on x86_64-*-windows-gnuMateusz Mikuła-3/+0
2025-09-13Improve the documentation around ZERO_AR_DATEMads Marquart-3/+13
2025-08-29compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targetsno92-0/+18
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-22/+2
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-20/+29
2025-06-13Add missing avr64* seriesTom Vijlbrief-0/+21
2025-06-13Add modern AVR mcus like avr128db28 and attiny3224Tom Vijlbrief-0/+46
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