Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Aleksey Kladov | 2021-01-19 | 3 | -8/+9 |
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 3 | -22/+18 |
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 3 | -13/+22 |
* | Rename FileReferences -> UsageSearchResult | Lukas Wirth | 2021-01-12 | 1 | -4/+4 |
* | Ensure uniqueness of file ids in reference search via hashmap | Lukas Wirth | 2021-01-12 | 1 | -8/+4 |
* | Group references by FileId | Lukas Wirth | 2021-01-12 | 1 | -10/+14 |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -11/+11 |
* | Merge #7147 | bors[bot] | 2021-01-04 | 2 | -3/+60 |
|\ | |||||
| * | ssr: Allow replacing expressions with statements | Marijn Suijten | 2021-01-04 | 2 | -3/+60 |
* | | Merge #6587 | bors[bot] | 2021-01-04 | 2 | -0/+45 |
|\| | |||||
| * | ssr: Add tests for raw LetStmt matching | Marijn Suijten | 2021-01-03 | 1 | -0/+44 |
| * | syntax,ssr: Implement statement parsing | Marijn Suijten | 2021-01-03 | 1 | -0/+1 |
* | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 |
|/ | |||||
* | Remove some unneeded string allocations | Lukas Wirth | 2020-12-31 | 1 | -1/+3 |
* | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 6 | -12/+11 |
* | 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 |
* | Add SelfParam to code_model | Aleksey Kladov | 2020-08-19 | 2 | -2/+2 |
* | Merge #5758 | bors[bot] | 2020-08-18 | 6 | -38/+246 |
|\ | |||||
| * | 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 |
| * | Refactor SSR so that placeholders store a Var | David Lattimore | 2020-08-14 | 4 | -18/+26 |
* | | 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 |