Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -2/+0 |
| | |||||
* | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 1 | -6/+0 |
| | | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time. | ||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Disable fork feature for proptest | Wilco Kusee | 2019-03-23 | 1 | -1/+6 |
| | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | proptest strategies for TextUnit and AtomTextEdit | Bernardo | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -0/+12 |