about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/dirty_clean.rs
AgeCommit message (Expand)AuthorLines
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-4/+4
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-2/+1
2021-12-21Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query resultAaron Hill-2/+40
2021-12-13Remove `in_band_lifetimes` from `rustc_incremental`Peter Jaszkowiak-4/+4
2021-10-20Merge two query callbacks arrays.Camille GILLOT-15/+6
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-2/+1
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+2
2021-05-16Remove remains of rustc_dirty.Camille GILLOT-43/+18
2021-05-15Fix tests on traits.Camille GILLOT-14/+7
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-44/+4
2021-03-30Address review.Camille GILLOT-2/+0
2021-03-30Stream the dep-graph to a file.Camille GILLOT-22/+2
2021-03-27Remove (lots of) dead codeJoshua Nelson-14/+0
2021-03-22Only enable assert_dep_graph when query-dep-graph is enabled.Camille GILLOT-0/+4
2021-03-09Deduplicate unchecked_attrs errors.Camille GILLOT-2/+3
2021-03-09Track HirId when visiting attributes.Camille GILLOT-1/+1
2021-02-15Use less HirId when referring to items.Camille GILLOT-14/+14
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+4
2020-10-28Fix typos and replace static vector with sliceDániel Buga-8/+8
2020-08-30mv compiler to compiler/mark-0/+558