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_in_place.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-03
Merge #11887
bors[bot]
-0
/
+43
2022-04-03
fix: Add missing fields diagnostic fix for patterns
Lukas Wirth
-0
/
+43
2022-04-02
fix: `merge_imports::recursive_merge` exiting early
iDawer
-1
/
+1
2022-04-01
fix: splitting path of a glob import wrongly adds `self`
iDawer
-3
/
+20
2021-11-19
Use mutable syntax trees in `merge_imports`, `split_imports`
iDawer
-2
/
+74
2021-10-05
Replace `if let` with `match` where appropriate
Aramis Razzaghipour
-18
/
+12
2021-10-05
Replace `if let Some(_) = foo` with `if foo.is_some()`
Aramis Razzaghipour
-1
/
+1
2021-10-03
Fix miscellaneous Clippy lints
Aramis Razzaghipour
-1
/
+1
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-13
/
+13
2021-09-28
Fix inline_call breaking RecordExprField shorthands
Lukas Wirth
-0
/
+29
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-5
/
+5
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-1
/
+1
2021-08-24
internal: more declarative re-indentation API
Aleksey Kladov
-7
/
+8
2021-08-18
minor: address review comments
Dawer
-6
/
+4
2021-08-18
internal: introduce in-place indenting API
Dawer
-8
/
+42
2021-08-14
minor: move functionality to a better place
Aleksey Kladov
-1
/
+29
2021-07-30
Fix assists assuming comma belonging to MATCH_ARM_LIST
Lukas Wirth
-9
/
+5
2021-07-03
Inline parameters in `inline_call` if possible
Lukas Wirth
-0
/
+6
2021-05-24
generate match arms with todo!() as placeholder body
Domantas Jadenkus
-6
/
+15
2021-05-22
internal: replace AstTransformer with mutable syntax trees
Aleksey Kladov
-0
/
+10
2021-05-17
fix: don't add extra whitespace around fields
Aleksey Kladov
-0
/
+4
2021-05-16
internal: use mutable syntax trees when filling fields
Aleksey Kladov
-0
/
+40
2021-05-16
internal: use mutable trees when filling match arms
Aleksey Kladov
-21
/
+69
2021-05-14
internal: use more mutable APIs
Aleksey Kladov
-0
/
+16
2021-05-14
internal: rewrite assoc item manipulaion to use mutable trees
Aleksey Kladov
-7
/
+65
2021-05-09
internal: rewrite **Repalce impl Trait** assist to mutable syntax trees
Aleksey Kladov
-12
/
+7
2021-04-15
Finish GenericParamsOwnerEdit impls
Dawer
-5
/
+94
2021-04-15
Switch introduce_named_lifetime assist to use mutable syntax tree
Dawer
-0
/
+64
2021-03-22
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
-3
/
+41
2021-03-19
Make ast editing more ergonomic
Aleksey Kladov
-21
/
+20
2021-03-16
pit-of-successify tree editor
Aleksey Kladov
-3
/
+3
2021-03-16
Auto-magical whitespace
Aleksey Kladov
-21
/
+11
2021-03-16
Move more bounds
Aleksey Kladov
-10
/
+44
2021-03-16
Upgrade rowan
Aleksey Kladov
-0
/
+105