aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/imp.rs
Commit message (Collapse)AuthorAgeFilesLines
* move call-info to a separate fileAleksey Kladov2019-01-081-111/+3
|
* itroduce trait for ast tokensAleksey Kladov2019-01-081-1/+1
|
* migrate ra_analysis to new rowanAleksey Kladov2019-01-081-15/+13
|
* fix ra_analysis to work with the new APIAleksey Kladov2019-01-061-3/+2
|
* fix testsAleksey Kladov2019-01-061-16/+13
|
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-2/+2
| | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface.
* kill approximatelly_resolve_symbolAleksey Kladov2019-01-051-61/+1
|
* move goto_defenition to a separate fileAleksey Kladov2019-01-051-1/+1
|
* move typeof to hoverAleksey Kladov2019-01-051-15/+1
|
* fold doc_comment into hoverAleksey Kladov2019-01-051-102/+2
|
* move hover implementation to ra_analysisAleksey Kladov2019-01-051-26/+0
|
* wipAleksey Kladov2019-01-051-0/+26
|
* embed file_id into FileSymbolAleksey Kladov2019-01-031-9/+13
|
* more enterprisey assists APIAleksey Kladov2019-01-031-13/+3
|
* split assists over several filesAleksey Kladov2019-01-031-1/+1
|
* rename code-actions -> assistsAleksey Kladov2019-01-031-6/+6
|
* use LocalPtr in navigation targetAleksey Kladov2019-01-031-0/+3
|
* use LocalSyntaxPtr for file symbolAleksey Kladov2019-01-031-42/+42
|
* move some logic to navigation targetAleksey Kladov2019-01-031-19/+105
|
* simplify runnablesAleksey Kladov2019-01-021-21/+0
|
* get rid of AnalysisImplAleksey Kladov2019-01-021-69/+49
|
* remove AnalysisHostImplAleksey Kladov2019-01-021-41/+22
|
* remove some methods from analysis implAleksey Kladov2019-01-021-11/+2
|
* 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
|