aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/conv.rs
Commit message (Collapse)AuthorAgeFilesLines
...
| * change to `TextEdit` to avoid allocation and sortBernardo2018-12-251-4/+6
| | | | | | | | rename newline to step where applicable
| * use new translate_offset_with_edit for TryConvWithBernardo2018-12-251-36/+1
| | | | | | | | doc comments
| * move translate_offset_with_edit to ra_editorBernardo2018-12-251-305/+0
| |
| * initial newline translation workingBernardo2018-12-251-13/+257
| | | | | | | | | | | | todo: cleanup, simplify handle columns
| * test translate_offset_with_edit against simple impl for single editsBernardo2018-12-251-0/+61
| |
* | Implement basic completion for fieldsFlorian Diebold2018-12-251-0/+1
| |
* | Do name resolution by namespace (types/values)Florian Diebold2018-12-251-0/+2
|/
* binding iconAleksey Kladov2018-12-211-0/+1
|
* moar iconsAleksey Kladov2018-12-211-0/+2
|
* more iconsAleksey Kladov2018-12-211-1/+14
|
* move completion items to convAleksey Kladov2018-12-211-2/+26
|
* edits use source-root APIAleksey Kladov2018-12-211-8/+9
|
* hide atom edits a bitAleksey Kladov2018-12-211-5/+10
|
* fix SourceFileEdit nameAleksey Kladov2018-12-211-2/+2
|
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-11/+11
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-1/+2
|
* Clippy lintsJeremy A. Kolb2018-11-291-8/+3
|
* Rename col to col_utf16Adolfo OchagavĂ­a2018-11-161-6/+11
|
* Support UTF-16 chars in LineIndexAdolfo OchagavĂ­a2018-11-161-2/+0
|
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-2/+2
|
* Use FilePosition everywhereAleksey Kladov2018-11-051-1/+12
|
* Reformat allAleksey Kladov2018-10-311-1/+2
|
* clippy: cast_losslessAlan Du2018-10-181-2/+2
|
* Cargo FormatJeremy A. Kolb2018-10-161-35/+31
| | | | Run `cargo fmt` and ignore generated files
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-3/+3
|
* Add on-enter handlerAleksey Kladov2018-10-091-1/+40
| | | | Now, typing doc comments is much more pleasant
* rename all thingsAleksey Kladov2018-09-161-0/+296