Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 2 | -2/+7 | |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 13 | -0/+26 | |
* | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -1/+0 | |
* | move fold conversino to conv.rs | Aleksey Kladov | 2019-09-19 | 2 | -34/+28 | |
* | fix typo | Aleksey Kladov | 2019-09-19 | 1 | -1/+1 | |
* | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 2 | -1/+7 | |
* | don't deadlock on shutdown | Aleksey Kladov | 2019-09-06 | 3 | -4/+4 | |
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 5 | -63/+130 | |
* | fix renaming of modules | Aleksey Kladov | 2019-09-05 | 1 | -8/+6 | |
* | lsp-types 0.61.0 | kjeremy | 2019-09-03 | 2 | -1/+2 | |
* | cleanup main loop | Aleksey Kladov | 2019-08-31 | 8 | -221/+172 | |
* | inline thread-worker | Aleksey Kladov | 2019-08-30 | 4 | -6/+52 | |
* | :arrow_up: lsp-server | Aleksey Kladov | 2019-08-30 | 4 | -82/+81 | |
* | move lsp-server to a separate repository | Aleksey Kladov | 2019-08-30 | 7 | -110/+127 | |
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-25 | 3 | -5/+9 | |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 | |
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 3 | -22/+48 | |
* | show error to the user when deserializing config | Aleksey Kladov | 2019-08-22 | 3 | -8/+22 | |
* | fix default for the exlude key | Aleksey Kladov | 2019-08-21 | 2 | -2/+6 | |
* | remove debug-print | Aleksey Kladov | 2019-08-20 | 1 | -1/+0 | |
* | switch to upstream ra_vfs | Aleksey Kladov | 2019-08-20 | 1 | -1/+1 | |
* | Drop unnecessary `&'_` from impls | Aleksey Kladov | 2019-08-20 | 1 | -20/+20 | |
* | refactor TryConvWith similar to ConvWith | Aleksey Kladov | 2019-08-20 | 1 | -42/+26 | |
* | translate \n -> \r\n on the way out | Aleksey Kladov | 2019-08-20 | 4 | -19/+33 | |
* | make CTX type param instead of assoc type | Aleksey Kladov | 2019-08-20 | 1 | -34/+25 | |
* | add tests for crlf | Aleksey Kladov | 2019-08-20 | 1 | -0/+46 | |
* | minor | Aleksey Kladov | 2019-08-20 | 1 | -1/+1 | |
* | don't load sysroot in most heavy tests | Aleksey Kladov | 2019-08-19 | 5 | -12/+33 | |
* | update lsp | Aleksey Kladov | 2019-08-17 | 3 | -6/+2 | |
* | implement durability | Aleksey Kladov | 2019-08-15 | 1 | -0/+1 | |
* | Drop support for old extendSelection API | Aleksey Kladov | 2019-08-12 | 3 | -44/+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 | 2 | -14/+2 | |
|\ | ||||||
| * | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 2 | -14/+2 | |
* | | fix tests | Aleksey Kladov | 2019-08-06 | 1 | -2/+2 | |
* | | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 3 | -14/+29 | |
* | | rename config | Aleksey Kladov | 2019-08-06 | 4 | -19/+14 | |
* | | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 4 | -59/+17 | |
* | | cleanup | Aleksey Kladov | 2019-08-06 | 2 | -2/+2 | |
* | | rename | Aleksey Kladov | 2019-08-06 | 1 | -9/+9 | |
* | | use Conv for severity | Aleksey Kladov | 2019-08-06 | 2 | -20/+21 | |
* | | Add test for #1540 | Jeremy Kolb | 2019-08-03 | 1 | -0/+17 | |
|/ | ||||||
* | remove-comment | kjeremy | 2019-07-31 | 1 | -1/+0 | |
* | Add explicit newline preserving tests | kjeremy | 2019-07-31 | 1 | -0/+6 | |
* | Fixed review comments | Roman Stoliar | 2019-07-30 | 1 | -3/+9 | |
* | Hide comments in rust section of doc comments | Roman Stoliar | 2019-07-30 | 3 | -5/+21 | |
* | Support destructuring patterns | Kirill Bulatov | 2019-07-28 | 2 | -0/+6 | |
* | Improve inlay hinting for types | Kirill Bulatov | 2019-07-26 | 2 | -0/+4 |