Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |