aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Drop proptest testsAleksey Kladov2020-02-171-3/+2
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* move to to_usize()Veetaha2020-02-091-2/+2
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* reformat the worldAleksey Kladov2019-02-081-4/+1
|
* kill text utilsAleksey Kladov2019-01-081-0/+7
|
* upstream text-utils to text_unitAleksey Kladov2019-01-081-1/+0
|
* use new translate_offset_with_edit for TryConvWithBernardo2018-12-251-0/+2
| | | | doc comments
* test translate_offset_with_edit against simple impl for single editsBernardo2018-12-251-1/+0
|
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-251-0/+2
|
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-10/+10
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-0/+29