Aleksey Kladov
|
47d7434dde
|
internal: replace AstTransformer with mutable syntax trees
|
2021-05-22 15:27:32 +03:00 |
|
Aleksey Kladov
|
1fdc9d8e9e
|
internal: remove one more syntax rewriter
|
2021-05-08 14:47:14 +03:00 |
|
Lukas Wirth
|
fa20a5064b
|
Remove SyntaxRewriter usage in insert_use in favor of ted
|
2021-04-20 02:09:12 +02:00 |
|
Dawer
|
144afa55a6
|
Switch introduce_named_lifetime assist to use mutable syntax tree
|
2021-04-15 01:56:19 +05:00 |
|
Aleksey Kladov
|
9cbf09ec4f
|
rewrite merge use trees assist to use muatable syntax trees
changelog internal
|
2021-03-22 20:47:46 +03:00 |
|
Aleksey Kladov
|
a61691026a
|
Make ast editing more ergonomic
changelog internal
|
2021-03-19 20:53:23 +03:00 |
|
Matthias Krüger
|
966c23f529
|
avoid converting types into themselves via .into() (clippy::useless-conversion)
example: let x: String = String::from("hello world").into();
|
2021-03-17 01:27:56 +01:00 |
|
Aleksey Kladov
|
186a430853
|
pit-of-successify tree editor
|
2021-03-16 22:59:57 +03:00 |
|
Aleksey Kladov
|
34555593ca
|
Auto-magical whitespace
|
2021-03-16 22:51:37 +03:00 |
|
Aleksey Kladov
|
f5a81ec468
|
Upgrade rowan
Notably, new rowan comes with support for mutable syntax trees.
|
2021-03-16 16:10:49 +03:00 |
|