aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model_impl
Commit message (Collapse)AuthorAgeFilesLines
* Sketching the resolver APIFlorian Diebold2019-02-011-4/+2
|
* split HirDatabase apicsmoe2019-02-013-11/+22
|
* Rename FnScopes -> ExprScopesFlorian Diebold2019-01-302-514/+0
| | | | | The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore.
* Use Crate instead of CrateIdAleksey Kladov2019-01-302-13/+6
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-1/+12
|
* remove Option<SourceFileItemId> hackAleksey Kladov2019-01-261-5/+5
|
* simplifyAleksey Kladov2019-01-251-9/+3
|
* remove useless wrapperAleksey Kladov2019-01-251-5/+0
|
* write path resolution code only onceAleksey Kladov2019-01-251-60/+3
|
* Migrate trait & type to new idsAleksey Kladov2019-01-241-6/+1
|
* move consts&statics to new idAleksey Kladov2019-01-241-1/+5
|
* remove boilerplateAleksey Kladov2019-01-241-13/+1
|
* generalize boilerplateAleksey Kladov2019-01-241-4/+0
|
* move enum variant to the new APIAleksey Kladov2019-01-241-2/+2
|
* remove useless aliasesAleksey Kladov2019-01-241-3/+3
|
* migrate enums to new idAleksey Kladov2019-01-241-24/+18
|
* new struct idAleksey Kladov2019-01-241-1/+1
|
* Functions use new id schemeAleksey Kladov2019-01-242-11/+19
|
* Change ids strategyAleksey Kladov2019-01-242-125/+79
| | | | | | | 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
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-231-7/+6
|
* fix completion bugsgfreezy2019-01-231-0/+4
|
* Move docs to FunctionJeremy Kolb2019-01-221-4/+1
|
* Thread documentation through FnSignature and CompletionItemJeremy Kolb2019-01-221-1/+5
|
* Make Module impl methods crate-private, update some commentsFlorian Diebold2019-01-191-6/+9
|
* Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-191-4/+6
|
* Refactor/simplify path resolutionFlorian Diebold2019-01-191-31/+33
|
* Address issues flagged in reviewMarcus Klaas de Vries2019-01-191-2/+0
|
* Fixup annotated bindingsMarcus Klaas de Vries2019-01-191-4/+11
|
* Add initial (flawed) implementation of binding annotationsMarcus Klaas de Vries2019-01-191-1/+1
|
* Add additional pattern variantsMarcus Klaas de Vries2019-01-191-0/+11
|
* rename LoweredImport -> ImportIdAleksey Kladov2019-01-191-2/+2
|
* switched to lowerd moduleAleksey Kladov2019-01-191-3/+14
|
* hir is cancelation freeAleksey Kladov2019-01-151-6/+3
|
* remove Cancelable from idsAleksey Kladov2019-01-151-3/+2
|
* remove Cancelable from nameresAleksey Kladov2019-01-151-19/+14
|
* remove Cancelable from funciton bodyAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from adt APIAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from Crate APIAleksey Kladov2019-01-151-4/+4
|
* remove Cancelable from Module API, part 2Aleksey Kladov2019-01-151-17/+13
|
* remove Cancelable from Module APIAleksey Kladov2019-01-151-11/+8
|
* remove Cancelable from source bindersAleksey Kladov2019-01-151-9/+12
|
* remove Cancelable from module_tree_queryAleksey Kladov2019-01-152-9/+9
|
* support ref-patternsAleksey Kladov2019-01-131-8/+23
|
* args -> paramsFlorian Diebold2019-01-122-8/+8
|
* Implement basic inherent method resolutionFlorian Diebold2019-01-122-0/+18
|
* uncopypaste def sourcesAleksey Kladov2019-01-111-17/+5
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-112-5/+5
| | | | This is much clearer about the semantics
* envapsulate navigation target betterAleksey Kladov2019-01-111-1/+1
|
* Use name resolution for goto definitionFlorian Diebold2019-01-101-6/+17
|