aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/to_proto.rs
Commit message (Expand)AuthorAgeFilesLines
...
* fix folding range kindAleksey Kladov2021-03-131-1/+2
* Merge #7799bors[bot]2021-03-131-3/+2
|\
| * Remove unnecessary file_id argumentvsrs2021-02-271-3/+2
* | update relevance score u8 -> u32Josh Mcguigan2021-03-121-8/+8
* | add completion relevance scoreJosh Mcguigan2021-03-121-12/+22
* | Future proof completion scoresAleksey Kladov2021-03-091-2/+4
* | Selecting `&mut foo` completion now actually inserts `&mut`Aleksey Kladov2021-03-091-15/+16
* | Cleanup auto-ref in completionAleksey Kladov2021-03-091-4/+3
* | Fix bad namesAleksey Kladov2021-03-091-26/+26
* | Make group imports configurableasv2021-03-071-1/+5
* | Merge #7335 #7691bors[bot]2021-03-021-1/+1
|\ \ | |/ |/|
| * rustfmt 1.4.30-stableLuciano Bestia2021-02-181-1/+2
| * added region foldingLuciano Bestia2021-01-181-1/+1
* | Merge #7657bors[bot]2021-02-161-43/+47
|\ \
| * | Fix bitrotted module nameAleksey Kladov2021-02-161-1/+1
| * | Implement utf8 offsetsAleksey Kladov2021-02-161-7/+18
| * | Make it easy to add additional context for offset conversionAleksey Kladov2021-02-161-43/+35
| * | Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-161-0/+1
| * | Prepare for utf-8 offsetsAleksey Kladov2021-02-161-1/+1
* | | Fix a few clippy::perf warningskjeremy2021-02-161-2/+2
|/ /
* | Make it clear which client-side commands we useAleksey Kladov2021-02-141-35/+84
* | Moved CodeLens to ide crateivan7702021-02-131-4/+141
* | Pin Rust to 1.49.0 on CIJonas Schievink2021-02-121-1/+2
* | Add a semantic token type for char literalspetr-tik2021-02-051-1/+2
* | Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-201-14/+22
* | Move SymbolKind to ide_dbLukas Wirth2021-01-201-1/+2
* | Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-191-12/+14
* | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-1/+1
|/
* Share import_assets and related entitiesKirill Bulatov2021-01-161-2/+3
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-1/+1
* Group file source edits by FileIdLukas Wirth2021-01-141-10/+9
* Don't show internal server error on renameAleksey Kladov2021-01-131-1/+6
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-4/+14
* Shorten namesAleksey Kladov2021-01-091-4/+4
* Shorten frequent namesAleksey Kladov2021-01-091-35/+30
* Rename dummy -> noneAleksey Kladov2021-01-091-1/+1
* Simplify highlighting infraAleksey Kladov2021-01-081-0/+3
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-1/+1
* Align config's API with usageAleksey Kladov2021-01-061-1/+9
* More maintainable configAleksey Kladov2021-01-061-3/+3
* More maintainable caps configAleksey Kladov2021-01-051-3/+3
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+2
* Simplify assists resolution APIAleksey Kladov2020-12-261-11/+8
* Support labels in reference searchLukas Wirth2020-12-241-1/+3
* Add initial_contents field for CreateFileDaiki Ihara2020-12-211-10/+27
* Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-191-1/+1
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-191-2/+8
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-181-28/+31
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-5/+4
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-17/+20