| Commit message (Expand) | Author | Age | Files | Lines |
* | SSR: Wrap placeholder expansions in parenthesis when necessary | David Lattimore | 2020-07-30 | 1 | -2/+23 |
* | Merge #5564 | bors[bot] | 2020-07-29 | 1 | -17/+79 |
|\ |
|
| * | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 1 | -17/+79 |
* | | SSR: Don't mix non-path-based rules with path-based | David Lattimore | 2020-07-29 | 1 | -0/+39 |
|/ |
|
* | SSR: Fix for path resolution of locals | David Lattimore | 2020-07-26 | 1 | -0/+37 |
* | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 1 | -0/+58 |
* | SSR: Disable matching within use declarations | David Lattimore | 2020-07-24 | 1 | -0/+23 |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -4/+138 |
* | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 1 | -18/+24 |
* | SSR: Add a couple of tests for non-recursive search | David Lattimore | 2020-07-24 | 1 | -0/+33 |
* | SSR tests: Define all paths needed for templates | David Lattimore | 2020-07-24 | 1 | -26/+76 |
* | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 1 | -18/+22 |
* | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 1 | -2/+2 |
* | SSR: Use expect! in tests | David Lattimore | 2020-07-24 | 1 | -37/+34 |
* | SSR: Update tests so that all paths in patterns can be resolved | David Lattimore | 2020-07-03 | 1 | -67/+97 |
* | SSR: Improve error reporting when a test fails | David Lattimore | 2020-07-03 | 1 | -6/+21 |
* | SSR: Add initial support for placeholder constraints | David Lattimore | 2020-07-01 | 1 | -0/+17 |
* | Structured search debugging | David Lattimore | 2020-07-01 | 1 | -147/+42 |
* | Fix some typos | David Lattimore | 2020-06-30 | 1 | -3/+3 |
* | Fix handling of whitespace when applying SSR within macro expansions. | David Lattimore | 2020-06-27 | 1 | -0/+17 |
* | Fix test following change to fixture parsing (d016cb486738c1ab2574a322924183f... | David Lattimore | 2020-06-27 | 1 | -1/+11 |
* | SSR: Allow matching within macro calls | David Lattimore | 2020-06-27 | 1 | -0/+49 |
* | SSR: Allow matching of whole macro calls | David Lattimore | 2020-06-22 | 1 | -0/+53 |
* | Allow SSR to match type references, items, paths and patterns | David Lattimore | 2020-06-22 | 1 | -0/+496 |