Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont depend on ra_editor directly | Aleksey Kladov | 2019-01-08 | 1 | -1/+4 |
| | |||||
* | remove FnSignatureInfo from hir | Aleksey Kladov | 2019-01-08 | 1 | -1/+0 |
| | |||||
* | introduce CallInfo | Aleksey Kladov | 2019-01-08 | 1 | -4/+9 |
| | |||||
* | move call-info to a separate file | Aleksey Kladov | 2019-01-08 | 1 | -7/+8 |
| | |||||
* | migrate ra_analysis to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -4/+4 |
| | |||||
* | Merge #442 | bors[bot] | 2019-01-07 | 1 | -13/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 442: WIP: indent on typing dot r=matklad a=simonvandel Fixes #439. The unit test passes, but I can't seem to make VS code perform the action. The existing action on "=" doesn't work either on my end either though. I didn't add any smart way of detecting the current indent level. Any ideas how I would do that? Co-authored-by: Simon Vandel Sillesen <[email protected]> | ||||
| * | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 1 | -13/+17 |
| | | |||||
* | | split module source into decl/defin | Aleksey Kladov | 2019-01-06 | 1 | -1/+1 |
|/ | |||||
* | show types in local variable hovers | Aleksey Kladov | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | kill approximatelly_resolve_symbol | Aleksey Kladov | 2019-01-05 | 1 | -20/+0 |
| | |||||
* | inline goto_defention tests | Aleksey Kladov | 2019-01-05 | 1 | -7/+0 |
| | |||||
* | move goto_defenition to a separate file | Aleksey Kladov | 2019-01-05 | 1 | -10/+10 |
| | |||||
* | introduce separate goto_defenition | Aleksey Kladov | 2019-01-05 | 1 | -0/+7 |
| | |||||
* | move typeof to hover | Aleksey Kladov | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | fold doc_comment into hover | Aleksey Kladov | 2019-01-05 | 1 | -4/+0 |
| | |||||
* | move hover implementation to ra_analysis | Aleksey Kladov | 2019-01-05 | 1 | -0/+17 |
| | |||||
* | parse doc comment for items | csmoe | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | embed file_id into FileSymbol | Aleksey Kladov | 2019-01-03 | 1 | -8/+3 |
| | |||||
* | docs | Aleksey Kladov | 2019-01-03 | 1 | -3/+10 |
| | |||||
* | use LocalPtr in navigation target | Aleksey Kladov | 2019-01-03 | 1 | -1/+4 |
| | |||||
* | use LocalSyntaxPtr for file symbol | Aleksey Kladov | 2019-01-03 | 1 | -2/+2 |
| | |||||
* | move some logic to navigation target | Aleksey Kladov | 2019-01-03 | 1 | -7/+18 |
| | |||||
* | simplify runnables | Aleksey Kladov | 2019-01-02 | 1 | -6/+1 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | doctrings | Aleksey Kladov | 2019-01-02 | 1 | -28/+62 |
| | |||||
* | get rid of AnalysisImpl | Aleksey Kladov | 2019-01-02 | 1 | -32/+31 |
| | |||||
* | remove AnalysisHostImpl | Aleksey Kladov | 2019-01-02 | 1 | -4/+4 |
| | |||||
* | remove some methods from analysis impl | Aleksey Kladov | 2019-01-02 | 1 | -11/+11 |
| | |||||
* | move world-symbols to file_symbols | Aleksey Kladov | 2019-01-02 | 1 | -3/+1 |
| | |||||
* | Merge #404 | bors[bot] | 2019-01-02 | 1 | -11/+38 |
|\ | | | | | | | | | | | | | | | 404: Move FileSymbol to ra_analysis r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | make FileSymbol private | Aleksey Kladov | 2019-01-02 | 1 | -2/+1 |
| | | |||||
| * | use navigation target in API | Aleksey Kladov | 2019-01-02 | 1 | -4/+16 |
| | | |||||
| * | introduce navigation target | Aleksey Kladov | 2019-01-02 | 1 | -4/+19 |
| | | |||||
| * | move symbols to ra_analysis | Aleksey Kladov | 2019-01-02 | 1 | -2/+3 |
| | | |||||
* | | move more macros to hir | Aleksey Kladov | 2019-01-01 | 1 | -1/+0 |
|/ | |||||
* | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -4/+10 |
| | | | | Fixes #154 | ||||
* | Move renames into ra_analysis | DJMcNab | 2018-12-30 | 1 | -0/+7 |
| | |||||
* | Add support for formatting entire document with rustfmt | Aleksander Vognild Burkow | 2018-12-29 | 1 | -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. | ||||
* | move macro to a separate module | Aleksey Kladov | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | switch to FileRange | Aleksey Kladov | 2018-12-28 | 1 | -3/+5 |
| | |||||
* | introduce FileRange | Aleksey Kladov | 2018-12-28 | 1 | -8/+8 |
| | |||||
* | move highlightning to a separate file | Aleksey Kladov | 2018-12-28 | 1 | -2/+2 |
| | |||||
* | dead code | Aleksey Kladov | 2018-12-27 | 1 | -7/+0 |
| | |||||
* | add fix for removing unnecessary braces in use statements | gfreezy | 2018-12-25 | 1 | -3/+2 |
| | |||||
* | Merge #326 | bors[bot] | 2018-12-24 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | 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 Diagnostic | gfreezy | 2018-12-24 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary braces in use statments | gfreezy | 2018-12-23 | 1 | -3/+1 |
| | | |||||
| * | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -0/+2 |
| | | |||||
* | | Add testing infrastructure for type inference | Florian Diebold | 2018-12-23 | 1 | -0/+3 |
|/ | | | | - move dir_tests to test_utils for that. | ||||
* | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 1 | -1/+10 |
| |