summary refs log tree commit diff
path: root/src/librustc_data_structures/obligation_forest/graphviz.rs
AgeCommit message (Expand)AuthorLines
2020-02-15Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakisYuki Okushi-1/+1
2020-02-01Use BufWriterShotaro Yamada-1/+2
2020-01-22Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest`Aaron Hill-1/+1
2019-09-17Remove `NodeIndex`.Nicholas Nethercote-1/+1
2019-09-17Move a `Node`'s parent into the descendents list.Nicholas Nethercote-3/+1
2019-09-16Redefine `NodeIndex` as a `newtype_index!`.Nicholas Nethercote-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-09librustc_data_structures => 2018Taiki Endo-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-14Added graphviz visualization for obligation forests.Diogo Sousa-0/+101