aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/main_loop.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::useless_returnMaan20032021-06-131-1/+1
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Update salsaJonas Schievink2021-05-271-2/+2
* Merge #8767bors[bot]2021-05-251-0/+1
|\
| * implement range formattingAndy Russell2021-05-231-0/+1
* | Draft detached files retrievalKirill Bulatov2021-05-231-0/+1
|/
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-211-0/+1
* Add new LSP extension for workspace symbol lookupalcroito2021-05-171-1/+1
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-111-0/+1
* fix: don't duplicate Progerss::Finised for cache primingAleksey Kladov2021-05-021-20/+10
* Ensure that only one cache priming task can run at a timeBoris-Chengbiao Zhou2021-04-301-0/+16
* fix: don't show error message for a valid notificationAleksey Kladov2021-04-271-0/+6
* change grammarMilo2021-04-151-4/+4
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-1/+2
* Return a better error message for when we are waiting for cargo.Manuel Ceron2021-04-071-1/+1
* More robust status notificationsAleksey Kladov2021-04-061-11/+13
* Prepare for more stateless status reportingAleksey Kladov2021-04-061-25/+18
* Use autoreload config to gate execution rather that stalenessAleksey Kladov2021-04-061-2/+7
* Avoid duplicate `cargo check`sAleksey Kladov2021-04-061-1/+12
* internal: do not drop errors from cargo metadata/checkAleksey Kladov2021-04-061-7/+13
* Merge #8054bors[bot]2021-03-221-0/+1
|\
| * Item up and down moversivan7702021-03-181-0/+1
* | a lot of clippy::style fixesMatthias Krüger2021-03-211-5/+2
|/
* Merge #7799bors[bot]2021-03-131-0/+1
|\
| * Add LSP request and VSCode commandvsrs2021-02-271-0/+1
* | Migrate to user-centric config name for `cargo check` stuffAleksey Kladov2021-03-041-1/+1
|/
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-7/+13
* Pin Rust to 1.49.0 on CIJonas Schievink2021-02-121-1/+1
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-5/+33
* Honor client's dynamic registration capsAleksey Kladov2021-01-101-32/+34
* Fix progress token is already registered crashAleksey Kladov2021-01-101-6/+10
* Report progress for cargo metadata and output-dirEdwin Cheng2021-01-071-0/+12
* Speed up snapshotingAleksey Kladov2021-01-061-1/+1
* More maintainable configAleksey Kladov2021-01-061-5/+6
* Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+1
* Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-231-0/+1
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+0
* Send a CodeLensRefresh when we reloadkjeremy2020-12-091-0/+5
* Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-091-3/+13
* Remove the stateKirill Bulatov2020-12-071-2/+2
* Make completion resolve asyncKirill Bulatov2020-12-071-3/+1
* Simplify import edit calculationKirill Bulatov2020-12-071-1/+1
* Working resolve completion imports prototypeKirill Bulatov2020-12-071-2/+4
* Draft the new lsp handlerKirill Bulatov2020-12-071-0/+1
* Don't prime caches when just opening a fileJonas Schievink2020-12-021-15/+18
* Coalesce flycheck eventsJonas Schievink2020-11-271-45/+59
* Remove unused importLaurențiu Nicola2020-11-261-1/+1
* Publish diagnostics on file openJonas Schievink2020-11-261-8/+9
* Don't assume DidChangeTextDocument paths existMatt Jibson2020-11-231-1/+7
* Latest LSP 3.16 protocolkjeremy2020-11-161-2/+2