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
/
ra_ssr
/
src
/
resolving.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ra_db -> base_db
Aleksey Kladov
2020-08-13
1
-1
/
+1
*
Structured search replace now handles UFCS calls to trait methods
David Lattimore
2020-08-13
1
-4
/
+29
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
1
-4
/
+4
*
Merge #5637
bors[bot]
2020-08-12
1
-4
/
+27
|
\
|
*
SSR: Matching trait associated constants, types and functions
David Lattimore
2020-08-01
1
-4
/
+27
*
|
Use SyntaxNode.ancestors instead of a loop
David Lattimore
2020-08-05
1
-7
/
+1
*
|
SSR: Allow `self` in patterns.
David Lattimore
2020-08-01
1
-0
/
+29
|
/
*
Rename BindPat -> IdentPat
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename TypeArgList -> GenericArgList
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
SSR: Rename position and lookup_context to resolve_context
David Lattimore
2020-07-29
1
-4
/
+4
*
SSR: Fix for path resolution of locals
David Lattimore
2020-07-26
1
-0
/
+28
*
SSR: Move more resolution-related code into the resolving module
David Lattimore
2020-07-26
1
-6
/
+33
*
SSR: Allow function calls to match method calls
David Lattimore
2020-07-24
1
-0
/
+18
*
SSR: Use Definition::find_usages to speed up matching.
David Lattimore
2020-07-24
1
-3
/
+5
*
SSR: Match paths based on what they resolve to
David Lattimore
2020-07-24
1
-0
/
+153