summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/dirty_clean.rs
AgeCommit message (Expand)AuthorLines
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