| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-22 | Add tests for two untested cases of placeholder relations | Amanda Stjerna | -0/+56 | |
| During work on #130227, I discovered several situations not covered by any previously existing UI test. This commit introudces tests to cover that. | ||||
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -3/+4 | |
| The SCCs of the region graph are not a reliable heuristic to use for blaming an interesting constraint for diagnostics. For region errors, if the outlived region is `'static`, or the involved types are invariant in their lifetiems, there will be cycles in the constraint graph containing both the target region and the most interesting constraints to blame. To get better diagnostics in these cases, this commit removes that heuristic. | ||||
| 2024-02-29 | Make nll higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -2/+25 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -10/+10 | |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -6/+6 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5/+5 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 | |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 | |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+2 | |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+3 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+307 | |
