Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formalize JoinLines protocol extension | Aleksey Kladov | 2020-05-21 | 1 | -10/+23 |
| | |||||
* | Cleanup TextEdit | Aleksey Kladov | 2020-05-21 | 1 | -4/+12 |
| | |||||
* | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | Simplify proto conversion | Aleksey Kladov | 2020-05-10 | 1 | -0/+1 |
| | | | | | Trait based infra in conv.rs is significantly more complicated than what we actually need here. | ||||
* | Fix TODO | Aleksey Kladov | 2020-05-06 | 1 | -0/+4 |
| | |||||
* | Lift SourceChange to the ra_ide_db | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Use more natural signature for Edit::apply | Aleksey Kladov | 2020-05-05 | 1 | -5/+16 |
| | |||||
* | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 1 | -17/+114 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -5/+5 |
| | |||||
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 1 | -3/+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() | Veetaha | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -4/+1 |
| | |||||
* | kill text utils | Aleksey Kladov | 2019-01-08 | 1 | -0/+7 |
| | |||||
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 1 | -1/+0 |
| | |||||
* | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -0/+2 |
| | | | | doc comments | ||||
* | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 1 | -1/+0 |
| | |||||
* | proptest strategies for TextUnit and AtomTextEdit | Bernardo | 2018-12-25 | 1 | -0/+2 |
| | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -10/+10 |
| | |||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -0/+29 |