about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/linux_musl_base.rs
AgeCommit message (Expand)AuthorLines
2023-11-08target: move base specs to spec/baseDavid Wood-16/+0
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-3/+2
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-2/+3
2022-08-12rustc_target: Update some old naming around self contained linkingVadim Petrochenkov-4/+4
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-1/+1
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-0/+1
2020-10-04Support static linking with glibc and target-feature=+crt-staticJosh Triplett-2/+0
2020-08-30mv compiler to compiler/mark-0/+17