about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Collapse)AuthorLines
2020-09-14librustc_target: Address commentsAlistair Francis-1/+1
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-14librustc_target: Initial support for riscv32gc_unknown_linux_gnuAlistair Francis-0/+26
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-09remove redundant clonesMatthias Krüger-1/+1
(clippy::redundant_clone)
2020-09-07Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, ↵Dylan DPC-0/+2
r=jonas-schievink Disable atomics on avr target. `max_atomic_width` was missing in the spec, which means it fell back to the pointer width of 16 bits. Fixes #76363.
2020-09-05Disable atomics on avr target.Mara Bos-0/+2
`max_atomic_width` was missing in the spec, which means it fell back to the pointer width of 16 bits.
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/+13300