| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 | |
| This is the same idea as #92533, but for `AssocItem` instead of `VariantDef`/`FieldDef`. With this change, we no longer have any uses of `#[stable_hasher(project(...))]` | ||||
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+1 | |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -104/+2 | |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -0/+9 | |
| 2022-01-07 | Move associated_item* providers to their own module | Matthew Jasper | -0/+230 | |
