aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src
Commit message (Expand)AuthorAgeFilesLines
* introduce SingleFileChangeAleksey Kladov2019-10-251-0/+18
* Added test for check doc strings in crates.Alexander Andreev2019-09-303-0/+6
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
* Fix clippy::match_ref_patsAlan Du2019-06-041-3/+3
* reformat the worldAleksey Kladov2019-02-083-13/+4
* kill text utilsAleksey Kladov2019-01-081-0/+7
* upstream text-utils to text_unitAleksey Kladov2019-01-083-8/+1
* more enterprisey assists APIAleksey Kladov2019-01-031-4/+1
* change to `TextEdit` to avoid allocation and sortBernardo2018-12-251-6/+6
* remove benchmark and simplify testsBernardo2018-12-252-59/+28
* use new translate_offset_with_edit for TryConvWithBernardo2018-12-251-0/+2
* remove slower impl, add benchmarksBernardo2018-12-251-2/+7
* test translate_offset_with_edit against simple impl for single editsBernardo2018-12-252-33/+38
* simplify and reduce number of values exploredBernardo2018-12-251-29/+23
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-252-0/+116
* hide atom edits a bitAleksey Kladov2018-12-211-2/+2
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-112-25/+25
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-103-0/+118