aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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