aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-122-198/+0
|
* Cleanup TextEdit APIAleksey Kladov2020-08-122-12/+22
|
* Fix clippy warningsIgor Aleksanov2020-08-101-4/+9
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* 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
| | | | | Trait based infra in conv.rs is significantly more complicated than what we actually need here.
* 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-052-119/+114
|
* text-size 1.0.0Aleksey Kladov2020-04-252-2/+2
|
* Convert code to text-sizeAleksey Kladov2020-04-253-19/+19
|
* Remove some TextUnit->usize escapeesCAD972020-03-131-5/+5
|
* 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