aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit
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
* Disable fork feature for proptestWilco Kusee2019-03-231-1/+6
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* reformat the worldAleksey Kladov2019-02-083-13/+4
* Bump insta and proptest to latestkjeremy2019-02-041-1/+1
* kill text utilsAleksey Kladov2019-01-081-0/+7
* upstream text-utils to text_unitAleksey Kladov2019-01-084-9/+2
* 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-253-34/+39
* simplify and reduce number of values exploredBernardo2018-12-251-29/+23
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-253-0/+117
* 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-104-0/+130