Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | itertools::Either -> either::Either | Kirill Bulatov | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Use FxHashMap | Florian Diebold | 2020-01-11 | 1 | -0/+1 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Add ast for plain and raw string literals | Aleksey Kladov | 2019-11-16 | 1 | -1/+0 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-10-12 | 1 | -3/+0 |
| | |||||
* | feat(assists): Make raw string unescaped | Geobert Quach | 2019-09-26 | 1 | -0/+1 |
| | |||||
* | add new editing API, suitable for modifying several nodes at once | Aleksey Kladov | 2019-09-25 | 1 | -0/+1 |
| | |||||
* | :arrow_up: once_cell | Aleksey Kladov | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -0/+1 |
| | |||||
* | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -0/+2 |
| | |||||
* | add marks to assists | Aleksey Kladov | 2019-02-24 | 1 | -2/+0 |
| | |||||
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Refactor formatting code out of ra_ida_api_light into ra_fmt. | Andrea Pretto | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+17 |