about summary refs log tree commit diff
path: root/src/test/ui/chalkify/lower_impl.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-23in unit tests, use `note` to dump multiple program clausesNiko Matsakis-2/+2
(rather than issuing multiple errors) Also, reorder so that the annotations are considered "used" when the lint runs.
2018-04-15Implement Chalk lowering rule Normalize-From-ImplFabian Zaiser-0/+9
2018-03-14Add MVP for chalkificationscalexm-0/+20