Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 |
| | |||||
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -6/+6 |
| | |||||
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 2 | -8/+7 |
| | |||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 2 | -2/+2 |
| | |||||
* | Future proof find-usages API | Aleksey Kladov | 2020-08-19 | 1 | -1/+1 |
| | | | | | | We might want to provide more efficient impls for check if usages exist, limiting the search, filtering and cancellation, so let's violate YAGNI a bit here. | ||||
* | Add SelfParam to code_model | Aleksey Kladov | 2020-08-19 | 2 | -2/+2 |
| | |||||
* | Merge #5758 | bors[bot] | 2020-08-18 | 6 | -38/+246 |
|\ | | | | | | | | | | | | | | | | | | | 5758: SSR: Explicitly autoderef and ref placeholders as needed r=matklad a=davidlattimore Structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. e.g. `$a.foo() ==>> bar($a)` might convert `x.foo()` to `bar(&mut x)` Co-authored-by: David Lattimore <[email protected]> | ||||
| * | SSR: A few small refactorings | David Lattimore | 2020-08-18 | 3 | -6/+9 |
| | | |||||
| * | SSR: Explicitly autoderef and ref placeholders as needed | David Lattimore | 2020-08-14 | 4 | -25/+222 |
| | | | | | | | | Structured search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. | ||||
| * | Refactor SSR so that placeholders store a Var | David Lattimore | 2020-08-14 | 4 | -18/+26 |
| | | | | | | | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance. | ||||
* | | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 1 | -2/+2 |
|/ | |||||
* | Make hygiene private to hir | Aleksey Kladov | 2020-08-13 | 1 | -11/+13 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_ssr -> ssr | Aleksey Kladov | 2020-08-13 | 10 | -0/+3600 |