Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
* | Remove ra_fmt crate | Aleksey Kladov | 2020-08-13 | 1 | -1/+0 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
* | Rename ra_text_edit -> text_edit | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
* | Start stdx | Aleksey Kladov | 2020-03-28 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | 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 |