Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 2 | -6/+3 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -1/+1 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Merge #7961 | bors[bot] | 2021-03-10 | 1 | -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 assist | Josh Mcguigan | 2021-03-10 | 1 | -0/+9 |
| | | |||||
* | | add apply ssr assist | Josh Mcguigan | 2021-03-10 | 2 | -0/+34 |
|/ | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 6 | -24/+20 |
| | |||||
* | 7526: Renamed create ssr to ide_ssr. | Chetan Khilosiya | 2021-02-22 | 9 | -0/+3894 |