about summary refs log tree commit diff
path: root/src/test/ui/chalkify/lower_env1.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2023-01-04Update tests, etcMichael Goulet-1/+1
2020-05-07Reintegrate chalk using chalk-solveJack Huey-0/+14
2020-03-02Remove chalk integrationCAD97-14/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-13Pretty print quantified goals and clausesscalexm-1/+1
2018-04-23first draft of `program_clauses_for_env`Niko Matsakis-0/+24
This computes the transitive closure of traits that appear in the environment and then appends their clauses. It needs some work, but it's in the right direction.