aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/generics.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-2/+2
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* Rename Type => TypeAliasFlorian Diebold2019-02-241-5/+8
|
* Fix handling of generics in tuple variants and refactor a bitFlorian Diebold2019-02-201-0/+13
| | | | | | Also make them display a tiny bit nicer. Fixes #860.
* Handle impl generics in method callsFlorian Diebold2019-02-161-10/+28
|
* Add generic params to impl blocksFlorian Diebold2019-02-161-2/+4
|
* reformat the worldAleksey Kladov2019-02-081-8/+2
|
* Make the Resolution variants tuple variantsFlorian Diebold2019-02-011-0/+1
|
* split HirDatabase apicsmoe2019-02-011-2/+2
|
* Migrate trait & type to new idsAleksey Kladov2019-01-241-16/+7
|
* macro-generate fromsAleksey Kladov2019-01-241-18/+1
|
* migrate enums to new idAleksey Kladov2019-01-241-17/+21
|
* new struct idAleksey Kladov2019-01-241-1/+14
|
* Functions use new id schemeAleksey Kladov2019-01-241-15/+51
|
* Generics -> GenericParamsFlorian Diebold2019-01-191-4/+4
|
* Implement beginnings of genericsFlorian Diebold2019-01-191-0/+48
- add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions