aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src
Commit message (Collapse)AuthorAgeFilesLines
...
* restore index-based gotodefAleksey Kladov2018-12-051-5/+4
|
* Add functions to DefIdAleksey Kladov2018-12-044-24/+30
|
* ModuleSource is ItemSourceAleksey Kladov2018-12-041-4/+1
|
* Merge #250bors[bot]2018-12-022-5/+11
|\ | | | | | | | | | | | | | | | | 250: Improve the suggestion for test functions r=DJMcNab a=DJMcNab I haven't fully updated the previous commented out test - I don't know why it was commented out so some clarification would be welcome. Co-authored-by: Daniel McNab <[email protected]> Co-authored-by: DJMcNab <[email protected]>
| * Fix formattingDJMcNab2018-12-021-4/+4
| |
| * Format completion text properlyDaniel McNab2018-11-281-2/+5
| |
| * Add tfn lookup and remove test prefixDaniel McNab2018-11-282-3/+3
| |
| * Change the body and name of the test function completionDaniel McNab2018-11-282-4/+7
| |
* | remove useless test hooksAleksey Kladov2018-11-281-43/+0
| |
* | Move hir tests to hitAleksey Kladov2018-11-282-142/+7
| |
* | Move hir to a separate crateAleksey Kladov2018-11-2815-2249/+131
| |
* | introduce hir crateAleksey Kladov2018-11-281-16/+1
| |
* | move ids to HIRAleksey Kladov2018-11-289-80/+57
| |
* | move db basics to ra_dbAleksey Kladov2018-11-2814-392/+52
| | | | | | | | This should allow to move hir to a separate crate
* | generalize location internerAleksey Kladov2018-11-278-50/+100
| |
* | rename file_syntax -> source_fileAleksey Kladov2018-11-276-18/+18
| |
* | introduce SymbolsDatabaseAleksey Kladov2018-11-274-27/+40
| |
* | remove syntax ptrAleksey Kladov2018-11-272-26/+1
| |
* | Use ItemPtr for idAleksey Kladov2018-11-274-18/+12
| |
* | ItemId based module sourceAleksey Kladov2018-11-273-20/+23
| |
* | Introduce SourceItemIdAleksey Kladov2018-11-275-17/+24
| |
* | renameAleksey Kladov2018-11-276-26/+26
| |
* | Move FileItems upAleksey Kladov2018-11-274-37/+43
| |
* | Remove unused dead codeAleksey Kladov2018-11-271-1/+0
| |
* | check_canceled is a methodAleksey Kladov2018-11-274-15/+9
| |
* | drop descriptor suffix, use hir:: insteadAleksey Kladov2018-11-274-20/+19
| |
* | rename ModuleDescriptor -> ModuleAleksey Kladov2018-11-275-35/+34
| |
* | move resolve_local to ScopesAleksey Kladov2018-11-275-107/+103
| |
* | rename FnDescriptior -> FnSignatureInfoAleksey Kladov2018-11-274-15/+21
| |
* | move resolve_local_scopeAleksey Kladov2018-11-276-27/+27
| |
* | make module module privateAleksey Kladov2018-11-275-9/+8
| |
* | move query definitionsAleksey Kladov2018-11-2710-199/+232
| |
* | remove underscoresAleksey Kladov2018-11-275-22/+22
| |
* | move hir dbAleksey Kladov2018-11-273-66/+78
| |
* | itroduce FunctionDescriptorAleksey Kladov2018-11-273-9/+36
| |
* | rename descriptorsdb -> hirdbAleksey Kladov2018-11-277-33/+30
| |
* | start descriptors -> hir renameAleksey Kladov2018-11-2714-27/+34
| |
* | resolve_path works with DefIdsAleksey Kladov2018-11-273-11/+46
| |
* | use ctryAleksey Kladov2018-11-274-22/+13
| |
* | scope-based resolve pathAleksey Kladov2018-11-273-21/+53
| |
* | add db to resolve_pathAleksey Kladov2018-11-272-2/+2
| |
* | Make resolve_path cancelableAleksey Kladov2018-11-272-2/+10
| |
* | don't use volatile queriesAleksey Kladov2018-11-272-4/+4
| | | | | | | | | | | | "volatile" means "changes every time". That is, all transitive rev-deps of volatile queries will be executed every time. We actually need "dependencies".
* | Make nameresolution resilient to reparsingAleksey Kladov2018-11-276-84/+139
| | | | | | | | | | We now store item id's instead of local syntax ptrs, and item ids don't change if you type inside a single function.
* | implement file_itemsAleksey Kladov2018-11-271-2/+8
| |
* | add file items queryAleksey Kladov2018-11-273-14/+41
| |
* | Merge #244bors[bot]2018-11-273-49/+19
|\ \ | |/ |/| | | | | | | | | | | 244: Switch to id-arena r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Switch to id-arenaAleksey Kladov2018-11-273-49/+19
| |
* | hack around nested librariesAleksey Kladov2018-11-262-0/+11
|/
* Codify Arena patternAleksey Kladov2018-11-256-78/+145
|