about summary refs log tree commit diff
path: root/src/librustc_target/spec/riscv64gc_unknown_linux_gnu.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-25/+0
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
Other terms are more inclusive and precise. Clippy still has a lint named "blacklisted-name", but renaming it would be a breaking change, so is left for future work. The target configuration option "abi-blacklist" has been depreciated and renamed to "unsupported-abis". The old name continues to work.
2020-05-16rustc_target: Stop using "string typing" for code modelsVadim Petrochenkov-2/+2
Introduce `enum CodeModel` instead.
2019-11-23Add riscv64gc-unknown-linux-gnu targetmsizanoen1-0/+25