aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src
Commit message (Expand)AuthorAgeFilesLines
* Swallow expected `rustfmt` errorsRyan Cumming2019-06-261-10/+25
* reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-1/+1
* re-enable backtraces on panicAleksey Kladov2019-06-151-2/+1
* cargo formatMuhammad Mominul Huque2019-06-151-7/+2
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-144-21/+25
* Temp fix for slow onEnter issueAleksey Kladov2019-06-131-1/+2
* make LRU cache configurableAleksey Kladov2019-06-123-6/+18
* make Docs handing more ideomaticAleksey Kladov2019-06-082-17/+8
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
* Fix clippy::identity_conversionAlan Du2019-06-043-20/+15
* renameAleksey Kladov2019-06-016-80/+86
* move subs insideAleksey Kladov2019-06-011-4/+2
* use sync queries for join lines and friendsAleksey Kladov2019-05-311-5/+11
* add sync requestsAleksey Kladov2019-05-312-43/+56
* cleanupAleksey Kladov2019-05-311-39/+42
* cleanupAleksey Kladov2019-05-311-35/+48
* simplifyAleksey Kladov2019-05-311-51/+52
* move completed requests to a separate fileAleksey Kladov2019-05-315-80/+114
* simplifyAleksey Kladov2019-05-311-3/+3
* introduce constantAleksey Kladov2019-05-311-7/+13
* minorAleksey Kladov2019-05-311-1/+1
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-0/+1
* less noisy statusAleksey Kladov2019-05-291-1/+1
* optimization: cancel backlog in onEnterAleksey Kladov2019-05-292-3/+16
* add latest requests to status pageAleksey Kladov2019-05-293-12/+67
* log the actual time of requestsAleksey Kladov2019-05-291-16/+31
* trigger garbage collection *after* requests, not beforeAleksey Kladov2019-05-291-2/+5
* more perf loggingAleksey Kladov2019-05-291-3/+8
* rename stray id fieldPascal Hertleif2019-05-272-2/+2
* make it build againPascal Hertleif2019-05-271-1/+1
* Semantic highlighting spikePascal Hertleif2019-05-272-1/+6
* add profile calls to real-time requestsAleksey Kladov2019-05-271-0/+5
* Added local macro gotoLenard Pratt2019-05-041-0/+1
* Basic resolution for ADTkjeremy2019-04-233-2/+23
* switch to official extend selection APIAleksey Kladov2019-04-214-2/+71
* add a couple of profiling pointsAleksey Kladov2019-04-141-0/+3
* filter by timeAleksey Kladov2019-04-141-21/+4
* cleanup syntaxAleksey Kladov2019-04-141-8/+20
* switch to modern pathsAleksey Kladov2019-04-141-5/+5
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-143-1/+12
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-143-24/+40
* Refactor CallInfo function signatures to new FunctionSignature typeVille Penttinen2019-04-092-18/+27
* Remove checking file existsEdwin Cheng2019-04-071-13/+6
* fix formattingEdwin Cheng2019-04-071-1/+2
* Add warning when open file outside workspaceEdwin Cheng2019-04-061-5/+15
* PR issuse resolvedSergey Parilin2019-04-022-4/+13
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-25/+20
* Improve filtering of file rootsVille Penttinen2019-03-203-29/+65
* Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-181-2/+28
* LSP: Support EnumMember and Fieldkjeremy2019-03-111-0/+2