aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Drop proptest testsAleksey Kladov2020-02-171-3/+2
* move to to_usize()Veetaha2020-02-091-2/+2
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* 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
* 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