| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -3/+3 | |
| The commit adds "associated" to the description of associated types and associated consts, to match the description of associated functions. This increases error message precision and consistency with `AssocKind::fmt`. The commit also notes an imperfection in `AssocKind::fmt`; fixing this imperfection is possible but beyond the scope of this PR. | ||||
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -17/+7 | |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -3/+3 | |
| 2024-06-14 | Add more tests | Michael Goulet | -0/+45 | |
