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
Age
Commit message (
Expand
)
Author
Lines
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
-2
/
+2
2021-06-11
Update ungrammar
Jonas Schievink
-7
/
+43
2021-06-08
Fix edge case for ImportGranularity guessing
Lukas Wirth
-1
/
+4
2021-06-02
Account for generics in extract_struct_from_enum_variant
Lukas Wirth
-3
/
+2
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
internal: replace AstTransformer with mutable syntax trees
Aleksey Kladov
-54
/
+16
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-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
-48
/
+3
2021-05-14
internal: remove more of the SyntaxRewriter
Aleksey Kladov
-29
/
+31
2021-05-14
internal: remove one more immutable tree
Aleksey Kladov
-8
/
+2
2021-05-12
Support length for ByteStrings
Jade
-20
/
+61
2021-05-10
simplify
Aleksey Kladov
-0
/
+3
2021-05-09
internal: introduce `ast::make::ext` module with common shortcuts
Aleksey Kladov
-43
/
+52
2021-05-09
internal: fix make API
Aleksey Kladov
-8
/
+31
2021-05-09
internal: rewrite **Repalce impl Trait** assist to mutable syntax trees
Aleksey Kladov
-12
/
+7
2021-05-09
cleanups
Aleksey Kladov
-2
/
+2
2021-05-08
minor: remove dead code
Aleksey Kladov
-11
/
+1
2021-05-08
internal: pull_assignment_up uses mutable trees
Aleksey Kladov
-0
/
+3
2021-05-07
fix: use raw idents in `make::name{_ref}` with keywords
Jonas Schievink
-2
/
+12
2021-05-06
Hide implementation details of TokenText
Dawer
-2
/
+2
2021-05-06
Clean up
Dawer
-15
/
+2
2021-05-06
Borrow text from nodes of immutable syntax trees
Dawer
-9
/
+27
2021-05-06
Adapt to a new rowan borrowing node API.
Dawer
-1
/
+1
2021-04-24
Split out merge_imports module from helpers::insert_use
Lukas Wirth
-1
/
+21
2021-04-23
Merge #8591 #8638
bors[bot]
-0
/
+1
2021-04-23
Merge #8317
bors[bot]
-0
/
+26
2021-04-21
Add support for fill match arms of boolean values
Comonad
-0
/
+8
2021-04-20
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
-0
/
+1
2021-04-19
Merge #8578
bors[bot]
-0
/
+12
2021-04-19
fix: false positive about inner attrs in docs
Aleksey Kladov
-0
/
+12
2021-04-19
Merge #8524 #8527
bors[bot]
-0
/
+153
2021-04-16
Fill match arms for a tuple of a single enum.
Dawer
-6
/
+12
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-04-04
Add convert tuple struct to named struct assist
unexge
-0
/
+26
2021-03-27
Basic Support Macro 2.0
Edwin Cheng
-0
/
+1
2021-03-26
Add TokenText
Aleksey Kladov
-7
/
+10
2021-03-26
syntax: return owned string instead of leaking string
cynecx
-10
/
+8
[prev]
[next]