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
Age
Commit message (
Expand
)
Author
Lines
2021-07-10
Respect coercions in `inline_call`
Lukas Wirth
-4
/
+13
2021-07-09
fix: Adding async keyword when await is present in generate_function assist
vi_mi
-2
/
+5
2021-07-05
Update `inline_call` assist doc example
Lukas Wirth
-6
/
+8
2021-07-05
Merge #9474
bors[bot]
-0
/
+21
2021-07-05
Fixup emitted whitespace in most cases
Lukas Wirth
-0
/
+6
2021-07-04
minor: untangle complex condition
Aleksey Kladov
-10
/
+9
2021-07-04
minor: better error message
Aleksey Kladov
-1
/
+1
2021-07-03
Merge #9476
bors[bot]
-16
/
+1143
2021-07-03
internal: overhaul code generation
Aleksey Kladov
-16
/
+1143
2021-07-03
Inline parameters in `inline_call` if possible
Lukas Wirth
-0
/
+15
2021-07-03
Merge the inline function/method assists into `inline_call`
Lukas Wirth
-2
/
+1
2021-07-03
feat: Implement `inline_method` assist
Lukas Wirth
-11
/
+17
2021-07-02
`replace_match_with_if_let` works on more binary matches
Lukas Wirth
-0
/
+4
2021-07-01
Merge #9458
bors[bot]
-3
/
+10
2021-07-02
Remove make::match_arm_with_guard
Lukas Wirth
-3
/
+10
2021-07-01
Merge #9455
bors[bot]
-0
/
+13
2021-07-02
Handle not let if expressions in replace_if_let_with_match
Lukas Wirth
-0
/
+13
2021-06-30
Don't classify NameRef paths inside attribute TokenTrees
Lukas Wirth
-0
/
+8
2021-06-28
Fix `NameRef::classify` path resolution inside attributes
Lukas Wirth
-5
/
+21
2021-06-27
Deduplicate ast expression walking logic
Lukas Wirth
-1
/
+51
2021-06-22
Merge #9367
bors[bot]
-0
/
+9
2021-06-22
Document perf characteristic of to_node
Aleksey Kladov
-0
/
+9
2021-06-21
feature: massively improve performance for large files
Aleksey Kladov
-1
/
+1
2021-06-18
Don't insert imports outside of cfg attributed items
Lukas Wirth
-1
/
+7
2021-06-18
Allow to disable import insertion on single path glob imports
Lukas Wirth
-0
/
+9
2021-06-17
Create modules in correct directory for nested modules in move_module assist
Lukas Wirth
-0
/
+8
2021-06-15
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
-0
/
+9
2021-06-13
clippy::manual_str_repeat
Maan2003
-1
/
+1
2021-06-13
clippy::redudant_borrow
Maan2003
-10
/
+10
2021-06-11
Update ungrammar
Jonas Schievink
-7
/
+43
2021-06-08
Fix edge case for ImportGranularity guessing
Lukas Wirth
-1
/
+4
2021-06-03
Apply more clippy suggestions and update generated
Clemens Wasser
-5
/
+5
2021-06-02
Account for generics in extract_struct_from_enum_variant
Lukas Wirth
-3
/
+2
2021-05-31
minor: remove debug print
Aleksey Kladov
-1
/
+0
2021-05-27
Attribute completion is context aware
Lukas Wirth
-0
/
+7
2021-05-24
generate match arms with todo!() as placeholder body
Domantas Jadenkus
-6
/
+15
2021-05-22
Add more docs
Aleksey Kladov
-4
/
+15
2021-05-22
internal: replace AstTransformer with mutable syntax trees
Aleksey Kladov
-54
/
+19
2021-05-20
Don't compare ast::Visibility by stringifying
Lukas Tobias Wirth
-0
/
+23
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
-98
/
+42
2021-05-16
internal: use mutable trees when filling match arms
Aleksey Kladov
-126
/
+69
2021-05-16
Merge #8813
bors[bot]
-20
/
+61
2021-05-15
Attach comments to ast::Impl
Lukas Wirth
-2
/
+2
2021-05-14
internal: use more mutable APIs
Aleksey Kladov
-35
/
+17
2021-05-14
internal: rewrite assoc item manipulaion to use mutable trees
Aleksey Kladov
-153
/
+72
2021-05-14
internal: remove SyntaxRewriter
Aleksey Kladov
-153
/
+4
2021-05-14
internal: remove more of the SyntaxRewriter
Aleksey Kladov
-29
/
+31
2021-05-14
internal: remove one more immutable tree
Aleksey Kladov
-39
/
+12
2021-05-13
Cleanup imports
Aleksey Kladov
-4
/
+3
[prev]
[next]