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
/
wasm_base.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-08
target: move base specs to spec/base
David Wood
-133
/
+0
2023-10-18
unify `LinkSelfContained` and `LinkSelfContainedDefault`
Rémy Rakic
-2
/
+2
2023-10-18
allow target specs to declare self-contained linking components
Rémy Rakic
-2
/
+2
2023-03-14
the fix
Felix S. Klock II
-0
/
+8
2022-11-14
Issue error when `-C link-self-contained` option is used on unsupported platf...
StackDoubleFlow
-4
/
+0
2022-10-06
rustc_target: Refactor internal linker flavors
Vadim Petrochenkov
-5
/
+4
2022-08-12
rustc_target: Update some old naming around self contained linking
Vadim Petrochenkov
-2
/
+3
2022-07-11
rustc_target: Flip the default for `TargetOptions::executables` to true
Vadim Petrochenkov
-3
/
+0
2022-06-25
rustc_target: Add convenience functions for adding linker arguments
Vadim Petrochenkov
-56
/
+49
2022-04-03
Replace LinkArgs with Cow<'static, str>
Loïc BRANSTETT
-2
/
+2
2022-04-03
Replace every Vec in Target(Options) with it's Cow equivalent
Loïc BRANSTETT
-2
/
+2
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-6
/
+6
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2021-12-17
Rename `has_elf_tls` to `has_thread_local`
Chris Denton
-2
/
+2
2021-11-10
Disable `.debug_aranges` for all wasm targets
Alex Crichton
-0
/
+6
2021-06-06
Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov
Yuki Okushi
-0
/
+1
2021-06-03
wasm: Make simd types passed via indirection again
Alex Crichton
-6
/
+0
2021-06-01
Tweak wasm_base target spec to indicate linker is not GNU and update linker i...
Luqman Aden
-0
/
+1
2021-05-03
Set target_family="wasm" for wasm targets
Simonas Kazlauskas
-0
/
+1
2021-04-05
rustc_target: Rely on defaults more in target specs
Vadim Petrochenkov
-1
/
+0
2021-04-04
wasm64
Gus Caplan
-0
/
+138