aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused dependenciesShotaro Yamada2020-02-271-2/+0
|
* Use text_range::extend_toEdwin Cheng2020-02-271-1/+1
|
* Update versionsKirill Bulatov2020-02-181-1/+1
|
* Drop proptest testsAleksey Kladov2020-02-173-92/+2
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* move to to_usize()Veetaha2020-02-092-5/+5
|
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* introduce SingleFileChangeAleksey Kladov2019-10-251-0/+18
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-303-0/+6
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* 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
| | | | rename newline to step where applicable
* remove benchmark and simplify testsBernardo2018-12-252-59/+28
|
* use new translate_offset_with_edit for TryConvWithBernardo2018-12-251-0/+2
| | | | doc comments
* 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