about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/dep_graph/query.rs
AgeCommit message (Expand)AuthorLines
2025-05-06Rename `graph::implementation::Graph` to `LinkedGraph`Zalathar-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-11/+11
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-16Various minor Idx-related tweaksScott McMurray-4/+1
2021-03-30Address review.Camille GILLOT-1/+2
2021-03-30Fix tests.Camille GILLOT-4/+13
2021-03-30Stream the dep-graph to a file.Camille GILLOT-18/+17
2021-03-27Remove (lots of) dead codeJoshua Nelson-4/+0
2020-12-22rustc_query_system: use more space-efficient edges representationTyson Nottingham-6/+12
2020-12-22rustc_query_system: share previous graph data with current graphTyson Nottingham-4/+4
2020-10-14Remove unused code from rustc_query_systemest31-18/+1
2020-08-30mv compiler to compiler/mark-0/+74