about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/assert_dep_graph.rs
AgeCommit message (Expand)AuthorLines
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+2
2021-03-30Stream the dep-graph to a file.Camille GILLOT-21/+22
2021-03-22Only enable assert_dep_graph when query-dep-graph is enabled.Camille GILLOT-0/+4
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-09Access attrs directly from HirId in rustc_incremental::assert_dep_graph.Camille GILLOT-6/+7
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
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-3/+3
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-08-30mv compiler to compiler/mark-0/+429