rust/src/librustc/session
Niko Matsakis 2f9fff2191 Keep multiple files per work-product
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?
2016-07-28 12:05:45 -04:00
..
config.rs Keep multiple files per work-product 2016-07-28 12:05:45 -04:00
filesearch.rs Remove unused trait imports 2016-04-12 22:58:55 +09:00
mod.rs Store crate_disambiguator as an InternedString 2016-07-28 12:05:04 -04:00
search_paths.rs Add an --output option for specifying an error emitter 2016-01-15 10:24:12 +13:00