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