aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/to_proto.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaup importsAleksey Kladov2020-12-181-6/+6
* LSP 3.16 - Releasedkjeremy2020-12-171-2/+3
* Introduce anchored_pathAleksey Kladov2020-12-091-4/+4
* Use METHOD semantic token typeLaurențiu Nicola2020-12-041-0/+1
* New lsp-types to fix versioningkjeremy2020-11-241-5/+16
* Latest LSP 3.16 protocolkjeremy2020-11-161-10/+8
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-8/+18
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+1
* Latest proposed LSP 3.16.0kjeremy2020-10-261-1/+10
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-2/+2
*-. Merge #6251 #6310bors[bot]2020-10-231-0/+1
|\ \
| * | Add HighlightModifier::Callable and add it for localsGrayJack2020-10-161-0/+1
| |/
* | Merge #6324bors[bot]2020-10-231-1/+1
|\ \
| * | Emit better #[cfg] diagnosticsJonas Schievink2020-10-221-1/+1
| |/
* / Insert ref for completionsadamrk2020-10-221-6/+65
|/
* Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov2020-10-021-1/+1
* Add support of runnables arguments in Rust AnalyzerIgor Aleksanov2020-10-021-0/+3
* Support active parameters at the per-signature levelkjeremy2020-09-181-3/+9
* Switch to upstream ENUM_MEMBERkjeremy2020-09-021-1/+1
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-3/+3
* Fix some typosKirill Bulatov2020-08-281-1/+1
* Merge #5643bors[bot]2020-08-191-0/+1
|\
| * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-161-0/+1
* | Introduce LabelAleksey Kladov2020-08-181-1/+1
* | Don't make fields private unless you have toAleksey Kladov2020-08-171-4/+4
|/
* Rename ra_ide -> ideAleksey Kladov2020-08-131-3/+3
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Address some FIXMEsJmPotato2020-08-111-4/+4
* format in to_proto::markup_contentJmPotato2020-08-091-1/+2
* Address PR commentsJeremy Kolb2020-08-061-7/+7
* Handle semantic token deltaskjeremy2020-08-011-1/+16
* Finalize impl GrammarAleksey Kladov2020-07-301-1/+1
* Finalize Trait grammarAleksey Kladov2020-07-301-1/+1
* Finalize const&static grammarAleksey Kladov2020-07-301-2/+2
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-1/+1
* Rename StructDef -> StructAleksey Kladov2020-07-301-1/+1
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-1/+1
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-1/+1
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
* Store document version and pass back to the clientkjeremy2020-07-211-3/+4
* Don't show docs in concise signature helpAleksey Kladov2020-07-181-5/+9
* Merge #5327bors[bot]2020-07-171-0/+1
|\
| * Mark machine applicable fixes as preferredJeremy Kolb2020-07-161-0/+1
* | Unclutter NavigationTarget APIAleksey Kladov2020-07-171-17/+11
* | Take label offets client capability into accountAleksey Kladov2020-07-161-9/+51
* | Semantical call infoAleksey Kladov2020-07-161-21/+22
|/
* Add new `Punctuation` highlight tagLeander Tentrup2020-07-151-0/+1
* Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-111-8/+7