aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Merge #2002bors[bot]2019-10-141-3/+0
|\
| * Remove unused dependenciesShotaro Yamada2019-10-121-3/+0
* | Merge #1999bors[bot]2019-10-141-1/+1
|\ \
| * | use any()kjeremy2019-10-111-1/+1
| |/
* / add syntax-tree based indentsAleksey Kladov2019-10-122-7/+12
|/
* Merge #1922bors[bot]2019-10-082-18/+93
|\
| * 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-292-83/+13
| * feat(assists): Make raw string unescapedGeobert Quach2019-09-263-1/+79
* | 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
* | WIP: Add demorgan application with naive negationLúcás Meier2019-10-031-0/+2
* | Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-306-277/+27
|\ \
| * | Fix API of AttruHOOCCOOHu2019-09-301-1/+1
| * | cleanup editorAleksey Kladov2019-09-301-4/+7
| * | remove ast_editor.rsAleksey Kladov2019-09-303-59/+4
| * | move remove bounds to ast/edit.rsAleksey Kladov2019-09-302-17/+1
| * | move field list to ast/edit.rsAleksey Kladov2019-09-302-100/+5
| * | migrate add impl items to the new editing APIAleksey Kladov2019-09-283-77/+15
| * | simplify strip attrsAleksey Kladov2019-09-282-26/+3
* | | Added test for check doc strings in crates.Alexander Andreev2019-09-3021-0/+42
|/ /
* | 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-264-78/+4
|/
* move diff to ra_syntaxAleksey Kladov2019-09-261-24/+3
* keep ast creation API simpleAleksey Kladov2019-09-266-244/+74
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-253-31/+77
* Merge #1911bors[bot]2019-09-251-4/+4
|\
| * fewer monomorphisationsAleksey Kladov2019-09-251-4/+4
* | clean up namingAleksey Kladov2019-09-251-1/+1
* | shorten AstBuilder namesAleksey Kladov2019-09-254-50/+38
* | minor builder cleanupsAleksey Kladov2019-09-253-55/+55
* | cleaned up record field builderAleksey Kladov2019-09-251-6/+1
* | move ast builder to a separate fileAleksey Kladov2019-09-256-234/+236
* | move assists to subdirAleksey Kladov2019-09-2519-47/+53
|/
* Remove redundant clone()Shotaro Yamada2019-09-251-1/+1
* Revert SelfJeremy Kolb2019-09-231-1/+1
* Drive by lintskjeremy2019-09-232-2/+2
* Suspicious line endingskjeremy2019-09-201-370/+370
* feat(assists): Apply commentsGeobert Quach2019-09-191-100/+59
* feat(assists): Rename `escape_quote` to `escape_double_quote`Geobert Quach2019-09-191-3/+3
* feature(assists): Fix regressionGeobert Quach2019-09-191-2/+2
* feat(assists): manage `"` when removing hash and make_usual_stringGeobert Quach2019-09-191-5/+90
* feat(assists): raw string <-> usual string manipulationGeobert Quach2019-09-192-0/+331
* Move store TypeRef of type based path in PathKinduHOOCCOOHu2019-09-151-1/+1
* Support path starting with a typeuHOOCCOOHu2019-09-151-3/+4