aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Merge #4273bors[bot]2020-05-141-1/+515
|\
| * Trigger change_visibility assist when on an invisible struct fieldTimo Freiberg2020-05-101-61/+248
| * Trigger change_visibility assist when on a path to an invisible defTimo Freiberg2020-05-101-1/+328
* | Merge #4445bors[bot]2020-05-142-2/+72
|\ \
| * | Fix formattingFedor Sakharov2020-05-141-1/+1
| * | Change type_arg to type_ref funcFedor Sakharov2020-05-141-2/+1
| * | Use generic_defaults and display_source_codeFedor Sakharov2020-05-142-10/+12
| * | Correctly fill default type parametersFedor Sakharov2020-05-133-1/+70
* | | Use back ticks instead of single quotes around codeTrevor Spiteri2020-05-142-2/+2
|/ /
* | Merge #4358bors[bot]2020-05-111-2/+2
|\ \
| * | add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-2/+2
| |/
| |
| \
| \
| \
*---. \ Merge #4406 #4410 #4411 #4417bors[bot]2020-05-102-29/+194
|\ \ \ \ | |_|_|/ |/| | |
| | | * Omit default types in HirDisplay SourceCode modeTimo Freiberg2020-05-101-1/+1
| |_|/ |/| |
| | * do not remove then block when you unwrap else block #4361Benjamin Coenen2020-05-101-28/+193
| |/ |/|
* | Merge #4392bors[bot]2020-05-091-14/+11
|\ \
| * | Add From should not move the cursorAleksey Kladov2020-05-091-14/+11
* | | Ascribe more correct typesAleksey Kladov2020-05-091-9/+10
|/ /
* | unindent -> dedentAleksey Kladov2020-05-091-1/+1
* | More fluent indent APIAleksey Kladov2020-05-096-21/+32
* | Fix visibilityAleksey Kladov2020-05-091-1/+1
* | Use new HirDisplay variant in add_function assistTimo Freiberg2020-05-081-58/+116
|/
* SimplifyAleksey Kladov2020-05-075-6/+5
* Nicer APIAleksey Kladov2020-05-072-41/+41
* Rename AssitLabel -> AssistAleksey Kladov2020-05-073-21/+21
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-0738-593/+521
* add Ok wrappingBenjamin Coenen2020-05-063-0/+986
* SimplifyAleksey Kladov2020-05-063-33/+17
* RenameAleksey Kladov2020-05-063-12/+12
* Use SourceChange for assistsAleksey Kladov2020-05-063-35/+33
* Fix TODOAleksey Kladov2020-05-062-19/+13
* Move target to AssistLabelAleksey Kladov2020-05-0636-256/+292
* RegenerateAleksey Kladov2020-05-062-38/+40
* Merge doc_tests and testsAleksey Kladov2020-05-064-41/+28
* Merge assits::test_helpers and testsAleksey Kladov2020-05-0635-180/+172
* Fixup testsAleksey Kladov2020-05-052-13/+13
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-3/+1
* Minor cleanupsAleksey Kladov2020-05-052-6/+9
* Fix compilationAleksey Kladov2020-05-051-1/+1
* Move group_label where it belongsAleksey Kladov2020-05-052-7/+6
* use GroupLabel for type safetyAleksey Kladov2020-05-051-3/+4
* Minor renameAleksey Kladov2020-05-051-3/+3
* Flip Assist::new argumentsAleksey Kladov2020-05-052-4/+4
* Rename ImplItem to AssocItemEdwin Cheng2020-05-053-20/+20
* Merge #4265bors[bot]2020-05-051-3/+10
|\
| * Make `change_visibility` assist work for tuple struct field visibilityJesse Bakker2020-05-021-3/+10
* | SimplifyAleksey Kladov2020-05-041-33/+34
* | SimplifyAleksey Kladov2020-05-041-13/+13
* | Support auto-import in macroEdwin Cheng2020-05-025-19/+66
|/
* Add unwrap block assist #4156Benjamin Coenen2020-05-021-3/+2
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-028-91/+134
|\