rust/src/test/incremental
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
..
callee_caller_cross_crate basic tests for cross-crate hashing 2016-05-18 10:11:36 -04:00
rlib_cross_crate Keep multiple files per work-product 2016-07-28 12:05:45 -04:00
struct_change_field_type_cross_crate add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00
type_alias_cross_crate extend type alias test to include a clean rev 2016-05-31 19:59:57 -04:00
dirty_clean.rs
hello_world.rs
spike-neg1.rs Address mw nits 2016-07-28 12:05:45 -04:00
spike-neg2.rs Address mw nits 2016-07-28 12:05:45 -04:00
spike.rs Add a testing mechanism and a simple spike test 2016-07-28 12:05:45 -04:00
string_constant.rs
struct_add_field.rs add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00
struct_change_field_name.rs add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00
struct_change_field_type.rs add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00
struct_change_nothing.rs add a series of tests for changes to structs 2016-05-31 19:59:57 -04:00
struct_remove_field.rs add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00