about summary refs log tree commit diff
path: root/src/librustc_target/spec/aarch64_unknown_linux_gnu.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-24/+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.
2019-12-22Format the worldMark Rousskov-1/+1
2019-03-31Use `u{1}` instead of `01`Yuki OKUSHI-1/+1
2019-03-30Add target_mcount optionYuki OKUSHI-0/+1
2019-02-08librustc_target => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11rustc: Clean up allocator injection logicAlex Crichton-3/+0
This commit cleans up allocator injection logic found in the compiler around selecting the global allocator. It turns out that now that jemalloc is gone the compiler never actually injects anything! This means that basically everything around loading crates here and there can be easily pruned. This also removes the `exe_allocation_crate` option from custom target specs as it's no longer used by the compiler anywhere.
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+36