aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/symbol_index.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move ra_ide_api unit testsWilco Kusee2019-03-251-0/+58
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* remove lower moduleAleksey Kladov2019-03-171-8/+3
|
* dont produce giant debug dumpsAleksey Kladov2019-03-051-1/+8
|
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-2/+2
|
* Add name_range field to FileSymbolVille Penttinen2019-02-231-6/+16
| | | | | | This contains the syntax range of the name itself, allowing NavigationTarget to properly set the focus_range. This should make it so that when using symbol based navigation, we should always focus on the name, instead of the full range.
* Fix possible issue where unnamed is_symbol_def would pop stack wronglyVille Penttinen2019-02-131-11/+1
| | | | This removes is_symbol_def as unnecessary.
* Use cloned over map + cloneVille Penttinen2019-02-131-1/+1
|
* Add support for container_name in workspace/symbol queryVille Penttinen2019-02-121-14/+48
|
* Fix some typosPascal Hertleif2019-02-121-6/+6
|
* reformat the worldAleksey Kladov2019-02-081-4/+1
|
* move index_resolve to symbol indexAleksey Kladov2019-02-081-0/+8
|
* Some clippy cleanupskjeremy2019-02-061-1/+1
|
* rename source_file -> parseAleksey Kladov2019-01-261-1/+1
|
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-1/+1
|
* move ide queries to ide dbAleksey Kladov2019-01-261-0/+8
|
* :arrow_up: salsaAleksey Kladov2019-01-251-1/+1
|
* print one size for symbolsAleksey Kladov2019-01-251-1/+1
|
* print one size for symbolsAleksey Kladov2019-01-251-6/+2
|
* more statsAleksey Kladov2019-01-251-0/+9
|
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-231-7/+7
|
* typos fixgfreezy2019-01-211-4/+4
|
* :arrow_up: salsaAleksey Kladov2019-01-171-12/+9
|
* remove cancelable from symbolsAleksey Kladov2019-01-151-7/+6
|
* remove Cancelable from source bindersAleksey Kladov2019-01-151-1/+1
|
* check_canceled does not return ResultAleksey Kladov2019-01-151-1/+1
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-2/+2
| | | | This is much clearer about the semantics
* fix usages after renameAleksey Kladov2019-01-081-0/+222