aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-7/+7
* Send a CodeLensRefresh when we reloadkjeremy2020-12-092-0/+13
* Merge #6785bors[bot]2020-12-092-4/+14
|\
| * Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-092-4/+14
* | Introduce anchored_pathAleksey Kladov2020-12-092-7/+8
|/
* Include config into the manualAleksey Kladov2020-12-091-18/+57
* Merge #6761bors[bot]2020-12-084-103/+337
|\
| * Make config.rs a single source of truth for configuration.Aleksey Kladov2020-12-084-103/+337
* | Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-2/+2
|/
* Merge #6760bors[bot]2020-12-082-15/+17
|\
| * Open Cargo.toml opens more specific manifestAleksey Kladov2020-12-082-10/+12
| * cleanup: match over unwrapAleksey Kladov2020-12-081-5/+5
* | Better config nameKirill Bulatov2020-12-082-3/+4
* | Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-3/+3
* | SimplifyKirill Bulatov2020-12-072-33/+31
* | Check lsp completions' edits for disjointnessKirill Bulatov2020-12-072-1/+176
* | Less panic, more testsKirill Bulatov2020-12-071-2/+2
* | Use stateless completion resolveKirill Bulatov2020-12-071-56/+62
* | Remove the stateKirill Bulatov2020-12-073-44/+31
* | Make completion resolve asyncKirill Bulatov2020-12-073-48/+53
* | Simplify import edit calculationKirill Bulatov2020-12-074-60/+48
* | Remove redundant codeKirill Bulatov2020-12-073-76/+65
* | Refactor the codeKirill Bulatov2020-12-074-25/+19
* | Add eager resolve capabilityKirill Bulatov2020-12-071-2/+2
* | Better support client completion resolve capsKirill Bulatov2020-12-073-105/+118
* | Properly fill client completion resolve capabilities dataKirill Bulatov2020-12-072-2/+43
* | Resolve import inserts betterKirill Bulatov2020-12-072-38/+91
* | Remove unnecessary leftoversKirill Bulatov2020-12-072-3/+0
* | Working resolve completion imports prototypeKirill Bulatov2020-12-076-39/+66
* | Draft the new lsp handlerKirill Bulatov2020-12-074-1/+41
|/
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-073-9/+9
* Apply suggestions from code reviewJonas Schievink2020-12-062-2/+2
* Update expect testsJonas Schievink2020-12-067-46/+977
* Emit additional diagnostics for hints/help/etcJonas Schievink2020-12-061-73/+116
* Merge #6721bors[bot]2020-12-041-0/+1
|\
| * Use METHOD semantic token typeLaurențiu Nicola2020-12-041-0/+1
* | Fix `diagnostics` subcommand, look at all modulesJonas Schievink2020-12-041-11/+18
|/
* Don't prime caches when just opening a fileJonas Schievink2020-12-021-15/+18
* Fix OptionalVersionedTextDocumentIdentifier typekjeremy2020-12-012-2/+2
* Align default importMergeBehaviour with VSCodeFlorian Diebold2020-11-291-1/+1
* Merge #6650bors[bot]2020-11-282-5/+3
|\
| * Move the helpers into ide_dbKirill Bulatov2020-11-282-3/+2
| * Extract the import code into the shared moduleKirill Bulatov2020-11-272-4/+3
* | Coalesce flycheck eventsJonas Schievink2020-11-271-45/+59
* | Downgrade "failed to load" error to warningJonas Schievink2020-11-271-1/+1
|/
* Remove unused importLaurențiu Nicola2020-11-261-1/+1
* Publish diagnostics on file openJonas Schievink2020-11-261-8/+9
* Gate autoimports begind experimental completions flagKirill Bulatov2020-11-241-0/+3
* New lsp-types to fix versioningkjeremy2020-11-242-6/+17
* Don't assume DidChangeTextDocument paths existMatt Jibson2020-11-231-1/+7