summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/linker.rs
AgeCommit message (Expand)AuthorLines
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+1
2021-04-04wasm64Gus Caplan-1/+1
2021-03-28linker: Use data execution prevention options by default when linker supports...Vadim Petrochenkov-0/+13
2021-03-28linker: Use `--as-needed` by default when linker supports itVadim Petrochenkov-0/+7
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-0/+11
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-22/+21
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-22/+22
2020-10-12Fix -Clinker-plugin-lto with opt-levels s and zJonas Schievink-3/+1
2020-08-30mv compiler to compiler/mark-0/+1351