aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #2018bors[bot]2019-12-021-0/+206
|\
| * docs: describe new feature 'add custom impl for derived trait'Paulo Lieuthier2019-11-281-0/+17
| * assists: add assist for custom implementation for derived traitPaulo Lieuthier2019-11-281-0/+189
* | Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
|/
* Introduce hir::TypeAleksey Kladov2019-11-262-14/+6
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-2/+2
* Merge #2343bors[bot]2019-11-242-31/+111
|\
| * do refact and fix some issuebravomikekilo2019-11-242-52/+43
| * fix tidy testbravomikekilo2019-11-211-7/+11
| * initial invert_ifbravomikekilo2019-11-212-1/+86
* | Uniformalize namingAleksey Kladov2019-11-222-2/+2
|/
* fix 2190; add test for "replace if let with match"Felix Kohlgrüber2019-11-201-2/+30
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-203-4/+4
* Add ast for plain and raw string literalsAleksey Kladov2019-11-161-46/+13
* 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