aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_ssr
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Enable thread-local coverage marksLaurențiu Nicola2021-03-151-1/+1
|
* 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
|/
* Compilation speedAleksey Kladov2021-03-091-1/+1
|
* Use upstream cov-markLaurențiu Nicola2021-03-087-24/+21
|
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-2210-0/+3918