| Commit message (Expand) | Author | Age | Files | Lines |
* | internal: use mutable syntax trees when filling fields | Aleksey Kladov | 2021-05-16 | 1 | -98/+2 |
* | internal: use mutable trees when filling match arms | Aleksey Kladov | 2021-05-16 | 1 | -105/+0 |
* | internal: use more mutable APIs | Aleksey Kladov | 2021-05-14 | 1 | -35/+1 |
* | internal: rewrite assoc item manipulaion to use mutable trees | Aleksey Kladov | 2021-05-14 | 1 | -145/+6 |
* | internal: remove SyntaxRewriter | Aleksey Kladov | 2021-05-14 | 1 | -48/+3 |
* | internal: remove more of the SyntaxRewriter | Aleksey Kladov | 2021-05-14 | 1 | -29/+31 |
* | minor: remove dead code | Aleksey Kladov | 2021-05-08 | 1 | -11/+1 |
* | Use more std::array::IntoIter | Laurențiu Nicola | 2021-03-25 | 1 | -4/+3 |
* | Use arrayvec 0.6 | Laurențiu Nicola | 2021-03-25 | 1 | -8/+8 |
* | rewrite merge use trees assist to use muatable syntax trees | Aleksey Kladov | 2021-03-22 | 1 | -38/+8 |
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -2/+1 |
* | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) | Matthias Krüger | 2021-03-21 | 1 | -2/+1 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
* | Implement line<->block comment assist | John Renner | 2021-02-25 | 1 | -4/+7 |
* | Fix warnings on rust-nightly | cynecx | 2021-01-02 | 1 | -2/+2 |
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 |
* | Rename impl edit method to be more explicit | Matt Hooper | 2020-09-21 | 1 | -1/+1 |
* | Add edit utility for adding an associated item list to a impl def | Matt Hooper | 2020-09-21 | 1 | -0/+16 |
* | Reimplement import merging by making it recursive properly nesting all levels | Lukas Wirth | 2020-09-12 | 1 | -0/+1 |
* | Remove unnecessary comma | Aleksei Sidorov | 2020-09-04 | 1 | -1/+0 |
* | Fix nitpicks | Aleksei Sidorov | 2020-09-04 | 1 | -17/+2 |
* | Resolve most of corner cases | Aleksei Sidorov | 2020-09-03 | 1 | -4/+22 |
* | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 1 | -0/+66 |
* | Unify naming | Aleksey Kladov | 2020-09-03 | 1 | -4/+4 |
* | format | jDomantas | 2020-08-17 | 1 | -13/+9 |
* | fixup whitespace when adding missing impl items | jDomantas | 2020-08-14 | 1 | -3/+30 |
* | Cleanup **Move Guard** assist | Aleksey Kladov | 2020-08-13 | 1 | -0/+3 |
* | **Merge Imports** assist handles self | Aleksey Kladov | 2020-08-12 | 1 | -3/+8 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+642 |