aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
* Reduce some duplicationAleksey Kladov2019-11-154-6/+4
* Fix add-new assistAleksey Kladov2019-11-151-5/+64
* Merge #2165bors[bot]2019-11-151-0/+379
|\
| * Add add_new assistWesley Norris2019-11-091-0/+379
* | Use strongly-typed ast building for early-return assistAleksey Kladov2019-11-131-24/+71
* | Add a bit of typesAleksey Kladov2019-11-131-5/+5
* | Minor cleanupAleksey Kladov2019-11-131-19/+20
|/
* Extract common parts of match arms in convert_to_guarded_return assist.krk2019-11-011-50/+37
* Support paths other than "Some".krk2019-11-011-8/+56
* Remove variable pat.krk2019-11-011-2/+1
* Handle IfLet in convert_to_guarded_return.krk2019-10-311-28/+155
* Some clippy fixeskjeremy2019-10-303-6/+4
* Don't add a space after the opening brace in autoimportFlorian Diebold2019-10-291-6/+6
* Fix autoimport not choosing the deepest use tree in some situationsFlorian Diebold2019-10-281-6/+37
* Merge #2099bors[bot]2019-10-271-4/+35
|\
| * Fix panic on raw string assistAlexander Elís Ebenesersson2019-10-271-4/+35
* | move all assists to use generated docsAleksey Kladov2019-10-271-5/+16
* | simplify AssistCtx APIAleksey Kladov2019-10-2721-153/+102
* | simplifyAleksey Kladov2019-10-271-30/+13
* | Merge #2090bors[bot]2019-10-271-98/+98
|\ \
| * | move public stuff to topAleksey Kladov2019-10-271-26/+26
| * | rename auto_import -> add_importAleksey Kladov2019-10-271-72/+72
| |/
* | use new api for flip_trait_bound assistAleksey Kladov2019-10-271-11/+22
* | Add tests for the trait bound flip assist.Wesley Norris2019-10-271-0/+76
* | Fixes #2054.Wesley Norris2019-10-271-0/+32
|/
* document almost all assistsAleksey Kladov2019-10-274-9/+114
* use more consistent namingAleksey Kladov2019-10-2716-17/+17
* extract assist helper for getting a specific tokenAleksey Kladov2019-10-273-14/+7
* raw string assists work in macrosAleksey Kladov2019-10-271-49/+58
* document some more assistsAleksey Kladov2019-10-273-6/+89
* use unicode bar for drawing the cursorAleksey Kladov2019-10-261-1/+1
* support range selection in assist docsAleksey Kladov2019-10-261-2/+16
* check style for assist docsAleksey Kladov2019-10-267-11/+54
* use correct spacing for enum patternAleksey Kladov2019-10-261-3/+3
* document a couple of assistsAleksey Kladov2019-10-262-2/+35
* add blank lines for readabilityAleksey Kladov2019-10-265-0/+10
* generate more assists docsAleksey Kladov2019-10-255-18/+119
* 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
* 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