aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/early_return.rs
Commit message (Collapse)AuthorAgeFilesLines
* use more consistent namingAleksey Kladov2019-10-271-1/+1
| | | | | I think this is the first time I use global rename for rust-analyzer itself :-)
* check style for assist docsAleksey Kladov2019-10-261-0/+2
|
* auto-generate assists docs and testsAleksey Kladov2019-10-251-23/+20
|
* xtask: move codegen to a moduleAleksey Kladov2019-10-231-2/+2
|
* minor cleanupAleksey Kladov2019-10-231-18/+36
|
* Adds "replace with guarded return" assistMikhail Modin2019-10-201-0/+276