Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
* | 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 |
* | 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 |
|\ | |||||
| * | 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 |
|/ | |||||
* | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 1 | -1/+10 |
* | more icons | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
* | hide empty changes | Aleksey Kladov | 2018-12-21 | 1 | -7/+17 |
* | make compleion item details private | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
* | edits use source-root API | Aleksey Kladov | 2018-12-21 | 1 | -3/+4 |
* | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
* | fix SourceFileEdit name | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
* | fix tests | Aleksey Kladov | 2018-12-20 | 1 | -3/+3 |