| Commit message (Expand) | Author | Age | Files | Lines |
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -28/+28 |
* | Fix type typo in add_missing_impl_members doc | Lukas Wirth | 2020-12-25 | 1 | -7/+9 |
* | Don't HirDisplay unknown types when displaying for source | Lukas Wirth | 2020-12-12 | 1 | -0/+25 |
* | Add missing AssocItems in add_custom_impl assist | Lukas Wirth | 2020-11-05 | 1 | -77/+15 |
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 1 | -1/+2 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -0/+25 |
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 |
* | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -0/+35 |
* | Rename impl edit method to be more explicit | Matt Hooper | 2020-09-21 | 1 | -1/+1 |
* | Added test for impl member assist when impl def is missing braces | Matt Hooper | 2020-09-21 | 1 | -0/+19 |
* | Replace entire impl def instead of only associated items for missing impl mem... | Matt Hooper | 2020-09-21 | 1 | -9/+12 |
* | fixup whitespace when adding missing impl items | jDomantas | 2020-08-14 | 1 | -4/+59 |
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+711 |