index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
/
src
/
ast
/
edit.rs
Age
Commit message (
Expand
)
Author
Lines
2021-11-19
Use mutable syntax trees in `merge_imports`, `split_imports`
iDawer
-38
/
+0
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-2
/
+2
2021-08-18
minor: address review comments
Dawer
-2
/
+2
2021-08-18
internal: introduce in-place indenting API
Dawer
-10
/
+19
2021-08-14
minor: move functionality to a better place
Aleksey Kladov
-25
/
+1
2021-08-14
internal: remove one more usage of old editing API.
Aleksey Kladov
-13
/
+17
2021-08-14
internal: remove a remnant of old editing infra
Aleksey Kladov
-28
/
+2
2021-07-02
Remove make::match_arm_with_guard
Lukas Wirth
-1
/
+1
2021-06-13
clippy::manual_str_repeat
Maan2003
-1
/
+1
2021-06-13
clippy::redudant_borrow
Maan2003
-1
/
+1
2021-05-22
internal: replace AstTransformer with mutable syntax trees
Aleksey Kladov
-54
/
+2
2021-05-16
internal: use mutable syntax trees when filling fields
Aleksey Kladov
-98
/
+2
2021-05-16
internal: use mutable trees when filling match arms
Aleksey Kladov
-105
/
+0
2021-05-14
internal: use more mutable APIs
Aleksey Kladov
-35
/
+1
2021-05-14
internal: rewrite assoc item manipulaion to use mutable trees
Aleksey Kladov
-145
/
+6
2021-05-14
internal: remove SyntaxRewriter
Aleksey Kladov
-48
/
+3
2021-05-14
internal: remove more of the SyntaxRewriter
Aleksey Kladov
-29
/
+31
2021-05-08
minor: remove dead code
Aleksey Kladov
-11
/
+1
2021-03-25
Use more std::array::IntoIter
Laurențiu Nicola
-4
/
+3
2021-03-25
Use arrayvec 0.6
Laurențiu Nicola
-8
/
+8
2021-03-22
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
-38
/
+8
2021-03-21
a lot of clippy::style fixes
Matthias Krüger
-1
/
+1
2021-03-21
clippy::complexity simplifications related to Iterators
Matthias Krüger
-2
/
+1
2021-03-21
use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)
Matthias Krüger
-2
/
+1
2021-03-17
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
-1
/
+1
2021-02-24
Implement line<->block comment assist
John Renner
-4
/
+7
2021-01-02
Fix warnings on rust-nightly
cynecx
-2
/
+2
2020-09-30
Minor clippy performance suggestions
kjeremy
-1
/
+1
2020-09-21
Rename impl edit method to be more explicit
Matt Hooper
-1
/
+1
2020-09-21
Add edit utility for adding an associated item list to a impl def
Matt Hooper
-0
/
+16
2020-09-12
Reimplement import merging by making it recursive properly nesting all levels
Lukas Wirth
-0
/
+1
2020-09-04
Remove unnecessary comma
Aleksei Sidorov
-1
/
+0
2020-09-04
Fix nitpicks
Aleksei Sidorov
-17
/
+2
2020-09-03
Resolve most of corner cases
Aleksei Sidorov
-4
/
+22
2020-09-03
Initial implementation of the #5085 issue
Aleksei Sidorov
-0
/
+66
2020-09-03
Unify naming
Aleksey Kladov
-4
/
+4
2020-08-17
format
jDomantas
-13
/
+9
2020-08-14
fixup whitespace when adding missing impl items
jDomantas
-3
/
+30
2020-08-13
Cleanup **Move Guard** assist
Aleksey Kladov
-0
/
+3
2020-08-12
**Merge Imports** assist handles self
Aleksey Kladov
-3
/
+8
2020-08-12
Rename ra_syntax -> syntax
Aleksey Kladov
-0
/
+642