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
/
wasm32_unknown_unknown.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-08
targets: move target specs to spec/targets
David Wood
-55
/
+0
2023-11-08
target: move base specs to spec/base
David Wood
-2
/
+2
2022-12-06
Stop passing -export-dynamic to wasm-ld.
Dan Gohman
-7
/
+0
2022-10-06
rustc_target: Refactor internal linker flavors
Vadim Petrochenkov
-5
/
+3
2022-06-25
rustc_target: Some more tests and fixes for linker arguments
Vadim Petrochenkov
-9
/
+12
2022-06-25
rustc_target: Add convenience functions for adding linker arguments
Vadim Petrochenkov
-19
/
+19
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-9
/
+9
2022-02-16
Update data layout for wasm32 targets
Nikita Popov
-1
/
+1
2021-08-16
Update wasm data layout
Nikita Popov
-1
/
+1
2021-04-08
rustc: Add a new `wasm` ABI
Alex Crichton
-0
/
+12
2021-04-05
Rollup merge of #80525 - devsnek:wasm64, r=nagisa
Dylan DPC
-2
/
+2
2021-04-04
wasm64
Gus Caplan
-2
/
+2
2021-03-28
rustc_target: Avoid unwraps when adding linker flags
Vadim Petrochenkov
-2
/
+2
2021-01-21
Don't link with --export-dynamic on wasm32-wasi
Dan Gohman
-5
/
+12
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-1
/
+1
2020-11-07
rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+1
2020-11-07
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_env` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_os` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+1
2020-11-07
rustc_target: Move `target_endian` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-07
rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`
Vadim Petrochenkov
-1
/
+0
2020-11-05
Fix automatic_links warnings
Guillaume Gomez
-1
/
+1
2020-10-15
Use integer literals for builtin target_pointer_width fields
est31
-1
/
+1
2020-10-05
rustc_target: Refactor away `TargetResult`
Vadim Petrochenkov
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+46