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-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-08
dead code
Aleksey Kladov
-121
/
+1
2021-05-08
internal: remove one more syntax rewriter
Aleksey Kladov
-1
/
+4
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
-8
/
+20
2021-05-06
Clean up
Dawer
-15
/
+2
2021-05-06
Borrow text from nodes of immutable syntax trees
Dawer
-25
/
+49
2021-05-06
Adapt to a new rowan borrowing node API.
Dawer
-2
/
+2
2021-04-24
Split out merge_imports module from helpers::insert_use
Lukas Wirth
-1
/
+21
2021-04-23
Merge #8591 #8638
bors[bot]
-18
/
+19
2021-04-23
Remove SyntaxRewriter::from_fn
Lukas Wirth
-16
/
+3
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
-2
/
+16
2021-04-19
Merge #8578
bors[bot]
-1
/
+13
2021-04-19
fix: false positive about inner attrs in docs
Aleksey Kladov
-1
/
+13
2021-04-19
Merge #8524 #8527
bors[bot]
-0
/
+160
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
/
+71
2021-04-04
Add convert tuple struct to named struct assist
unexge
-0
/
+26
2021-03-27
Add support for doc on hover for macro 2.0
Edwin Cheng
-2
/
+2
2021-03-27
Basic Support Macro 2.0
Edwin Cheng
-0
/
+1
2021-03-26
Add TokenText
Aleksey Kladov
-7
/
+89
2021-03-26
syntax: return owned string instead of leaking string
cynecx
-10
/
+8
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-23
Simplify code
Aleksey Kladov
-2
/
+3
2021-03-22
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
-46
/
+74
2021-03-21
a lot of clippy::style fixes
Matthias Krüger
-44
/
+32
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-21
remove more redundant clones (clippy::redundant_clone())
Matthias Krüger
-3
/
+3
2021-03-20
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
-0
/
+9
2021-03-19
Move `AttrsOwnerNode` to syntax and make it public
Jonas Schievink
-2
/
+32
2021-03-19
Make ast editing more ergonomic
Aleksey Kladov
-40
/
+66
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-33
/
+23
2021-03-17
Better handling of block doc comments
Lukas Wirth
-35
/
+29
2021-03-17
Merge #8059
bors[bot]
-1
/
+1
2021-03-17
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
-2
/
+2
2021-03-16
pit-of-successify tree editor
Aleksey Kladov
-14
/
+17
2021-03-16
Auto-magical whitespace
Aleksey Kladov
-23
/
+58
2021-03-16
Move more bounds
Aleksey Kladov
-10
/
+44
[prev]
[next]