aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/parsing.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-389/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-2/+2
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-1/+1
* Rename TypeRef -> TypeAleksey Kladov2020-07-311-1/+1
* Rename ModuleItem -> ItemAleksey Kladov2020-07-291-4/+1
* SSR: Don't mix non-path-based rules with path-basedDavid Lattimore2020-07-291-1/+23
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-16/+1
* SSR: Parse template as Rust code.David Lattimore2020-07-241-32/+28
* SSR: Change the way rules are stored internally.David Lattimore2020-07-241-30/+76
* SSR: Extract error code out to a separate moduleDavid Lattimore2020-07-031-14/+3
* SSR: Use T! instead of SyntaxKind::* where possibleDavid Lattimore2020-07-021-11/+11
* SSR: Add initial support for placeholder constraintsDavid Lattimore2020-07-011-5/+87
* Fix some typosDavid Lattimore2020-06-301-1/+1
* Use more of FxHash*Laurențiu Nicola2020-06-291-1/+1
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-0/+272