| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -4/+3 | |
| 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-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 | |
| 2024-04-24 | Fix tests and bless | Gary Guo | -1/+1 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+1 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+18 | |
