Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 1 | -22/+34 | |
* | introduce separate goto_defenition | Aleksey Kladov | 2019-01-05 | 1 | -3/+2 | |
* | move hover implementation to ra_analysis | Aleksey Kladov | 2019-01-05 | 1 | -41/+9 | |
* | Merge #414 | bors[bot] | 2019-01-05 | 1 | -2/+25 | |
|\ | ||||||
| * | Use both type_of and doc_text_for | Hirokazu Hata | 2019-01-05 | 1 | -14/+25 | |
| * | Return type name when doc_text_for returns nothing | Hirokazu Hata | 2019-01-03 | 1 | -0/+12 | |
* | | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+1 | |
* | | extract area to a crate | Aleksey Kladov | 2019-01-04 | 3 | -14/+27 | |
* | | use lsp WorkspaceEdit instead of custom source_file_edits and file_system_edits | Bernardo | 2019-01-03 | 2 | -36/+37 | |
|/ | ||||||
* | use LocalPtr in navigation target | Aleksey Kladov | 2019-01-03 | 1 | -1/+1 | |
* | use navigation target in API | Aleksey Kladov | 2019-01-02 | 2 | -19/+25 | |
* | introduce navigation target | Aleksey Kladov | 2019-01-02 | 1 | -5/+5 | |
* | Merge #165 | bors[bot] | 2018-12-31 | 1 | -0/+10 | |
|\ | ||||||
| * | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -0/+10 | |
* | | fix icons in completion | Aleksey Kladov | 2018-12-31 | 1 | -1/+0 | |
* | | Merge #385 | bors[bot] | 2018-12-31 | 3 | -4/+25 | |
|\ \ | |/ |/| | ||||||
| * | Use TryConv for conversion | DJMcNab | 2018-12-31 | 1 | -2/+1 | |
| * | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 3 | -4/+26 | |
* | | remove backtraces from Cancelled | Aleksey Kladov | 2018-12-30 | 1 | -1/+1 | |
* | | Merge #375 | bors[bot] | 2018-12-30 | 1 | -13/+8 | |
|\ \ | |/ |/| | ||||||
| * | Move renames into ra_analysis | DJMcNab | 2018-12-30 | 1 | -13/+8 | |
* | | :arrow_up: crossbeam | Aleksey Kladov | 2018-12-30 | 2 | -23/+29 | |
|/ | ||||||
* | Simplify failure bail code | Aleksander Vognild Burkow | 2018-12-29 | 1 | -3/+4 | |
* | Add better error message for Command failure | Aleksander Vognild Burkow | 2018-12-29 | 1 | -1/+4 | |
* | Add support for formatting entire document with rustfmt | Aleksander Vognild Burkow | 2018-12-29 | 3 | -1/+35 | |
* | completion for enum variants | Aleksey Kladov | 2018-12-28 | 1 | -0/+1 | |
* | switch to FileRange | Aleksey Kladov | 2018-12-28 | 2 | -12/+21 | |
* | Merge #325 | bors[bot] | 2018-12-27 | 1 | -40/+7 | |
|\ | ||||||
| * | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 1 | -4/+6 | |
| * | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -36/+1 | |
| * | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 1 | -305/+0 | |
| * | initial newline translation working | Bernardo | 2018-12-25 | 1 | -13/+257 | |
| * | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 1 | -0/+61 | |
* | | Merge #332 | bors[bot] | 2018-12-27 | 2 | -1/+4 | |
|\ \ | ||||||
| * | | Add . to trigger characters | Florian Diebold | 2018-12-25 | 1 | -1/+1 | |
| * | | Implement basic completion for fields | Florian Diebold | 2018-12-25 | 1 | -0/+1 | |
| * | | Do name resolution by namespace (types/values) | Florian Diebold | 2018-12-25 | 1 | -0/+2 | |
| |/ | ||||||
* / | add cancelation module & cancelation backtraces | Aleksey Kladov | 2018-12-27 | 1 | -1/+1 | |
|/ | ||||||
* | fix warning conversion | Aleksey Kladov | 2018-12-24 | 1 | -3/+1 | |
* | Merge #326 | bors[bot] | 2018-12-24 | 2 | -4/+15 | |
|\ | ||||||
| * | remove option from Diagnostic | gfreezy | 2018-12-24 | 2 | -3/+3 | |
| * | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -2/+13 | |
* | | Merge #302 | bors[bot] | 2018-12-24 | 2 | -8/+11 | |
|\ \ | |/ |/| | ||||||
| * | Improve comment | DJMcNab | 2018-12-23 | 1 | -2/+2 | |
| * | Undo the previous mistaken change and make publish_decorations optional | DJMcNab | 2018-12-21 | 2 | -8/+11 | |
| * | Disable highlighting if disabled | DJMcNab | 2018-12-20 | 1 | -2/+2 | |
* | | less chatty logging | Aleksey Kladov | 2018-12-22 | 1 | -0/+7 | |
* | | less verbose debug | Aleksey Kladov | 2018-12-22 | 1 | -7/+38 | |
* | | log times | Aleksey Kladov | 2018-12-22 | 2 | -2/+3 | |
* | | binding icon | Aleksey Kladov | 2018-12-21 | 1 | -0/+1 |