aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/method_resolution.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use Crate instead of CrateIdAleksey Kladov2019-01-301-1/+1
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-3/+3
|
* new struct idAleksey Kladov2019-01-241-4/+4
|
* Functions use new id schemeAleksey Kladov2019-01-241-2/+2
|
* Change ids strategyAleksey Kladov2019-01-241-14/+12
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* Generics -> GenericParamsFlorian Diebold2019-01-191-2/+2
|
* Implement beginnings of genericsFlorian Diebold2019-01-191-3/+14
| | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions
* remove Cancelable from type inferenceAleksey Kladov2019-01-151-20/+17
|
* remove Cancelable from TyAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from idsAleksey Kladov2019-01-151-5/+5
|
* remove Cancelable from Crate APIAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from Module API, part 2Aleksey Kladov2019-01-151-1/+1
|
* args -> paramsFlorian Diebold2019-01-121-1/+1
|
* Small improvements from review commentsFlorian Diebold2019-01-121-15/+15
|
* Implement basic inherent method resolutionFlorian Diebold2019-01-121-0/+164