aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/reload.rs
Commit message (Expand)AuthorAgeFilesLines
* Make it opt-inJonas Schievink2021-06-031-0/+6
* Check for subdirs in vfs loader exclusions.ammkrn2021-05-251-1/+5
* Drag detached files towards loadingKirill Bulatov2021-05-231-2/+8
* Draft detached files retrievalKirill Bulatov2021-05-231-0/+1
* Add profiling spans under cargo_to_crate_graphLaurențiu Nicola2021-04-221-0/+1
* fix: don't spam repeated error messages when `cargo check` failsAleksey Kladov2021-04-121-7/+8
* feat: show errors from `cargo metadata` and initial `cargo check` in the stat...Aleksey Kladov2021-04-061-11/+30
* More robust status notificationsAleksey Kladov2021-04-061-52/+67
* Use autoreload config to gate execution rather that stalenessAleksey Kladov2021-04-061-5/+1
* Improve readabilityAleksey Kladov2021-04-061-29/+28
* internal: do not drop errors from cargo metadata/checkAleksey Kladov2021-04-061-40/+36
* internal: prepare to store OpQueue results in the queue itselfAleksey Kladov2021-04-051-2/+2
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
* Migrate to user-centric config name for `cargo check` stuffAleksey Kladov2021-03-041-1/+1
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-1/+16
* Only allow one proc-macro processEdwin Cheng2021-02-011-14/+16
* bug fixEdwin Cheng2021-01-281-1/+1
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-11/+77
* Make logger-based debugging more pleasantAleksey Kladov2021-01-281-1/+1
* Add config option to ignore directoriesAleksey Kladov2021-01-261-3/+13
* Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-181-9/+6
* Add profile callAleksey Kladov2021-01-181-0/+1
* Honor client's dynamic registration capsAleksey Kladov2021-01-101-20/+25
* Fix progress token is already registered crashAleksey Kladov2021-01-101-6/+18
* Report progress for cargo metadata and output-dirEdwin Cheng2021-01-071-4/+30
* Speed up snapshotingAleksey Kladov2021-01-061-1/+1
* More maintainable configAleksey Kladov2021-01-061-13/+13
* More maintainable caps configAleksey Kladov2021-01-051-1/+1
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-071-4/+4
* Downgrade "failed to load" error to warningJonas Schievink2020-11-271-1/+1
* SimplifyAleksey Kladov2020-11-171-1/+5
* Cleanup workspace loading a tiny bitAleksey Kladov2020-11-131-6/+1
* Add support for loading rustc private cratesXavier Denis2020-11-111-1/+3
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-2/+2
* Spawn a flycheck instance per workspaceJonas Schievink2020-09-271-7/+15
* Merge #6018bors[bot]2020-09-201-1/+1
|\
| * Correct project_root path for ProjectJson.Aaron Wood2020-09-161-1/+1
* | Don't re-read open files from disk when reloading a workspaceLaurențiu Nicola2020-09-181-4/+7
|/
* Add support for custom flycheck commands with JSON project workspacesAaron Wood2020-09-161-7/+11
* Report better errors in project.json/sysrootJonas Schievink2020-09-111-1/+1
* Improve loggingAleksey Kladov2020-08-251-1/+4
* Merge #5782bors[bot]2020-08-171-1/+4
|\
| * Fix StatusNotificationvsrs2020-08-171-1/+4
* | 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-3/+3
* | Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-131-1/+1
* | Rename ra_prof -> profileAleksey Kladov2020-08-121-4/+3
|/
* Expose package roots more directlyAleksey Kladov2020-07-211-23/+17