about summary refs log tree commit diff
path: root/src/test/incremental/remove-private-item-cross-crate
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2018-12-25Remove licensesMark Rousskov-20/+0
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to ↵Michael Woerister-0/+1
test incremental ThinLTO.
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-2/+1
2017-09-05Ignore failing incremental testsAlex Crichton-1/+3
These should hopefully get fixed with red/green, but until that time alas!
2017-05-18Enable cross-crate incremental compilation by default.Michael Woerister-2/+0
2017-01-24incr.comp.: Make cross-crate tracking for incr. comp. opt-in.Michael Woerister-0/+2
2016-09-06expanding a def-id is not a readNiko Matsakis-0/+46
Across crates only, converting a def-id into its def-key or def-path was considered a read. This caused spurious reads when computing the symbol name for some item.