| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -8/+8 | |
| 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-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -0/+13 | |
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -32/+16 | |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -6/+6 | |
| 2024-06-14 | Resolve const lifetimes to static in trait too | Michael Goulet | -20/+7 | |
| 2024-06-14 | Add more tests | Michael Goulet | -0/+245 | |
