Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 1 | -6/+6 |
* | remove benchmark and simplify tests | Bernardo | 2018-12-25 | 2 | -59/+28 |
* | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -0/+2 |
* | remove slower impl, add benchmarks | Bernardo | 2018-12-25 | 1 | -2/+7 |
* | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 3 | -34/+39 |
* | simplify and reduce number of values explored | Bernardo | 2018-12-25 | 1 | -29/+23 |
* | proptest strategies for TextUnit and AtomTextEdit | Bernardo | 2018-12-25 | 3 | -0/+117 |
* | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 2 | -25/+25 |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 4 | -0/+130 |