| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -25/+0 | |
| 2020-07-08 | Avoid "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-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -2/+2 | |
| Introduce `enum CodeModel` instead. | ||||
| 2019-11-23 | Add riscv64gc-unknown-linux-gnu target | msizanoen1 | -0/+25 | |
