Commit Graph

7 Commits (e09b0f4eff1ec3ec943788c7ea205e3161de94cd)

Author SHA1 Message Date
Blaž Hrastnik 06aca7691c clippy lint 3 years ago
Blaž Hrastnik ad58286dc7 graphemes: fix nth_prev_grapheme_boundary calculation. 3 years ago
Blaž Hrastnik 6bd16a7320 graphemes: Optimize nth_next/nth_prev operation.
It's used a lot more than it used to in position calculation. Instead of
throwing away state between boundary calculation, reuse it.
3 years ago
Blaž Hrastnik 4ab5631d65 more lints 3 years ago
Blaž Hrastnik c9dd1c930e treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref 3 years ago
Blaž Hrastnik 3848058472 clippy lint 4 years ago
Blaž Hrastnik 613d06dfb0 wip: importing to github 4 years ago