aboutsummaryrefslogtreecommitdiff
path: root/syntax/toposort.rs
AgeCommit message (Expand)Author
2020-12-31Add wrapper to prevent iteration of unordered mapsDavid Tolnay
2020-11-03Point out every field involved in the cycleDavid Tolnay
2020-11-03Emit diagnostic on cyclic structsDavid Tolnay
2020-11-03Pass error reporting context to topological sortDavid Tolnay
2020-11-03Perform topological sort of structs earlier during type checkingDavid Tolnay