about summary refs log tree commit diff
path: root/src/test/incremental/rlib_cross_crate/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-16/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-0/+1
2017-05-18Enable cross-crate incremental compilation by default.Michael Woerister-1/+0
2017-01-24incr.comp.: Make cross-crate tracking for incr. comp. opt-in.Michael Woerister-0/+1
2016-07-28Keep multiple files per work-productNiko Matsakis-0/+25
In the older version, a `.o` and ` .bc` file were separate work-products. This newer version keeps, for each codegen-unit, a set of files of different kinds. We assume that if any kinds are available then all the kinds we need are available, since the precise set of switches will depend on attributes and command-line switches. Should probably test this: the effect of changing attributes in particular might not be successfully tracked?