about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2020-10-05rustc_target: Refactor away `TargetResult`Vadim Petrochenkov-630/+619
2020-10-04Support static linking with glibc and target-feature=+crt-staticJosh Triplett-2/+2
2020-10-01Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkovDylan DPC-128/+20
2020-09-25Defer Apple SDKROOT detection to link time.Eric Huss-128/+20
2020-09-25Link dynamic and static late_link_args before generic onesMateusz Mikuła-6/+1
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-14librustc_target: Address commentsAlistair Francis-1/+1
2020-09-14librustc_target: Initial support for riscv32gc_unknown_linux_gnuAlistair Francis-0/+26
2020-09-09remove redundant clonesMatthias Krüger-1/+1
2020-09-07Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi...Dylan DPC-0/+2
2020-09-05Disable atomics on avr target.Mara Bos-0/+2
2020-09-03Disable use of `--eh-frame-hdr` on wasm32.Dan Gohman-0/+1
2020-08-31Enable ASLR for windows-gnuMateusz Mikuła-2/+12
2020-08-30mv compiler to compiler/mark-0/+7873