about summary refs log tree commit diff
path: root/src/librustc_target/spec/powerpc64_unknown_linux_gnu.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-26/+0
2019-12-22Format the worldMark Rousskov-5/+2
2019-03-30Add target_mcount optionYuki OKUSHI-2/+5
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/+39