Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Profile all request handlers | kjeremy | 2019-10-29 | 1 | -0/+19 |
* | disable the new typing handler for `->` | Aleksey Kladov | 2019-10-25 | 1 | -0/+9 |
* | insert space after `->` | Aleksey Kladov | 2019-10-25 | 1 | -0/+1 |
* | make typing infra slightly more extensible | Aleksey Kladov | 2019-10-25 | 1 | -6/+2 |
* | for highlighting, search only the current file | Aleksey Kladov | 2019-10-24 | 1 | -3/+8 |
* | add couple of profiling calls | Aleksey Kladov | 2019-10-23 | 1 | -0/+4 |
* | fix highlighting | Ekaterina Babshukova | 2019-10-22 | 1 | -0/+1 |
* | restructure a bit | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+1 |
* | make `handle_references` accept refs from other files | Ekaterina Babshukova | 2019-10-22 | 1 | -4/+9 |
* | fixup folding ranges for "lineFoldingOnly" clients #2033 | Alex Zatelepin | 2019-10-21 | 1 | -2/+8 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 3 | -0/+6 |
* | move fold conversino to conv.rs | Aleksey Kladov | 2019-09-19 | 1 | -32/+6 |
* | fix typo | Aleksey Kladov | 2019-09-19 | 1 | -1/+1 |
* | fix renaming of modules | Aleksey Kladov | 2019-09-05 | 1 | -8/+6 |
* | cleanup main loop | Aleksey Kladov | 2019-08-31 | 1 | -1/+1 |
* | move lsp-server to a separate repository | Aleksey Kladov | 2019-08-30 | 2 | -10/+11 |
* | translate \n -> \r\n on the way out | Aleksey Kladov | 2019-08-20 | 1 | -2/+4 |
* | update lsp | Aleksey Kladov | 2019-08-17 | 1 | -2/+1 |
* | Drop support for old extendSelection API | Aleksey Kladov | 2019-08-12 | 1 | -22/+1 |
* | Always set the runnable name | Kirill Bulatov | 2019-08-09 | 1 | -11/+11 |
* | Extract common logic | Kirill Bulatov | 2019-08-09 | 1 | -55/+42 |
* | Show backtraces in lens runnables | Kirill Bulatov | 2019-08-09 | 1 | -1/+5 |
* | Merge #1652 | bors[bot] | 2019-08-06 | 1 | -8/+1 |
|\ | |||||
| * | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 1 | -8/+1 |
* | | use Conv for severity | Aleksey Kladov | 2019-08-06 | 1 | -15/+6 |
|/ | |||||
* | remove-comment | kjeremy | 2019-07-31 | 1 | -1/+0 |
* | Hide comments in rust section of doc comments | Roman Stoliar | 2019-07-30 | 1 | -1/+1 |
* | Support destructuring patterns | Kirill Bulatov | 2019-07-28 | 1 | -0/+3 |
* | Improve inlay hinting for types | Kirill Bulatov | 2019-07-26 | 1 | -0/+3 |
* | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 1 | -29/+35 |
* | Code review fixes | Kirill Bulatov | 2019-07-22 | 1 | -1/+22 |
* | Do not show the lens with type hints | Kirill Bulatov | 2019-07-21 | 1 | -13/+4 |
* | Resolve types on the server | Kirill Bulatov | 2019-07-21 | 1 | -25/+10 |
* | Refactor server api | Kirill Bulatov | 2019-07-20 | 1 | -28/+42 |
* | If possible, show type lenses for the let bindings | Kirill Bulatov | 2019-07-20 | 1 | -16/+26 |
* | Add "Run" lens for binary runnables | Kirill Bulatov | 2019-07-16 | 1 | -1/+1 |
* | simplify | Aleksey Kladov | 2019-07-08 | 1 | -23/+7 |
* | add try_conv_with_to_vec | Aleksey Kladov | 2019-07-08 | 1 | -19/+8 |
* | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 1 | -11/+12 |
* | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 1 | -23/+12 |
* | Formatting again | Jeremy Kolb | 2019-07-05 | 1 | -5/+5 |
* | Symplify by using into() | Jeremy Kolb | 2019-07-05 | 1 | -3/+3 |
* | Fix formatting | Jeremy Kolb | 2019-07-04 | 1 | -5/+5 |
* | Change default() | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
* | Update to lsp-types 0.58.0 | Jeremy Kolb | 2019-07-04 | 1 | -5/+5 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -11/+10 |
* | Swallow expected `rustfmt` errors | Ryan Cumming | 2019-06-26 | 1 | -10/+25 |
* | rename | Aleksey Kladov | 2019-06-01 | 1 | -33/+33 |
* | move completed requests to a separate file | Aleksey Kladov | 2019-05-31 | 3 | -11/+81 |
* | less noisy status | Aleksey Kladov | 2019-05-29 | 1 | -1/+1 |