aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/main_loop.rs
Commit message (Expand)AuthorAgeFilesLines
...
* add open Cargo.toml actionAnatol Liu2020-11-131-0/+1
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-1/+1
* Fix coalescing of prime_caches updatesJonas Schievink2020-11-021-14/+14
* Remove unnecessary cloneJonas Schievink2020-11-021-1/+1
* Remove debug printJonas Schievink2020-11-021-1/+0
* Coalesce prime_caches updatesJonas Schievink2020-11-021-9/+35
* Respond with JSON-RPC error if we failed to deserialize requestAleksey Kladov2020-10-301-37/+33
* Request a refresh of semantic tokens if things are loaded upkjeremy2020-10-261-0/+6
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Improve prime_caches and display its progressJonas Schievink2020-10-121-7/+35
* Changes from reviewZac Pullar-Strecker2020-10-081-1/+1
* WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-081-0/+1
* Better progress APIAleksey Kladov2020-10-071-1/+1
* Remove periodic gc stubAleksey Kladov2020-09-291-11/+8
* Spawn a flycheck instance per workspaceJonas Schievink2020-09-271-5/+12
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-3/+5
* Improve loggingAleksey Kladov2020-08-251-5/+5
* Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-181-1/+1
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-1/+1
* Rename ra_prof -> profileAleksey Kladov2020-08-121-3/+2
* Return InvalidRequest if Shutdown has been requestedJeremy Kolb2020-08-101-1/+14
* Merge #5693bors[bot]2020-08-091-0/+10
|\
| * Let shutdown request to pass through when status == LoadingVeetaha2020-08-091-1/+1
| * Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-0/+10
* | Remove cloneVeetaha2020-08-081-1/+1
|/
* Merge #5526bors[bot]2020-08-061-0/+5
|\
| * Address PR commentsJeremy Kolb2020-08-061-1/+1
| * Handle semantic token deltaskjeremy2020-08-011-0/+5
* | Revert "Restore line index micro-optimization"Michael Lazear2020-08-031-10/+4
|/
* Restore line index micro-optimizationLaurențiu Nicola2020-07-251-4/+10
* Add DocumentData to represent in-memory document with LSP infokjeremy2020-07-241-4/+5
* Set the document version after changes are applied but before vfskjeremy2020-07-231-3/+6
* minorAleksey Kladov2020-07-231-16/+16
* Update crates/rust-analyzer/src/main_loop.rsJeremy Kolb2020-07-221-1/+1
* Clear diagnostics for known file version on closekjeremy2020-07-211-3/+10
* Store document version and pass back to the clientkjeremy2020-07-211-7/+17
* Allow client to respond to workspace/configuration with null valueskjeremy2020-07-201-0/+2
* Don't drop flycheck messages during restartAleksey Kladov2020-07-151-4/+4
* Use more explicity type for save registrationkjeremy2020-07-141-19/+23
* Optimize VFS processingAleksey Kladov2020-07-101-29/+39
* Also reload when adding new examples, tests, etcAleksey Kladov2020-07-101-1/+4
* Automatically reload project info on Cargo.toml changesAleksey Kladov2020-07-101-19/+1
* Avoid accidently stumping over config valuesAleksey Kladov2020-07-101-3/+3
* SimplifyAleksey Kladov2020-07-091-1/+1
* Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+1
* Move cargo metadata off the main loopAleksey Kladov2020-07-021-2/+13
* Indicate when project needs a reloadAleksey Kladov2020-07-021-1/+37
* Implement StatusBarAleksey Kladov2020-07-021-3/+15