aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-121-186/+0
* Cleanup TextEdit APIAleksey Kladov2020-08-121-8/+19
* Fix clippy warningsIgor Aleksanov2020-08-101-4/+9
* Formalize JoinLines protocol extensionAleksey Kladov2020-05-211-10/+23
* Cleanup TextEditAleksey Kladov2020-05-211-4/+12
* Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* Simplify proto conversionAleksey Kladov2020-05-101-0/+1
* Fix TODOAleksey Kladov2020-05-061-0/+4
* Lift SourceChange to the ra_ide_dbAleksey Kladov2020-05-061-1/+1
* Use more natural signature for Edit::applyAleksey Kladov2020-05-051-5/+16
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-17/+114
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+5
* 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