aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/keys.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-2/+2
| | | | We don't have LifetimeParam yet, but they are planned!
* Classify name works for TypeParamsAleksey Kladov2019-12-071-1/+2
|
* DynMapAleksey Kladov2019-12-061-0/+48
This might, or might not help us to reduce boilerplate associated with plumbing values from analysis to the IDE layer