aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/replace_if_let_with_match.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix hir for new block syntaxAleksey Kladov2019-09-021-5/+11
|
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+2
|
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-9/+4
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* remove flavorAleksey Kladov2019-04-021-2/+2
|
* Assign IDs to assistsAleksey Kladov2019-02-241-2/+2
|
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-3/+5
|
* Merge #766bors[bot]2019-02-091-1/+1
|\ | | | | | | | | | | | | | | | | | | 766: Formatting code into ra_fmt r=matklad a=eulerdisk As discussed https://github.com/rust-analyzer/rust-analyzer/pull/762#discussion_r254905885 I did only move the code without other improvements. Co-authored-by: Andrea Pretto <[email protected]>
| * Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-081-1/+1
| |
* | Add tests for action target rangesrobojumper2019-02-081-1/+24
|/
* reformat the worldAleksey Kladov2019-02-081-5/+1
|
* move assists to a separate crateAleksey Kladov2019-02-061-0/+80