index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_target
/
src
/
spec
/
base
Age
Commit message (
Expand
)
Author
Lines
2025-06-11
compiler: Update all targets to the new c_int_width type
Jubilee Young
-1
/
+1
2025-06-06
compiler: set Apple frame pointers by architecture
Jubilee Young
-1
/
+7
2025-05-30
Add tls_model for cygwin and enable has_thread_local
Berrysoft
-1
/
+4
2025-05-15
Revert "Fix linking statics on Arm64EC #140176"
Jieyou Xu
-13
/
+1
2025-05-07
[Arm64EC] Only decorate functions with `#`
Daniel Paoliello
-1
/
+13
2025-04-19
Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboet
Chris Denton
-16
/
+14
2025-04-18
Use struct update syntax for some TargetOptions
Thalia Archibald
-16
/
+14
2025-04-10
Add minimal x86_64-lynx-lynxos178 support.
Tim Newsome
-0
/
+32
2025-04-04
refactor: Move env parsing of deployment target to rustc_session
Mads Marquart
-0
/
+12
2025-04-04
refactor: Move Apple OSVersion (back) to rustc_target
Mads Marquart
-2
/
+106
2025-03-25
Rename `is_like_osx` to `is_like_darwin`
Mads Marquart
-1
/
+1
2025-03-14
Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxu
Jacob Pratt
-1
/
+5
2025-03-10
Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux
Arjun Ramesh
-0
/
+160
2025-02-23
Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb
Trevor Gross
-10
/
+23
2025-02-20
Sync Fuchsia target spec with clang Fuchsia driver
Erick Tryzelaar
-1
/
+5
2025-02-19
Create a generic AVR target: avr-none
Patryk Wychowaniec
-41
/
+1
2025-02-17
Adds binary_format to rustc target specs
Pyrode
-10
/
+23
2025-02-14
add x86-sse2 (32bit) ABI that requires SSE2 target feature
Ralf Jung
-3
/
+7
2025-02-10
Reformat files
王宇逸
-8
/
+9
2025-02-10
Apply suggestions
王宇逸
-7
/
+1
2025-02-10
Add cygwin target.
王宇逸
-0
/
+52
2025-02-08
Rustfmt
bjorn3
-84
/
+101
2025-02-06
compiler: make rustc_target have less weird reexports
Jubilee Young
-3
/
+6
2025-01-24
Move common code to mod nto_qnx
Florian Bartels
-1
/
+96
2025-01-20
Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`
Wesley Wiser
-2
/
+2
2024-12-30
explicitly set float ABI for all ARM targets
Ralf Jung
-2
/
+3
2024-12-14
Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu
Matthias Krüger
-3
/
+0
2024-12-12
Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov
Matthias Krüger
-0
/
+2
2024-12-03
change aix default codemodel=large
Henry Jiang
-1
/
+1
2024-11-23
Update linux_musl base to dynamically link the crt by default
Wesley Wiser
-3
/
+0
2024-11-01
Move Mach-O platform information to rustc_codegen_ssa::back::apple
Mads Marquart
-18
/
+1
2024-11-01
Move versioned LLVM target creation to rustc_codegen_ssa
Mads Marquart
-123
/
+9
2024-10-04
Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov
Jubilee
-0
/
+2
2024-10-03
control libunwind linkage mode via `crt-static` on gnullvm targets
Mateusz Mikuła
-0
/
+2
2024-10-02
Fix target_env in avr-unknown-gnu-atmega328
Mads Marquart
-0
/
+2
2024-09-29
Do not specify an SDK version in object files
Mads Marquart
-17
/
+0
2024-09-26
Move Apple linker args from `rustc_target` to `rustc_codegen_ssa`
Mads Marquart
-120
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-136
/
+118
2024-09-12
Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...
Stuart Cook
-2
/
+8
2024-09-09
Pass deployment target when linking with cc on Apple targets
Mads Marquart
-1
/
+29
2024-09-09
Fix default/minimum deployment target for Aarch64 simulator targets
Mads Marquart
-2
/
+8
2024-09-05
Apple: Add comments for `-platform_version` linker argument
Mads Marquart
-12
/
+35
2024-09-05
Apple: Refactor deployment target version parsing
Mads Marquart
-137
/
+134
2024-09-05
Apple: Improve comments for `-arch` linker argument
Mads Marquart
-6
/
+34
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-52
/
+52
2024-09-03
Add `warn(unreachable_pub)` to `rustc_target`.
Nicholas Nethercote
-52
/
+52
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+20
2024-06-16
Several fixes to the redox target specs
Jeremy Soller
-1
/
+3
2024-05-29
Add no_std Xtensa targets support
Sergio Gasquez
-0
/
+18
[next]