about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/wasm_base.rs
AgeCommit message (Expand)AuthorLines
2023-11-08target: move base specs to spec/baseDavid Wood-133/+0
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-2/+2
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-2/+2
2023-03-14the fixFelix S. Klock II-0/+8
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-4/+0
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-5/+4
2022-08-12rustc_target: Update some old naming around self contained linkingVadim Petrochenkov-2/+3
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-3/+0
2022-06-25rustc_target: Add convenience functions for adding linker argumentsVadim Petrochenkov-56/+49
2022-04-03Replace LinkArgs with Cow<'static, str>Loïc BRANSTETT-2/+2
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-2/+2
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-6/+6
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-2/+2
2021-11-10Disable `.debug_aranges` for all wasm targetsAlex Crichton-0/+6
2021-06-06Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkovYuki Okushi-0/+1
2021-06-03wasm: Make simd types passed via indirection againAlex Crichton-6/+0
2021-06-01Tweak wasm_base target spec to indicate linker is not GNU and update linker i...Luqman Aden-0/+1
2021-05-03Set target_family="wasm" for wasm targetsSimonas Kazlauskas-0/+1
2021-04-05rustc_target: Rely on defaults more in target specsVadim Petrochenkov-1/+0
2021-04-04wasm64Gus Caplan-0/+138