aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-4/+10
* show error to the user when deserializing configAleksey Kladov2019-08-221-6/+13
* fix default for the exlude keyAleksey Kladov2019-08-211-2/+5
* rename configAleksey Kladov2019-08-061-2/+2
* don't send LocationLink unless the client opts-inAleksey Kladov2019-07-081-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
* reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-1/+1
* re-enable backtraces on panicAleksey Kladov2019-06-151-2/+1
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-1/+1
* Temp fix for slow onEnter issueAleksey Kladov2019-06-131-1/+2
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
* filter by timeAleksey Kladov2019-04-141-21/+4
* cleanup syntaxAleksey Kladov2019-04-141-8/+20
* switch to modern pathsAleksey Kladov2019-04-141-5/+5
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-141-1/+12
* PR issuse resolvedSergey Parilin2019-04-021-0/+10
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-14/+6
* Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-051-1/+1
* reformat the worldAleksey Kladov2019-02-081-17/+9
* Merge #302bors[bot]2018-12-241-4/+7
|\
| * Improve commentDJMcNab2018-12-231-2/+2
| * Undo the previous mistaken change and make publish_decorations optionalDJMcNab2018-12-211-4/+7
| * Disable highlighting if disabledDJMcNab2018-12-201-2/+2
* | remove explicit serde_deriveAleksey Kladov2018-12-211-2/+2
|/
* By default, log only to stderr, and not to disk.Andrew Chin2018-12-171-5/+5
* modernize moreAleksey Kladov2018-12-061-14/+8
* drop extern cratesAleksey Kladov2018-12-061-4/+0
* Put derive backAleksey Kladov2018-12-021-24/+1
* Clippy lintsJeremy A. Kolb2018-11-291-1/+0
* workspace-symbols function for EmacsAleksey Kladov2018-11-081-3/+19
* eglot worksapce symbolAleksey Kladov2018-11-081-1/+24
* Fix function callsAlan Du2018-10-181-1/+1
* Cargo FormatJeremy A. Kolb2018-10-161-3/+3
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-091-2/+2
* rename all thingsAleksey Kladov2018-09-161-0/+52