| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 |
* | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 1 | -2/+2 |
* | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 1 | -2/+40 |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -7/+99 |
* | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 1 | -2/+2 |
* | SSR: Refactor to not rely on recursive search for nesting of matches | David Lattimore | 2020-07-24 | 1 | -0/+4 |
* | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 1 | -7/+8 |
* | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 1 | -6/+4 |
* | SSR: Change the way rules are stored internally. | David Lattimore | 2020-07-24 | 1 | -33/+9 |
* | SSR: Refactor matching code. | David Lattimore | 2020-07-03 | 1 | -80/+75 |
* | SSR: Add initial support for placeholder constraints | David Lattimore | 2020-07-01 | 1 | -1/+38 |
* | Structured search debugging | David Lattimore | 2020-07-01 | 1 | -6/+4 |
* | Fix some typos | David Lattimore | 2020-06-30 | 1 | -1/+1 |
* | Fix handling of whitespace when applying SSR within macro expansions. | David Lattimore | 2020-06-27 | 1 | -1/+1 |
* | SSR: Allow matching within macro calls | David Lattimore | 2020-06-27 | 1 | -1/+3 |
* | SSR: Allow matching of whole macro calls | David Lattimore | 2020-06-22 | 1 | -4/+101 |
* | Allow SSR to match type references, items, paths and patterns | David Lattimore | 2020-06-22 | 1 | -0/+494 |