rust/src/test/incremental
2021-07-06 14:38:10 -04:00
..
add_private_fn_at_krate_root_cc Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
auxiliary Use def_path_hash_to_def_id when re-using a RawDefId 2020-12-10 16:04:19 -05:00
callee_caller_cross_crate Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_add_field Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_crate_order Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
change_implementation_cross_crate
change_private_fn Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_private_fn_cc Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_private_impl_method Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_private_impl_method_cc Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_pub_inherent_method_body Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
change_pub_inherent_method_sig Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
const-generics adjust tests 2020-05-09 14:40:17 +02:00
extern_static
hashes Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
hygiene Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
inlined_hir_34991 Replace Hir with hir_owner in tests 2020-03-14 22:52:31 +01:00
issue-39828
issue-49595 Remove FIXME comment from incremental 2020-11-20 21:33:48 +09:00
issue-85197-invalid-span Preserve SyntaxContext for invalid/dummy spans in crate metadata 2021-05-12 15:44:46 -04:00
krate_reassign_34991
link_order Don't sort a Vec before computing its DepTrackingHash 2021-05-25 22:11:39 -05:00
remapped_paths_cc Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser" 2021-01-11 16:27:59 -03:00
remove_crate
remove_source_file
remove-private-item-cross-crate
rlib_cross_crate Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
span_hash_stable Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
static_cycle
static_refering_to_other_static
static_refering_to_other_static2
static_refering_to_other_static3
static_stable_hash
struct_change_field_type_cross_crate Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
thinlto Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuse 2020-09-17 22:04:13 -04:00
type_alias_cross_crate Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
cache_file_headers.rs
change_crate_dep_kind.rs
change_name_of_static_in_fn.rs
change_symbol_export_status.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
commandline-args.rs Add integration test for --remap-pathh-prefix 2021-04-29 12:53:59 +00:00
crate_hash_reorder.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
cyclic-trait-hierarchy.rs Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
delayed_span_bug.rs
dirty_clean.rs Remove remains of rustc_dirty. 2021-05-16 10:16:31 +02:00
feature_gate.rs
foreign.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
hello_world.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
ich_method_call_trait_scope.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
ich_nested_items.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
ich_resolve_results.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
incremental_proc_macro.rs
issue-35593.rs
issue-38222.rs
issue-39569.rs
issue-42602.rs
issue-49043.rs
issue-49482.rs
issue-51409.rs
issue-54059.rs
issue-54242.rs Remove predicates on associated types from traits 2020-10-06 11:19:31 +01:00
issue-59523-on-implemented-is-not-unused.rs
issue-59524-layout-scalar-valid-range-is-not-unused.rs
issue-60629.rs
issue-61323.rs
issue-61530.rs fix test suite 2021-05-13 15:01:09 +02:00
issue-62649-path-collisions-happen.rs
issue-69596.rs Add test for #69596 2020-03-14 22:52:31 +01:00
issue-72386.rs Add missing ASM arena declaration to librustc_middle 2020-05-23 15:50:37 -04:00
issue-79661-missing-def-path-hash.rs Properly re-use def path hash in incremental mode 2020-12-04 22:16:40 -05:00
issue-79890-imported-crates-changed.rs Use def_path_hash_to_def_id when re-using a RawDefId 2020-12-10 16:04:19 -05:00
issue-80336-invalid-span.rs Properly handle SyntaxContext of dummy spans in incr comp 2021-01-13 15:20:29 -05:00
issue-80691-bad-eval-cache.rs Use EvaluatedToOkModuloRegions whenever we erase regions 2021-03-24 16:01:37 -04:00
issue-82920-predicate-order-miscompile.rs Avoid sorting predicates by DefId 2021-03-13 13:45:12 -05:00
issue-84252-global-alloc.rs Mark has_global_allocator query as eval_always 2021-04-16 16:28:54 -04:00
issue-86753.rs Make type_implements_trait not a query 2021-07-06 14:38:10 -04:00
krate-inherent.rs
krate-inlined.rs
lto-in-linker.rs Fix disagreeement about CGU reuse and LTO 2020-05-09 19:30:48 -07:00
lto.rs
macro_export.rs
no_mangle.rs
rlib-lto.rs Fix disagreeement about CGU reuse and LTO 2020-05-09 19:30:48 -07:00
source_loc_macros.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
spans_in_type_debuginfo.rs
spans_significant_w_debuginfo.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
spans_significant_w_panic.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
spike-neg1.rs
spike-neg2.rs
spike.rs
string_constant.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
struct_add_field.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
struct_change_field_name.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
struct_change_field_type.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
struct_change_nothing.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
struct_remove_field.rs Remove label in dirty/clean annotations. 2021-05-15 13:20:42 +02:00
unchecked_dirty_clean.rs Remove remains of rustc_dirty. 2021-05-16 10:16:31 +02:00
warnings-reemitted.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00