aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
* Adds "replace with guarded return" assistMikhail Modin2019-10-201-0/+276
* Merge #1999bors[bot]2019-10-141-1/+1
|\
| * use any()kjeremy2019-10-111-1/+1
* | add syntax-tree based indentsAleksey Kladov2019-10-121-7/+11
|/
* Merge #1922bors[bot]2019-10-081-18/+92
|\
| * feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
| * feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| * feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| * feat(assists): Keep only one version of make_raw_stringGeobert Quach2019-09-291-82/+13
| * feat(assists): Make raw string unescapedGeobert Quach2019-09-261-0/+77
* | remove `visitor` moduleEkaterina Babshukova2019-10-051-3/+3
* | [#1807] Refactor file structureLúcás Meier2019-10-041-33/+33
* | Fix formattingLúcás Meier2019-10-041-22/+9
* | Create an assist for applying De Morgan's lawLúcás Meier2019-10-031-0/+115
* | Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-303-28/+22
|\ \
| * | Fix API of AttruHOOCCOOHu2019-09-301-1/+1
| * | cleanup editorAleksey Kladov2019-09-301-4/+7
| * | remove ast_editor.rsAleksey Kladov2019-09-301-5/+4
| * | move remove bounds to ast/edit.rsAleksey Kladov2019-09-301-2/+1
| * | migrate add impl items to the new editing APIAleksey Kladov2019-09-281-8/+7
| * | simplify strip attrsAleksey Kladov2019-09-281-9/+3
* | | Added test for check doc strings in crates.Alexander Andreev2019-09-3018-0/+36
|/ /
* | Merge #1815bors[bot]2019-09-271-1/+1
|\ \
| * | Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-1/+1
| |/
* / Start simplifying editing APIAleksey Kladov2019-09-262-6/+3
|/
* keep ast creation API simpleAleksey Kladov2019-09-263-21/+23
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-20/+19
* shorten AstBuilder namesAleksey Kladov2019-09-253-23/+17
* minor builder cleanupsAleksey Kladov2019-09-252-4/+4
* move ast builder to a separate fileAleksey Kladov2019-09-253-6/+3
* move assists to subdirAleksey Kladov2019-09-2518-0/+4550