about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/obligation_forest/tests.rs
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-4/+4
2024-10-12Swap PredicateObligation to ThinVecGnomedDev-32/+36
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-1/+0
2022-09-19Make cycle errors recoverableJoshua Nelson-1/+6
2022-09-19Make `OUT` an associated type instead of a generic parameterJoshua Nelson-0/+1
2022-06-06Split `process_obligation` in two.Nicholas Nethercote-0/+4
2022-06-06Handle stalling within `ObligationForest`.Nicholas Nethercote-10/+1
2020-10-15Turn Outcome into an opaque type to remove some runtime checksDániel Buga-298/+261
2020-08-30mv compiler to compiler/mark-0/+521