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-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
-42
/
+50
2021-03-21
a lot of clippy::style fixes
Matthias Krüger
-41
/
+29
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
-1
/
+1
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
-0
/
+30
2021-03-19
Make ast editing more ergonomic
Aleksey Kladov
-21
/
+20
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-33
/
+23
2021-03-17
Better handling of block doc comments
Lukas Wirth
-22
/
+13
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
-1
/
+1
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
Replace trait object boxing with extra AttrsOwnerNode
Lukas Wirth
-1
/
+1
2021-03-16
Upgrade rowan
Aleksey Kladov
-3
/
+120
2021-03-16
Fix macro expansion for statements w/o semicolon
Edwin Cheng
-2
/
+8
2021-03-09
feat: add expr_for_loop to make in syntax
Luiz Carlos Mourão Paes de Carvalho
-0
/
+3
2021-03-08
Better strip turbofishes
Kirill Bulatov
-0
/
+4
2021-03-02
Merge #7777
bors[bot]
-5
/
+9
2021-02-24
Implement line<->block comment assist
John Renner
-5
/
+9
2021-02-24
Add tests for apply_demorgan
Lukas Wirth
-2
/
+5
2021-02-20
Fix incorrect missing field diagnostic with box patterns
Laurențiu Nicola
-4
/
+13
2021-02-17
Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"
Lukas Wirth
-16
/
+21
2021-02-17
Replace usage of ast::NameOrNameRef with ast::NameLike
Lukas Wirth
-21
/
+16
2021-02-16
Implement ast::AstNode for NameLike and move it to node_ext
Lukas Wirth
-0
/
+46
2021-02-16
Merge #7620
bors[bot]
-9
/
+50
2021-02-13
Don't rename field record patterns directly
Lukas Wirth
-3
/
+2
2021-02-13
allow try expr? when extacting function
Vladyslav Katasonov
-0
/
+3
2021-02-13
handle return, break and continue when extracting function
Vladyslav Katasonov
-9
/
+47
2021-02-12
Refactor reference searching to work with the ast
Lukas Wirth
-4
/
+26
2021-02-07
AdtDef -> Adt
Aleksey Kladov
-19
/
+19
2021-02-03
allow modifications of vars from outer scope inside extracted function
Vladyslav Katasonov
-1
/
+1
2021-01-30
Fix ast::String::value not properly escaping in some cases
Lukas Wirth
-2
/
+19
2021-01-20
.
Aleksey Kladov
-14
/
+14
2021-01-19
:arrow_up: rowan
Aleksey Kladov
-1
/
+1
2021-01-18
Add `MacroType` syntax
Jonas Schievink
-2
/
+31
2021-01-18
Merge #7291
bors[bot]
-15
/
+25
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-15
/
+25
2021-01-15
Add Unmerge Use assist
unexge
-2
/
+6
2021-01-15
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
-7
/
+21
2021-01-15
Add support for yiled keyword
Daiki Ihara
-1
/
+33
2021-01-10
Merge #7218
bors[bot]
-1
/
+1
2021-01-10
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
-1
/
+1
2021-01-09
Fixed typos in code comments
Vincent Esche
-1
/
+1
2021-01-05
Rename expr -> tail_expr
Aleksey Kladov
-1
/
+1
[prev]
[next]