about summary refs log tree commit diff
path: root/src/test/incremental/krate-inlined.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-1/+3
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-6/+8
In the case of `TransCrateItem`, I had to tweak the tests a bit, but it's a concept that doesn't work well under new system.
2016-09-06allow testing DepNode::Krate edges directlyNiko Matsakis-5/+7
2016-09-06ignore dep-graph when loading inlined HIRNiko Matsakis-0/+29
We touch the krate to adjust the maps, but we don't expose that data widely.