| .. |
|
add_private_fn_at_krate_root_cc
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
callee_caller_cross_crate
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
change_add_field
|
Stabilize static in const
|
2017-02-08 12:33:35 +01:00 |
|
change_crate_order
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
change_private_fn
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
change_private_fn_cc
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
change_private_impl_method
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
change_private_impl_method_cc
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
change_pub_inherent_method_body
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
change_pub_inherent_method_sig
|
Stabilize static in const
|
2017-02-08 12:33:35 +01:00 |
|
hashes
|
Detect implicitly defined late bound lifetime parameters as well
|
2017-07-18 00:12:48 +03:00 |
|
inlined_hir_34991
|
remap Hir(InlinedDefId) to MetaData(OriginalDefId)
|
2016-08-02 05:31:25 -04:00 |
|
issue-39828
|
detect "bootstrap outputs" when serializing the dep-graph
|
2017-02-22 12:02:41 -05:00 |
|
krate_reassign_34991
|
watch out for krate numbers being reassigned
|
2016-08-02 05:31:25 -04:00 |
|
remapped_paths_cc
|
kill various tasks we no longer need and remove outdated README text
|
2017-06-12 16:00:31 -04:00 |
|
remove-private-item-cross-crate
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
remove_source_file
|
ICH: Handle case of removed FileMaps.
|
2017-05-10 12:35:36 +02:00 |
|
rlib_cross_crate
|
incr.comp.: Track expanded spans instead of FileMaps.
|
2017-05-23 18:20:51 +02:00 |
|
span_hash_stable
|
incr.comp. Add tests for stable span hashing.
|
2016-09-01 09:43:44 -04:00 |
|
struct_change_field_type_cross_crate
|
Enable cross-crate incremental compilation by default.
|
2017-05-18 10:12:13 +02:00 |
|
type_alias_cross_crate
|
incr.comp.: Track expanded spans instead of FileMaps.
|
2017-05-23 18:20:51 +02:00 |
|
cache_file_headers.rs
|
incr.comp.: Add test case for cache artifact file headers.
|
2016-09-26 17:14:31 -04:00 |
|
change_symbol_export_status.rs
|
incr.comp.: Add test case for symbol visibility changes
|
2016-12-09 17:47:56 -05:00 |
|
commandline-args.rs
|
Fix incremental/commandline-args test.
|
2016-08-11 10:59:05 -04:00 |
|
crate_hash_reorder.rs
|
fix stray comment
|
2016-08-23 13:29:28 -04:00 |
|
dirty_clean.rs
|
kill various tasks we no longer need and remove outdated README text
|
2017-06-12 16:00:31 -04:00 |
|
foreign.rs
|
hash foreign items too
|
2016-08-01 19:57:32 -04:00 |
|
hello_world.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05: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
|
add regression test for #35593
|
2016-08-23 07:40:53 -04:00 |
|
issue-38222.rs
|
incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginfo namespaces.
|
2016-12-12 12:18:04 -05:00 |
|
issue-39569.rs
|
fix case where some edges can't be recreated by expanding the graph
|
2017-02-06 10:20:23 -05:00 |
|
issue-42602.rs
|
consider closures/ty-fn-defs when making trait selection keys
|
2017-06-12 17:23:21 -04:00 |
|
krate-inherent.rs
|
write to inherent_impls during the visitor
|
2016-09-06 11:17:03 -04:00 |
|
krate-inlined.rs
|
kill various tasks we no longer need and remove outdated README text
|
2017-06-12 16:00:31 -04:00 |
|
source_loc_macros.rs
|
Address remaining review comments
|
2016-11-29 13:04:27 +01:00 |
|
spans_in_type_debuginfo.rs
|
incr.comp.: Don't include span information in the ICH of type definitions.
|
2017-07-07 14:23:38 +02: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
|
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
|
use preds to serialize just what we need
|
2016-08-09 08:26:06 -04:00 |
|
string_constant.rs
|
kill various tasks we no longer need and remove outdated README text
|
2017-06-12 16:00:31 -04:00 |
|
struct_add_field.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
struct_change_field_name.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
struct_change_field_type.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
struct_change_nothing.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
struct_remove_field.rs
|
rename Tables to TypeckTables
|
2017-01-25 16:24:00 -05:00 |
|
unchecked_dirty_clean.rs
|
Let the ICH testing framework check that all #[rustc_dirty] attrs have been actually checked.
|
2017-02-03 15:08:42 -05:00 |
|
unchecked_dirty_clean_metadata.rs
|
ICH: Replace old, transitive metadata hashing with direct hashing approach.
|
2017-04-12 11:47:26 +02:00 |