index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
/
src
/
ast
/
node_ext.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
2021-06-15
1
-0
/
+9
*
Update ungrammar
Jonas Schievink
2021-06-11
1
-3
/
+16
*
Fix edge case for ImportGranularity guessing
Lukas Wirth
2021-06-08
1
-1
/
+4
*
Attribute completion is context aware
Lukas Wirth
2021-05-27
1
-0
/
+7
*
Don't compare ast::Visibility by stringifying
Lukas Tobias Wirth
2021-05-20
1
-0
/
+23
*
Hide implementation details of TokenText
Dawer
2021-05-06
1
-2
/
+2
*
Clean up
Dawer
2021-05-06
1
-15
/
+2
*
Borrow text from nodes of immutable syntax trees
Dawer
2021-05-06
1
-9
/
+27
*
Split out merge_imports module from helpers::insert_use
Lukas Wirth
2021-04-24
1
-1
/
+21
*
fix: false positive about inner attrs in docs
Aleksey Kladov
2021-04-19
1
-0
/
+12
*
Basic Support Macro 2.0
Edwin Cheng
2021-03-27
1
-0
/
+1
*
Add TokenText
Aleksey Kladov
2021-03-26
1
-7
/
+10
*
syntax: return owned string instead of leaking string
cynecx
2021-03-26
1
-8
/
+6
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
1
-15
/
+4
*
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
2021-03-20
1
-0
/
+9
*
Move `AttrsOwnerNode` to syntax and make it public
Jonas Schievink
2021-03-19
1
-0
/
+30
*
Parse extended_key_value_attributes
Lukas Wirth
2021-03-19
1
-10
/
+0
*
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-1
/
+3
*
Fix incorrect missing field diagnostic with box patterns
Laurențiu Nicola
2021-02-20
1
-4
/
+13
*
Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"
Lukas Wirth
2021-02-17
1
-16
/
+21
*
Replace usage of ast::NameOrNameRef with ast::NameLike
Lukas Wirth
2021-02-17
1
-21
/
+16
*
Implement ast::AstNode for NameLike and move it to node_ext
Lukas Wirth
2021-02-16
1
-0
/
+46
*
Don't rename field record patterns directly
Lukas Wirth
2021-02-13
1
-3
/
+2
*
Refactor reference searching to work with the ast
Lukas Wirth
2021-02-12
1
-4
/
+26
*
.
Aleksey Kladov
2021-01-19
1
-5
/
+5
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
1
-10
/
+23
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-4
/
+18
*
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
2021-01-10
1
-1
/
+1
*
indentation
AdnoC
2020-12-30
1
-3
/
+3
*
Smarter bracketed use diagnostic
AdnoC
2020-12-30
1
-0
/
+8
*
Node-ify lifetimes
Lukas Wirth
2020-12-16
1
-3
/
+9
*
Basic support for decl macros 2.0
Jonas Schievink
2020-12-15
1
-0
/
+54
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
1
-16
/
+1
*
Remove some redundant allocations
Jeremy Kolb
2020-12-12
1
-1
/
+1
*
Use items can also have doc comments
Lukas Wirth
2020-12-04
1
-0
/
+1
*
Use shorthand record syntax when renaming struct initializer field
Lukas Wirth
2020-11-14
1
-9
/
+1
*
Simplify
Aleksey Kladov
2020-11-06
1
-1
/
+1
*
Kill RAW_ literals
Aleksey Kladov
2020-11-06
1
-7
/
+1
*
correct hover for items with doc attribute with raw strings
Josh Mcguigan
2020-10-24
1
-3
/
+11
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
1
-0
/
+485