aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
...
* Always set the runnable nameKirill Bulatov2019-08-091-11/+11
* Extract common logicKirill Bulatov2019-08-091-55/+42
* Show backtraces in lens runnablesKirill Bulatov2019-08-091-1/+5
* Merge #1652bors[bot]2019-08-062-14/+2
|\
| * Use proper inlay kindsKirill Bulatov2019-08-042-14/+2
* | fix testsAleksey Kladov2019-08-061-2/+2
* | allow to exclude certain files and directoriesAleksey Kladov2019-08-063-14/+29
* | rename configAleksey Kladov2019-08-064-19/+14
* | introduce ra_vfs_glob crateAleksey Kladov2019-08-064-59/+17
* | cleanupAleksey Kladov2019-08-062-2/+2
* | renameAleksey Kladov2019-08-061-9/+9
* | use Conv for severityAleksey Kladov2019-08-062-20/+21
* | Add test for #1540Jeremy Kolb2019-08-031-0/+17
|/
* remove-commentkjeremy2019-07-311-1/+0
* Add explicit newline preserving testskjeremy2019-07-311-0/+6
* Fixed review commentsRoman Stoliar2019-07-301-3/+9
* Hide comments in rust section of doc commentsRoman Stoliar2019-07-303-5/+21
* Support destructuring patternsKirill Bulatov2019-07-282-0/+6
* Improve inlay hinting for typesKirill Bulatov2019-07-262-0/+4
* Make Analysis api cancellableKirill Bulatov2019-07-253-37/+48
* Merge #1549bors[bot]2019-07-233-1/+50
|\
| * Code review fixesKirill Bulatov2019-07-223-1/+50
| * Do not show the lens with type hintsKirill Bulatov2019-07-211-13/+4
| * Resolve types on the serverKirill Bulatov2019-07-211-25/+10
| * Refactor server apiKirill Bulatov2019-07-201-28/+42
| * If possible, show type lenses for the let bindingsKirill Bulatov2019-07-201-16/+26
* | flexi_logger 0.14kjeremy2019-07-221-1/+1
|/
* Add "Run" lens for binary runnablesKirill Bulatov2019-07-161-1/+1
* cargo updatekjeremy2019-07-151-1/+1
* Remove executeCommandProvider: apply_code_action.Michael Bolin2019-07-112-10/+8
* Ignore workspace/didChangeConfiguration notifications.Michael Bolin2019-07-112-4/+11
* Remove unused dependenciesShotaro Yamada2019-07-081-1/+0
* don't send LocationLink unless the client opts-inAleksey Kladov2019-07-085-12/+62
* simplifyAleksey Kladov2019-07-082-23/+20
* add try_conv_with_to_vecAleksey Kladov2019-07-082-40/+54
* Simplify responses by using into()Jeremy Kolb2019-07-072-12/+13
* use flatten branch of lsp-typesJeremy Kolb2019-07-073-26/+17
* Formatting againJeremy Kolb2019-07-051-5/+5
* Symplify by using into()Jeremy Kolb2019-07-051-3/+3
* FormattingJeremy Kolb2019-07-041-1/+3
* Some clippy fixes for 1.36Jeremy Kolb2019-07-042-5/+4
* Fix formattingJeremy Kolb2019-07-041-5/+5
* Change default()Jeremy Kolb2019-07-041-1/+1
* Update to lsp-types 0.58.0Jeremy Kolb2019-07-042-6/+6
* allow rustfmt to reorder importsAleksey Kladov2019-07-0413-58/+52
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-1/+1
* Swallow expected `rustfmt` errorsRyan Cumming2019-06-261-10/+25
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
* reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-1/+1
* re-enable backtraces on panicAleksey Kladov2019-06-151-2/+1