Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 1 | -47/+39 |
* | remove benchmark and simplify tests | Bernardo | 2018-12-25 | 1 | -44/+19 |
* | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -1/+1 |
* | add line_index proptest | Bernardo | 2018-12-25 | 1 | -2/+2 |
* | make criterion args work, small simplification | Bernardo | 2018-12-25 | 1 | -3/+0 |
* | fix arbitrary offset generation, col translation working | Bernardo | 2018-12-25 | 1 | -39/+64 |
* | column translation implemented but not quite working yet | Bernardo | 2018-12-25 | 1 | -36/+66 |
* | iterate over `Step`s which are either, newlines or multibyte chars | Bernardo | 2018-12-25 | 1 | -22/+111 |
* | simplify newline check with macro | Bernardo | 2018-12-25 | 1 | -20/+14 |
* | remove slower impl, add benchmarks | Bernardo | 2018-12-25 | 1 | -197/+21 |
* | final iteration, faster a bit simpler | Bernardo | 2018-12-25 | 1 | -171/+209 |
* | simplified version | Bernardo | 2018-12-25 | 1 | -0/+139 |
* | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 1 | -0/+260 |