aboutsummaryrefslogtreecommitdiff
path: root/crates/text_edit
Commit message (Collapse)AuthorAgeFilesLines
* Actually assert disjointnessAleksey Kladov2020-09-031-3/+6
|
* Provide better stack trace for overlapping editsAleksey Kladov2020-08-251-3/+9
| | | | | | | Overlapping indels are a bug. Checking this *always* is tricky (needs a sorted data structure to not suffer O(N^2) perf). But opportunistically checking small indels should give provide 80% of the benefits.
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-122-0/+198