rust/src/test/incremental
Florian Diebold 78b54c07e5 Make hello_world test work again
This used to work with the rustc_clean attribute, but doesn't anymore
since my rebase; but I don't know enough about the type checking to find
out what's wrong. The dep graph looks like this:

ItemSignature(xxxx) -> CollectItem(xxxx)
CollectItem(xxxx) -> ItemSignature(xxxx)
ItemSignature(xxxx) -> TypeckItemBody(yyyy)
HirBody(xxxx) -> CollectItem(xxxx)

The cycle between CollectItem and ItemSignature looks wrong, and my
guess is the CollectItem -> ItemSignature edge shouldn't be there, but
I'm not sure how to prevent it.
2016-11-29 13:04:27 +01:00
..
callee_caller_cross_crate
change_add_field improve comments 2016-11-18 10:13:30 -05:00
change_crate_order
change_private_fn
change_private_fn_cc
change_private_impl_method when creating an AssociatedItem, read data from impl, not impl item 2016-11-17 13:44:21 -05:00
change_private_impl_method_cc fix change_private_impl_method_cc test 2016-11-17 13:44:22 -05:00
change_pub_inherent_method_body remove FIXMEs; issue fixed 2016-11-18 13:37:36 -05:00
change_pub_inherent_method_sig remove FIXMEs; issue fixed 2016-11-18 13:37:36 -05:00
hashes Fix new tests 2016-11-29 13:04:27 +01:00
inlined_hir_34991
krate_reassign_34991
remove-private-item-cross-crate
rlib_cross_crate
span_hash_stable
struct_change_field_type_cross_crate
type_alias_cross_crate
cache_file_headers.rs
commandline-args.rs
crate_hash_reorder.rs
dirty_clean.rs
foreign.rs
hello_world.rs Make hello_world test work again 2016-11-29 13:04:27 +01:00
ich_method_call_trait_scope.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
ich_nested_items.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
ich_resolve_results.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
issue-35593.rs
krate-inherent.rs
krate-inlined.rs
source_loc_macros.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
spans_insignificant_w_o_debuginfo.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
spans_significant_w_debuginfo.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
spike-neg1.rs
spike-neg2.rs
spike.rs
string_constant.rs
struct_add_field.rs
struct_change_field_name.rs
struct_change_field_type.rs
struct_change_nothing.rs
struct_remove_field.rs