aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/main_loop.rs
Commit message (Expand)AuthorAgeFilesLines
* SimplifyAleksey Kladov2020-06-181-8/+2
* Remove special casing for library symbolsAleksey Kladov2020-06-181-54/+4
*-. Merge #4913 #4915 #4916bors[bot]2020-06-171-17/+3
|\ \
| | * Warnings as hint or infoGabriel Valfridsson2020-06-161-0/+1
| |/ |/|
| * Remove debugging code for incremental syncLaurențiu Nicola2020-06-161-17/+2
|/
* Accept relative paths in rust-project.jsonThiébaud Weksteen2020-06-151-1/+6
* Cleanup URL handlingAleksey Kladov2020-06-131-13/+5
* Add hover actions as LSP extensionvsrs2020-06-051-1/+1
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-031-76/+71
|\
| * Document rust-project.jsonAleksey Kladov2020-06-031-18/+17
| * Groundwork for specifying the set of projects via configAleksey Kladov2020-06-031-16/+13
| * Rename ProjectRoot -> ProjectManifestAleksey Kladov2020-06-031-2/+2
| * Move project discoveryAleksey Kladov2020-06-031-6/+2
| * Rename WorldState -> GlobalStateAleksey Kladov2020-06-031-42/+46
| * Derive local roots from WorkspacesAleksey Kladov2020-06-031-1/+0
* | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-0/+1
|/
* Fix formattingAleksey Kladov2020-05-241-3/+1
* Document matchingBrace LSP requestAleksey Kladov2020-05-241-2/+2
* Server side of SnippetTextEditAleksey Kladov2020-05-191-1/+1
* Move LSP bits from flycheck to rust-analyzerAleksey Kladov2020-05-151-14/+53
* Check client capabilities before sending progress notificationsJeremy Kolb2020-05-111-7/+12
*-. Merge #4394 #4414bors[bot]2020-05-101-5/+6
|\ \
| * | Simplifyveetaha2020-05-091-5/+6
| |/
* | req -> lsp_extAleksey Kladov2020-05-101-13/+12
* | Don't re-export lsp_typesAleksey Kladov2020-05-101-67/+80
* | Simplify proto conversionAleksey Kladov2020-05-101-3/+3
|/
* Simplifyveetaha2020-05-091-11/+9
* Add tests for #4306Laurențiu Nicola2020-05-051-0/+12
* Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5
* Merge #4278bors[bot]2020-05-031-1/+17
|\
| * Log panics in apply_document_changesLaurențiu Nicola2020-05-031-1/+17
* | Remove `workspaceLoaded` settingAndrew Chin2020-05-021-2/+1
|/
* Add support for incremental text synchronizationLaurențiu Nicola2020-04-301-9/+121
* Merge #4133bors[bot]2020-04-251-7/+9
|\
| * main: fix bug where thread pool isn't joinedAndrew Gallant2020-04-251-0/+1
| * main: eagerly prime goto-definition cachesAndrew Gallant2020-04-251-7/+8
* | Avoid lossy OsString conversionsLaurențiu Nicola2020-04-251-1/+1
|/
* Unmix error handling when discovering workspacesAleksey Kladov2020-04-161-19/+17
* Decouple project loading from project discovery a bitAleksey Kladov2020-04-161-25/+37
* Migrate to privacy as per review commetsveetaha2020-04-021-3/+4
* Simpify workspace handlingveetaha2020-04-021-2/+2
* SiplifyAleksey Kladov2020-04-021-6/+5
* Lean onto default implementation of configsAleksey Kladov2020-04-021-6/+11
* Remove old syntax highlightingAleksey Kladov2020-04-021-19/+1
* Fix pointer syntaxAleksey Kladov2020-04-011-4/+6
* Centralize all configAleksey Kladov2020-04-011-33/+10
* Move all config to configAleksey Kladov2020-04-011-7/+6
* Reduce feature flagsAleksey Kladov2020-04-011-26/+7
* Move config to config.rsAleksey Kladov2020-04-011-38/+4
* Generalize rustfmt configAleksey Kladov2020-04-011-2/+2