Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lsp-types 0.67 | Jeremy Kolb | 2019-12-23 | 2 | -1/+2 |
* | Bump lsp-types to 0.66.0 (fixes #2651) | John-John Tedro | 2019-12-23 | 1 | -1/+1 |
* | Don't fire no-op changes after files are saved to disk | Aleksey Kladov | 2019-12-22 | 2 | -7/+9 |
* | Add some module docs | Jeremy Kolb | 2019-12-21 | 9 | -9/+14 |
* | Merge #2627 | bors[bot] | 2019-12-21 | 3 | -30/+10 |
|\ | |||||
| * | Use SelectionRange from LSP 3.15 | Jeremy Kolb | 2019-12-20 | 3 | -30/+10 |
* | | Clippy lints | kjeremy | 2019-12-20 | 3 | -14/+10 |
|/ | |||||
* | remove unnecessary turbofish. | Omer Ben-Amram | 2019-12-15 | 1 | -2/+1 |
* | cfg gated tests that only work on windows. | Omer Ben-Amram | 2019-12-15 | 1 | -10/+16 |
* | improved path checking to consider only paths that may contain a windows drive. | Omer Ben-Amram | 2019-12-15 | 1 | -20/+44 |
* | move import inside cfg block | Omer Ben-Amram | 2019-12-15 | 1 | -1/+2 |
* | Lowercase drive letters on windows before sending to extension. | Omer Ben-Amram | 2019-12-15 | 1 | -0/+34 |
* | Merge #2548 | bors[bot] | 2019-12-14 | 2 | -0/+6 |
|\ | |||||
| * | Support setting cargo features | oxalica | 2019-12-13 | 2 | -0/+6 |
* | | LSP 3.15 supports the deprecated tag on completions | kjeremy | 2019-12-13 | 1 | -0/+5 |
|/ | |||||
* | Do not trigger signature help on close | Jeremy Kolb | 2019-12-12 | 1 | -1/+1 |
* | Update lsp-types more | Aleksey Kladov | 2019-12-11 | 1 | -1/+1 |
* | Revert "Revert "Support LSP 3.15"" | Aleksey Kladov | 2019-12-11 | 5 | -5/+33 |
* | Revert "Support LSP 3.15" | Aleksey Kladov | 2019-12-11 | 5 | -33/+5 |
* | Support LSP 3.15 | Jeremy Kolb | 2019-12-11 | 5 | -5/+33 |
* | Implement `ra_lsp_server --version` | Aleksey Kladov | 2019-12-09 | 2 | -1/+32 |
* | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 1 | -0/+38 |
* | Run rustfmt with respect to Cargo.toml edition | Vincent Rouillé | 2019-12-04 | 2 | -0/+64 |
* | Merge #2451 | bors[bot] | 2019-11-30 | 4 | -10/+3 |
|\ | |||||
| * | Remove flexi_logger from ra_lsp_server | Alexander Ekdahl | 2019-11-30 | 4 | -10/+3 |
* | | 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 | 8 | -12/+12 |
* | Update parking_lot and smallvec to drop some dependencies | Jeremy Kolb | 2019-11-26 | 1 | -1/+1 |
* | Ban println in lsp_server | Aleksey Kladov | 2019-11-22 | 2 | -4/+23 |
* | Merge pull request #2297 from kiljacken/master | Aleksey Kladov | 2019-11-20 | 4 | -1/+6 |
|\ | |||||
| * | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 4 | -1/+6 |
* | | Change return type of expand_macro | Edwin Cheng | 2019-11-19 | 2 | -3/+13 |
* | | Add recursive expand in vscode | Edwin Cheng | 2019-11-19 | 3 | -0/+31 |
|/ | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
* | Update crates | kjeremy | 2019-11-07 | 1 | -2/+2 |
* | Use `bool` instead of `Option<bool>` and print it's value only when `true` | Martin Asquino | 2019-11-02 | 1 | -1/+1 |
* | Set `deprecated` field on `CompletionItem`s | Martin Asquino | 2019-11-02 | 1 | -0/+1 |
* | Some clippy fixes | kjeremy | 2019-10-30 | 1 | -1/+1 |
* | 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 | 2 | -1/+2 |
* | make typing infra slightly more extensible | Aleksey Kladov | 2019-10-25 | 1 | -6/+2 |
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -5/+9 |
* | for highlighting, search only the current file | Aleksey Kladov | 2019-10-24 | 1 | -3/+8 |
* | don't die if a sync task panics | Aleksey Kladov | 2019-10-24 | 1 | -6/+10 |
* | 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 |