Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimize visibility | Aleksey Kladov | 2020-01-16 | 1 | -4/+6 |
* | itertools::Either -> either::Either | Kirill Bulatov | 2020-01-15 | 1 | -1/+1 |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -10/+18 |
* | Another attempt to add multiple edits | Kirill Bulatov | 2020-01-15 | 1 | -4/+8 |
* | Merge #2843 | bors[bot] | 2020-01-15 | 1 | -0/+1 |
|\ | |||||
| * | Add inlay parameter name hints for function calls | imtsuki | 2020-01-14 | 1 | -0/+1 |
* | | Tweak add_custom_impl | Jeremy Kolb | 2020-01-14 | 1 | -0/+1 |
|/ | |||||
* | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 1 | -10/+24 |
* | Implement proposed CallHierarchy feature | Jeremy Kolb | 2020-01-08 | 1 | -2/+96 |
* | Adds a way to limits reference search by StructLiteral | Mikhail Modin | 2020-01-08 | 1 | -6/+9 |
* | Initial implementation of cargo check watching | Emil Lauridsen | 2019-12-25 | 1 | -1/+27 |
* | Add some module docs | Jeremy Kolb | 2019-12-21 | 3 | -3/+4 |
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -1/+1 |
* | Revert "Revert "Support LSP 3.15"" | Aleksey Kladov | 2019-12-11 | 1 | -1/+4 |
* | Revert "Support LSP 3.15" | Aleksey Kladov | 2019-12-11 | 1 | -4/+1 |
* | Support LSP 3.15 | Jeremy Kolb | 2019-12-11 | 1 | -1/+4 |
* | Run rustfmt with respect to Cargo.toml edition | Vincent Rouillé | 2019-12-04 | 1 | -0/+6 |
* | Move identifier check to analysis | Wilco Kusee | 2019-11-29 | 1 | -11/+1 |
* | Also allow renaming to underscore | Wilco Kusee | 2019-11-29 | 1 | -1/+3 |
* | Only allow renames to valid identifiers | Wilco Kusee | 2019-11-29 | 1 | -1/+7 |
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 2 | -4/+4 |
* | Merge pull request #2297 from kiljacken/master | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
|\ | |||||
| * | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -1/+1 |
* | | Change return type of expand_macro | Edwin Cheng | 2019-11-19 | 1 | -2/+5 |
* | | Add recursive expand in vscode | Edwin Cheng | 2019-11-19 | 1 | -0/+15 |
|/ | |||||
* | 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 |
|/ |