Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start stdx | Aleksey Kladov | 2020-03-28 | 1 | -2/+2 |
| | | | | This crate will hold everything to small to be worth publishing | ||||
* | Use more generic public api | Kirill Bulatov | 2020-03-24 | 1 | -0/+1 |
| | |||||
* | update itertools version to 0.9.0 | Josh Mcguigan | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | implement fill match arm assist for tuple of enums | Josh Mcguigan | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -1/+0 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
| | |||||
* | Make assists use ImportsLocator directly | Aleksey Kladov | 2020-02-06 | 1 | -0/+1 |
| | |||||
* | Add profiling around add_impl_members | Aleksey Kladov | 2020-02-06 | 1 | -0/+1 |
| | | | | | | | | | This intention is pretty slow for `impl Interator`, because it has a ton of default methods which need to be substituted. The proper fix here is to not compute the actual edit until the user triggers the action, but that's awkward to do in the LSP right now, so let's just put a profiling code for now. | ||||
* | 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 |