about summary refs log tree commit diff
path: root/src/test/run-pass/thin-lto-global-allocator.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-7/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-09bump minimum LLVM version to 5.0gnzlbg-1/+0
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-2/+0
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-1/+1
2017-10-12rustc: Handle `#[linkage]` anywhere in a crateAlex Crichton-0/+19
This commit updates the reachability pass of the compiler to seed the local worklist with `#[linkage]`-like items anywhere in a crate, not just those reachable from public items. Closes #45165