about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/crt_objects.rs
AgeCommit message (Expand)AuthorLines
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-38/+0
2022-08-12rustc_target: Update some old naming around self contained linkingVadim Petrochenkov-18/+22
2022-06-03Use serde_json for target spec jsonbjorn3-1/+1
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-4/+5
2021-03-08WASI: Switch to crt1-command.o to enable support for new-style commandsDan Gohman-4/+6
2021-02-26Link crtbegin/crtend on musl to terminate .eh_frameNikita Popov-7/+14
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-9/+11
2020-11-05Fix automatic_links warningsGuillaume Gomez-1/+1
2020-08-30mv compiler to compiler/mark-0/+145