aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ssr/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-1174/+0
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-4/+4
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-3/+3
* Structured search replace now handles UFCS calls to trait methodsDavid Lattimore2020-08-131-0/+29
* Merge #5637bors[bot]2020-08-121-0/+64
|\
| * SSR: Matching trait associated constants, types and functionsDavid Lattimore2020-08-011-0/+64
* | SSR: Allow `self` in patterns.David Lattimore2020-08-011-0/+35
|/
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-1/+1
* SSR: Wrap placeholder expansions in parenthesis when necessaryDavid Lattimore2020-07-301-2/+23
* Merge #5564bors[bot]2020-07-291-17/+79
|\
| * SSR: Restrict to current selection if anyDavid Lattimore2020-07-291-17/+79
* | SSR: Don't mix non-path-based rules with path-basedDavid Lattimore2020-07-291-0/+39
|/
* SSR: Fix for path resolution of localsDavid Lattimore2020-07-261-0/+37
* SSR: Allow function calls to match method callsDavid Lattimore2020-07-241-0/+58
* SSR: Disable matching within use declarationsDavid Lattimore2020-07-241-0/+23
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-4/+138
* SSR: Pass current file position through to SSR code.David Lattimore2020-07-241-18/+24
* SSR: Add a couple of tests for non-recursive searchDavid Lattimore2020-07-241-0/+33
* SSR tests: Define all paths needed for templatesDavid Lattimore2020-07-241-26/+76
* Move iteration over all files into the SSR crateDavid Lattimore2020-07-241-18/+22
* SSR: Parse template as Rust code.David Lattimore2020-07-241-2/+2
* SSR: Use expect! in testsDavid Lattimore2020-07-241-37/+34
* SSR: Update tests so that all paths in patterns can be resolvedDavid Lattimore2020-07-031-67/+97
* SSR: Improve error reporting when a test failsDavid Lattimore2020-07-031-6/+21
* SSR: Add initial support for placeholder constraintsDavid Lattimore2020-07-011-0/+17
* Structured search debuggingDavid Lattimore2020-07-011-147/+42
* Fix some typosDavid Lattimore2020-06-301-3/+3
* Fix handling of whitespace when applying SSR within macro expansions.David Lattimore2020-06-271-0/+17
* Fix test following change to fixture parsing (d016cb486738c1ab2574a322924183f...David Lattimore2020-06-271-1/+11
* SSR: Allow matching within macro callsDavid Lattimore2020-06-271-0/+49
* SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-0/+53
* Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-221-0/+496