| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -26/+0 | |
| 2016-05-03 | add comments and tests | Ariel Ben-Yehuda | -6/+1 | |
| 2016-04-04 | process cycles as soon as they are detected | Niko Matsakis | -5/+5 | |
| We used to wait for the recursion limit, but that might well be too long! | ||||
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -3/+3 | |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -0/+31 | |
| to get the `Sized` error usable, since that hits new users frequently. Further work is needed for the error reporting for non-Sized cycle cases; those currently just fallback to the old path. Also adjust tests. | ||||
