aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3678 from edwin0cheng/refactor-renameAleksey Kladov2020-03-231-16/+4
|\
| * Refactor searchEdwin Cheng2020-03-221-16/+4
* | Add support for macro in symbo_indexEdwin Cheng2020-03-221-0/+7
|/
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-1/+14
* Remove some TextUnit->usize escapeesCAD972020-03-132-8/+8
* Merge #3549bors[bot]2020-03-111-0/+7
|\
| * Add resolve_extern_path in DBEdwin Cheng2020-03-101-0/+7
* | Merge #3542bors[bot]2020-03-111-5/+23
|\ \
| * | find_usages limited to actual usages againMatt Niemeir2020-03-111-14/+14
| * | Renaming a local renames struct field shorthandMatt Niemeir2020-03-101-9/+15
| * | Struct field rename renames field in constructor field shorthandMatt Niemeir2020-03-101-5/+17
* | | Move FeatureFlagsAleksey Kladov2020-03-102-84/+3
* | | Pull completion options up to the rust-analyzerAleksey Kladov2020-03-101-0/+4
| |/ |/|
* | :arrow_up: fstAleksey Kladov2020-03-102-3/+3
|/
* Consider crate declaration namesKirill Bulatov2020-03-082-11/+1
* Show mod path in hover tooltipKirill Bulatov2020-03-071-0/+4
* Normalize waiting queries namesAleksey Kladov2020-03-061-3/+3
* Don't reuse the Chalk solverFlorian Diebold2020-03-061-1/+0
* Don't creat public APIs with typosAleksey Kladov2020-03-061-1/+1
* Concise mode for parameter hintsAleksey Kladov2020-03-061-0/+1
* Feature flag for arg snippetsAleksey Kladov2020-03-061-0/+1
* Fix docsAleksey Kladov2020-03-041-4/+10
* Cleanup APIAleksey Kladov2020-03-041-47/+47
* Fix testsAleksey Kladov2020-03-042-1/+3
* Use method instead of a free functionAleksey Kladov2020-03-041-61/+64
* Move find_refs_to_defAleksey Kladov2020-03-042-3/+147
* Move ReferenceKindAleksey Kladov2020-03-041-1/+20
* Move SearchScopeAleksey Kladov2020-03-042-0/+148
* Support cross-crate marksAleksey Kladov2020-03-044-0/+17
* Move reference classification to ra_ide_dbAleksey Kladov2020-03-031-3/+75
* Rename NameDefinition -> DefinitionAleksey Kladov2020-03-032-46/+47
* Refactor reference search a bitAleksey Kladov2020-03-031-1/+27
* Simplify: remove couple of useless functionsAleksey Kladov2020-03-021-19/+11
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-2/+2
* Fix highlighting of const patternsAleksey Kladov2020-02-281-0/+6
* Classify name takes const patterns into accountAleksey Kladov2020-02-282-2/+28
* Fix union classificationAleksey Kladov2020-02-281-0/+4
* Ensure that semantic tokens are single-lineAleksey Kladov2020-02-271-1/+43
* Remove unused dependenciesShotaro Yamada2020-02-271-12/+0
* Refactor primary IDE APIAleksey Kladov2020-02-262-49/+27
* Actually drop unicase dependencyAleksey Kladov2020-02-261-1/+0
* Merge NameDefinition and NameKindAleksey Kladov2020-02-192-40/+23
* Derive visibility as wellAleksey Kladov2020-02-191-39/+44
* Don't store deriveable Module info in NameDefinitionAleksey Kladov2020-02-191-43/+37
* Update versionsKirill Bulatov2020-02-181-9/+10
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Remove unicase dependencyAleksey Kladov2020-02-182-8/+13
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-1/+1
* Drop proptest testsAleksey Kladov2020-02-173-108/+0
* Remove extra depAleksey Kladov2020-02-151-1/+0