summary refs log tree commit diff
path: root/src/librustc_data_structures/obligation_forest/tests.rs
AgeCommit message (Expand)AuthorLines
2020-01-22Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest`Aaron Hill-2/+2
2019-12-22Format the worldMark Rousskov-175/+223
2019-11-15Make `process_obligations()` greedier.Nicholas Nethercote-9/+21
2019-09-30Avoid the popping loop at the end of `compress()`.Nicholas Nethercote-7/+21
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-3/+1
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-0/+449