aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/imp.rs
Commit message (Collapse)AuthorAgeFilesLines
* move world-symbols to file_symbolsAleksey Kladov2019-01-021-36/+2
|
* Merge #404bors[bot]2019-01-021-9/+9
|\ | | | | | | | | | | | | | | 404: Move FileSymbol to ra_analysis r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * use navigation target in APIAleksey Kladov2019-01-021-3/+3
| |
| * introduce navigation targetAleksey Kladov2019-01-021-4/+4
| |
| * move symbols to ra_analysisAleksey Kladov2019-01-021-2/+2
| |
* | rename MFileId -> HirFileIdAleksey Kladov2019-01-011-2/+2
|/
* Make modules with tests runnableJan Jansen2018-12-311-0/+22
| | | | Fixes #154
* Move renames into ra_analysisDJMcNab2018-12-301-2/+24
|
* Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-291-0/+3
| | | | | | Attempting to format a document when rustfmt isn't installed will result in an error being returned to the frontend. An alternative implementation would be returning zero replacements.
* introduce FileRangeAleksey Kladov2018-12-281-10/+14
|
* simplifyAleksey Kladov2018-12-271-6/+1
|
* dead codeAleksey Kladov2018-12-271-14/+1
|
* remove FnIdAleksey Kladov2018-12-271-3/+0
|
* use names everywhereAleksey Kladov2018-12-271-18/+16
|
* expose make_pub_crate actionAleksey Kladov2018-12-271-0/+1
|
* add fix for removing unnecessary braces in use statementsgfreezy2018-12-251-35/+25
|
* Merge #326bors[bot]2018-12-241-1/+4
|\ | | | | | | | | | | | | | | 326: resolved #324: remove unnecessary braces in use statement. r=matklad a=gfreezy Add inspection for unnecessary braces in use statement Co-authored-by: gfreezy <[email protected]>
| * remove option from Diagnosticgfreezy2018-12-241-3/+3
| |
| * keep severity to Error & WeakWarninggfreezy2018-12-241-1/+1
| |
| * add serverity to vscode diagnosticsgfreezy2018-12-231-1/+4
| |
* | Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-1/+1
| |
* | CleanupFlorian Diebold2018-12-231-2/+8
| |
* | Add testing infrastructure for type inferenceFlorian Diebold2018-12-231-1/+13
|/ | | | - move dir_tests to test_utils for that.
* completion uses hir scopesAleksey Kladov2018-12-221-3/+3
|
* use completions in APIAleksey Kladov2018-12-211-1/+2
|
* edits use source-root APIAleksey Kladov2018-12-211-4/+6
|
* hide atom edits a bitAleksey Kladov2018-12-211-1/+1
|
* fix SourceFileEdit nameAleksey Kladov2018-12-211-2/+2
|
* docs for input queriesAleksey Kladov2018-12-201-3/+0
|
* set symbol index as constAleksey Kladov2018-12-201-29/+1
|
* TreatAleksey Kladov2018-12-201-2/+30
|
* Restore library symbolsAleksey Kladov2018-12-201-1/+4
|
* fix testsAleksey Kladov2018-12-201-3/+12
|
* index all local cratesAleksey Kladov2018-12-201-20/+19
|
* swtich lsp server to vfsAleksey Kladov2018-12-201-3/+6
|
* switch analysis to vfsAleksey Kladov2018-12-201-46/+42
|
* make it compileAleksey Kladov2018-12-201-8/+1
|
* disable gc for nowAleksey Kladov2018-12-181-1/+5
|
* Gc syntax trees after every modificationAleksey Kladov2018-12-181-4/+17
|
* Refactor symbol resolve APIAleksey Kladov2018-12-081-13/+14
| | | | | Introduce ReferenceResolution to avoid nesting to many non-nominal types.
* reformatAleksey Kladov2018-12-081-1/+3
|
* Add a better text for hover and stop duplicating work done in ↵DJMcNab2018-12-081-0/+11
| | | | approximatelly_resolve_symbol
* Fix typo in commentDJMcNab2018-12-081-10/+15
|
* move fuzzy source binding to a separete modeAleksey Kladov2018-12-051-12/+15
|
* restore index-based gotodefAleksey Kladov2018-12-051-5/+4
|
* Add functions to DefIdAleksey Kladov2018-12-041-14/+27
|
* ModuleSource is ItemSourceAleksey Kladov2018-12-041-4/+1
|
* Move hir to a separate crateAleksey Kladov2018-11-281-5/+5
|
* move db basics to ra_dbAleksey Kladov2018-11-281-86/+15
| | | | This should allow to move hir to a separate crate
* rename file_syntax -> source_fileAleksey Kladov2018-11-271-9/+9
|