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
/
node_ext.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-11
Update ungrammar
Jonas Schievink
-3
/
+16
2021-06-08
Fix edge case for ImportGranularity guessing
Lukas Wirth
-1
/
+4
2021-05-27
Attribute completion is context aware
Lukas Wirth
-0
/
+7
2021-05-20
Don't compare ast::Visibility by stringifying
Lukas Tobias Wirth
-0
/
+23
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-04-24
Split out merge_imports module from helpers::insert_use
Lukas Wirth
-1
/
+21
2021-04-19
fix: false positive about inner attrs in docs
Aleksey Kladov
-0
/
+12
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
-8
/
+6
2021-03-21
a lot of clippy::style fixes
Matthias Krüger
-15
/
+4
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
Parse extended_key_value_attributes
Lukas Wirth
-10
/
+0
2021-03-16
Upgrade rowan
Aleksey Kladov
-1
/
+3
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-13
Don't rename field record patterns directly
Lukas Wirth
-3
/
+2
2021-02-12
Refactor reference searching to work with the ast
Lukas Wirth
-4
/
+26
2021-01-20
.
Aleksey Kladov
-5
/
+5
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-10
/
+23
2021-01-15
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
-4
/
+18
2021-01-10
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
-1
/
+1
2020-12-29
indentation
AdnoC
-3
/
+3
2020-12-29
Smarter bracketed use diagnostic
AdnoC
-0
/
+8
2020-12-16
Node-ify lifetimes
Lukas Wirth
-3
/
+9
2020-12-15
Basic support for decl macros 2.0
Jonas Schievink
-0
/
+54
2020-12-15
Move to upstream `macro_rules!` model
Jonas Schievink
-16
/
+1
2020-12-12
Remove some redundant allocations
Jeremy Kolb
-1
/
+1
2020-12-04
Use items can also have doc comments
Lukas Wirth
-0
/
+1
2020-11-14
Use shorthand record syntax when renaming struct initializer field
Lukas Wirth
-9
/
+1
2020-11-06
Simplify
Aleksey Kladov
-1
/
+1
2020-11-06
Kill RAW_ literals
Aleksey Kladov
-7
/
+1
2020-10-23
correct hover for items with doc attribute with raw strings
Josh Mcguigan
-3
/
+11
2020-08-12
Rename ra_syntax -> syntax
Aleksey Kladov
-0
/
+485
[prev]