aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/line_index.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix column conversion for supplementary plane charactersLaurențiu Nicola2020-05-051-2/+15
|
* Don't count start of non-ASCII characters as being inside of themLaurențiu Nicola2020-05-031-3/+9
|
* Switch to TryFromAleksey Kladov2020-04-251-11/+11
|
* CleanupsAleksey Kladov2020-04-251-14/+10
|
* Convert code to text-sizeAleksey Kladov2020-04-251-27/+27
|
* Remove some TextUnit->usize escapeesCAD972020-03-131-7/+7
|
* Ensure that semantic tokens are single-lineAleksey Kladov2020-02-271-1/+43
|
* Drop proptest testsAleksey Kladov2020-02-171-60/+0
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* CleanupAleksey Kladov2020-02-061-1/+2
|
* Move to a crateAleksey Kladov2020-02-061-0/+283