Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: remove one more syntax rewriter | Aleksey Kladov | 2021-05-08 | 1 | -1/+4 |
| | |||||
* | Remove SyntaxRewriter usage in insert_use in favor of ted | Lukas Wirth | 2021-04-20 | 1 | -2/+15 |
| | |||||
* | Switch introduce_named_lifetime assist to use mutable syntax tree | Dawer | 2021-04-14 | 1 | -0/+7 |
| | |||||
* | rewrite merge use trees assist to use muatable syntax trees | Aleksey Kladov | 2021-03-22 | 1 | -4/+24 |
| | | | | changelog internal | ||||
* | Make ast editing more ergonomic | Aleksey Kladov | 2021-03-19 | 1 | -19/+46 |
| | | | | changelog internal | ||||
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
| | | | | example: let x: String = String::from("hello world").into(); | ||||
* | pit-of-successify tree editor | Aleksey Kladov | 2021-03-16 | 1 | -11/+14 |
| | |||||
* | Auto-magical whitespace | Aleksey Kladov | 2021-03-16 | 1 | -2/+47 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -0/+78 |
Notably, new rowan comes with support for mutable syntax trees. |