aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-0734-410/+372
* add Ok wrappingBenjamin Coenen2020-05-061-0/+971
* SimplifyAleksey Kladov2020-05-061-7/+7
* Fix TODOAleksey Kladov2020-05-061-15/+9
* Move target to AssistLabelAleksey Kladov2020-05-0633-236/+276
* Merge assits::test_helpers and testsAleksey Kladov2020-05-0632-32/+32
* Rename ImplItem to AssocItemEdwin Cheng2020-05-052-15/+15
* 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-022-9/+35
|/
* Add unwrap block assist #4156Benjamin Coenen2020-05-021-3/+2
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-026-90/+129
|\
| * Add missing members generates indented blocksAleksey Kladov2020-05-021-78/+116
| * Introduce EffectExprAleksey Kladov2020-05-024-11/+12
| * Remove lower_path from AssistCtx to SemanticEdwin Cheng2020-05-011-1/+1
| * Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-1/+1
* | Add unwrap block assist #4156Benjamin Coenen2020-05-021-76/+13
* | Add unwrap block assist #4156Benjamin Coenen2020-05-011-46/+23
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-014-89/+127
|\|
| * More principled approach for finding From traitAleksey Kladov2020-04-291-36/+34
| * Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-293-10/+76
| * Move shared assist code to utilsAleksey Kladov2020-04-292-47/+21
* | Add unwrap block assist #4156Benjamin Coenen2020-04-291-2/+2
* | Add unwrap block assist #4156Benjamin Coenen2020-04-291-0/+435
|/
* Switch to TryFromAleksey Kladov2020-04-254-6/+6
* Convert code to text-sizeAleksey Kladov2020-04-2519-49/+49
* Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-211-46/+23
* Jump to sourceChanges in other filesTimo Freiberg2020-04-211-11/+2
* Add target file information to AssistActionTimo Freiberg2020-04-211-14/+57
* Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-211-24/+195
* Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-211-5/+43
* Fix panic in split_imports assistAleksey Kladov2020-04-201-1/+6
* Some clippy fixesJeremy Kolb2020-04-193-3/+3
* Change add_function assist to use todo!()Timo Freiberg2020-04-131-27/+27
* Fix PRIceSentry2020-04-131-14/+8
* Generalize test and clean up importsIceSentry2020-04-131-8/+7
* Fix double comma when merge imports on second lineIceSentry2020-04-131-3/+37
* Remove more unnecessary bracesLaurențiu Nicola2020-04-121-2/+2
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-19/+13
* Merge #3925bors[bot]2020-04-111-0/+230
|\
| * Fix doc testsGeoffrey Copin2020-04-111-2/+1
| * Add documentation commentGeoffrey Copin2020-04-111-0/+16
| * Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-111-39/+47
| * Remove Option unwrapingGeoffrey Copin2020-04-111-3/+3
| * Implement assist "Reorder field names"Geoffrey Copin2020-04-091-0/+207
* | Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-101-17/+17
* | Rename some tokensAleksey Kladov2020-04-101-1/+2
* | Scale token generation backAleksey Kladov2020-04-102-3/+2