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
/
parsing.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
1
-2
/
+2
*
Rename BindPat -> IdentPat
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename TypeRef -> Type
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename ModuleItem -> Item
Aleksey Kladov
2020-07-29
1
-4
/
+1
*
SSR: Don't mix non-path-based rules with path-based
David Lattimore
2020-07-29
1
-1
/
+23
*
SSR: Match paths based on what they resolve to
David Lattimore
2020-07-24
1
-16
/
+1
*
SSR: Parse template as Rust code.
David Lattimore
2020-07-24
1
-32
/
+28
*
SSR: Change the way rules are stored internally.
David Lattimore
2020-07-24
1
-30
/
+76
*
SSR: Extract error code out to a separate module
David Lattimore
2020-07-03
1
-14
/
+3
*
SSR: Use T! instead of SyntaxKind::* where possible
David Lattimore
2020-07-02
1
-11
/
+11
*
SSR: Add initial support for placeholder constraints
David Lattimore
2020-07-01
1
-5
/
+87
*
Fix some typos
David Lattimore
2020-06-30
1
-1
/
+1
*
Use more of FxHash*
Laurențiu Nicola
2020-06-29
1
-1
/
+1
*
Allow SSR to match type references, items, paths and patterns
David Lattimore
2020-06-22
1
-0
/
+272