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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSR: Restrict to current selection if any
David Lattimore
2020-07-29
1
-1
/
+10
*
SSR: Move more resolution-related code into the resolving module
David Lattimore
2020-07-26
1
-21
/
+5
*
SSR: Allow function calls to match method calls
David Lattimore
2020-07-24
1
-2
/
+6
*
SSR: Use Definition::find_usages to speed up matching.
David Lattimore
2020-07-24
1
-1
/
+2
*
SSR: Match paths based on what they resolve to
David Lattimore
2020-07-24
1
-17
/
+44
*
SSR: Pass current file position through to SSR code.
David Lattimore
2020-07-24
1
-2
/
+28
*
SSR: Refactor to not rely on recursive search for nesting of matches
David Lattimore
2020-07-24
1
-2
/
+5
*
Move iteration over all files into the SSR crate
David Lattimore
2020-07-24
1
-21
/
+27
*
SSR: Move search code into a submodule
David Lattimore
2020-07-24
1
-48
/
+2
*
SSR: Parse template as Rust code.
David Lattimore
2020-07-24
1
-6
/
+8
*
SSR: Change the way rules are stored internally.
David Lattimore
2020-07-24
1
-43
/
+33
*
SSR: Improve error reporting when a test fails
David Lattimore
2020-07-03
1
-15
/
+15
*
SSR: Extract error code out to a separate module
David Lattimore
2020-07-03
1
-9
/
+3
*
Structured search debugging
David Lattimore
2020-07-01
1
-5
/
+157
*
Fix handling of whitespace when applying SSR within macro expansions.
David Lattimore
2020-06-27
1
-1
/
+2
*
SSR: Allow matching within macro calls
David Lattimore
2020-06-27
1
-1
/
+17
*
SSR: Allow matching of whole macro calls
David Lattimore
2020-06-22
1
-8
/
+10
*
Allow SSR to match type references, items, paths and patterns
David Lattimore
2020-06-22
1
-0
/
+120