aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers
Commit message (Expand)AuthorAgeFilesLines
* fill_match_arms bind pattern implementationToby Dimmick2020-06-141-2/+14
* fill_match_arms bind pattern testToby Dimmick2020-06-141-0/+34
* Respect casing when searching for importsJonas Schievink2020-06-101-0/+25
* Add test for macro generated itemsJonas Schievink2020-06-101-0/+31
* ImportsLocator: use ImportMap for non-local cratesJonas Schievink2020-06-101-1/+46
* Use correct indent when replacing with matchAleksey Kladov2020-06-092-3/+36
* Unwrap block works with match armsAleksey Kladov2020-06-091-4/+40
* Simplify unwrapping of blocksAleksey Kladov2020-06-091-79/+49
* Simplify APIAleksey Kladov2020-06-083-35/+29
* Merge #4576bors[bot]2020-06-081-0/+326
|\
| * Fix review commentsMikhail Rakhmanov2020-06-051-23/+18
| * Remove unnecessary returnMikhail Rakhmanov2020-06-051-2/+2
| * Remove AsName importMikhail Rakhmanov2020-06-041-4/+9
| * Fixed testsMikhail Rakhmanov2020-06-031-9/+12
| * Merge branch 'master' into assists_extract_enumMikhail Rakhmanov2020-06-033-3/+306
| |\
| * | Further refactoring under review commentsMikhail Rakhmanov2020-05-241-7/+3
| * | Remove unnecessary set_file and change variable positions for better readabilityMikhail Rakhmanov2020-05-231-2/+1
| * | Remove unwraps where possibleMikhail Rakhmanov2020-05-231-22/+11
| * | Further review fixesMikhail Rakhmanov2020-05-231-11/+9
| * | Better naming and fix some review commentsMikhail Rakhmanov2020-05-231-8/+8
| * | Formatting and remove unused importsMikhail Rakhmanov2020-05-221-2/+5
| * | Add preliminary implementation of extract struct from enum variantMikhail Rakhmanov2020-05-221-0/+338
* | | Fix type parameter defaultsFlorian Diebold2020-06-051-2/+2
* | | introduce_named_lifetime assist wasn't applicable when type parameterJess Balint2020-06-041-2/+17
| |/ |/|
* | Rename assistAleksey Kladov2020-06-011-25/+22
* | Cleanup importsAleksey Kladov2020-06-011-6/+9
* | Merge #4664bors[bot]2020-05-311-2/+2
|\ \
| * | Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-2/+2
* | | Merge #4562bors[bot]2020-05-301-0/+303
|\ \ \ | |/ / |/| |
| * | add support for naming anon lifetimes in function return typeJess Balint2020-05-281-50/+210
| * | tweak syntaxJess Balint2020-05-231-49/+40
| * | use char rangeJess Balint2020-05-221-2/+2
| * | fix generated docs issueJess Balint2020-05-221-23/+23
| * | handle the case of conflicting lifetime param nameJess Balint2020-05-221-7/+36
| * | Assist: replace anonymous lifetime with a named oneJess Balint2020-05-221-0/+123
| |/
* / Remove unnecessary clone that prevented clippy from moving onkjeremy2020-05-221-1/+1
|/
* Remove set_cursorAleksey Kladov2020-05-201-14/+10
* Snippetify unwrap -> matchAleksey Kladov2020-05-201-12/+29
* More snippetsAleksey Kladov2020-05-203-23/+17
* More snippetsAleksey Kladov2020-05-206-97/+45
* Snippetify introduce/inline varAleksey Kladov2020-05-202-73/+86
* Relax cursor position tests in assistsAleksey Kladov2020-05-2013-105/+93
* Snippetify fix_visibilityAleksey Kladov2020-05-201-30/+34
* Snippetify fill_match_armsAleksey Kladov2020-05-201-116/+77
* Don't set cursor in change_visibilityAleksey Kladov2020-05-201-6/+3
* Cleanup importsAleksey Kladov2020-05-201-4/+6
* Split change_ and fix_ visibility assistsAleksey Kladov2020-05-202-506/+556
* Switch to new magic marksAleksey Kladov2020-05-205-28/+29
* Significantly more glorious marksAleksey Kladov2020-05-201-6/+6
* Merge #4530bors[bot]2020-05-204-85/+78
|\