aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/line_index.rs
Commit message (Expand)AuthorAgeFilesLines
* remove benchmark and simplify testsBernardo2018-12-251-1/+22
* add line_index proptestBernardo2018-12-251-104/+130
* fix arbitrary offset generation, col translation workingBernardo2018-12-251-0/+28
* column translation implemented but not quite working yetBernardo2018-12-251-12/+2
* iterate over `Step`s which are either, newlines or multibyte charsBernardo2018-12-251-4/+10
* move translate_offset_with_edit to ra_editorBernardo2018-12-251-2/+2
* initial newline translation workingBernardo2018-12-251-1/+5
* cargo formatAdolfo Ochagavía2018-11-161-14/+98
* Rename col to col_utf16Adolfo Ochagavía2018-11-161-17/+17
* Support UTF-16 chars in LineIndexAdolfo Ochagavía2018-11-161-106/+197
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-2/+2
* Cargo FormatJeremy A. Kolb2018-10-161-16/+103
* start salsa migrationAleksey Kladov2018-10-151-1/+1
* switch editor to 2018Aleksey Kladov2018-10-151-1/+1
* rename all thingsAleksey Kladov2018-09-161-0/+62