aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_ssr/src
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redundant_field_namesMaan20032021-06-131-1/+1
|
* clippy::redudant_borrowMaan20032021-06-135-11/+11
|
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
|
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-1/+1
|
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-172-6/+3
|
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Merge #7961bors[bot]2021-03-101-0/+9
|\ | | | | | | | | | | | | | | | | | | 7961: add user docs for ssr assist r=JoshMcguigan a=JoshMcguigan @matklad This is a small follow up on #7874, adding user docs for the SSR assist functionality. Since most other assists aren't handled this way I wasn't sure exactly how we wanted to document this, so feel free to suggest alternatives. Co-authored-by: Josh Mcguigan <[email protected]>
| * add user docs for ssr assistJosh Mcguigan2021-03-101-0/+9
| |
* | add apply ssr assistJosh Mcguigan2021-03-102-0/+34
|/
* Use upstream cov-markLaurențiu Nicola2021-03-086-24/+20
|
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-229-0/+3894