aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
* Better cursor placement when merging armsAleksey Kladov2020-02-051-4/+17
* Merge match arms works with many armsAleksey Kladov2020-02-051-29/+70
* CleanupAleksey Kladov2020-02-051-11/+12
* Merge #2948bors[bot]2020-02-041-6/+48
|\
| * Allow add_explicit_type to replace a placeholder typeLaurențiu Nicola2020-02-031-6/+48
* | Use proper import name in the labelKirill Bulatov2020-02-031-10/+6
* | Simplify paths searchesKirill Bulatov2020-02-031-4/+3
* | Use name only when searching for an import candidateKirill Bulatov2020-02-021-6/+16
|/
* Merge #2982bors[bot]2020-02-022-15/+36
|\
| * Remove obsolete rustdocKirill Bulatov2020-02-021-1/+0
| * Require ModPath for importingKirill Bulatov2020-02-022-10/+8
| * Merge imports when auto importingKirill Bulatov2020-02-021-6/+30
* | Auto import functionsKirill Bulatov2020-02-011-0/+24
|/
* Improve auto import messageLaurențiu Nicola2020-01-311-6/+10
* Properly select a target for auto importingKirill Bulatov2020-01-291-29/+17
* Code review fixesKirill Bulatov2020-01-271-5/+5
* Enforce alphabetical import sortingKirill Bulatov2020-01-261-2/+3
* Adjust the testsKirill Bulatov2020-01-261-55/+89
* Have a better trait interfaceKirill Bulatov2020-01-261-10/+16
* Remove unnecessary lifetime parameterKirill Bulatov2020-01-261-2/+2
* Initial auto import action implementationKirill Bulatov2020-01-261-0/+181
* fixed inline_local_variable bugTomáš2020-01-251-0/+15
* added eq_token() method to LetStmtTomasKralCZ2020-01-191-2/+1
* fix 'add_explicit_type' assist rangeTomasKralCZ2020-01-191-1/+26
* fix typo in 'inline_local_variable'TomasKralCZ2020-01-191-25/+25
* More natural trait setupAleksey Kladov2020-01-161-2/+2
* Make FromSource privateAleksey Kladov2020-01-161-3/+4
* Another attempt to add multiple editsKirill Bulatov2020-01-151-2/+2
* Fix casingJeremy Kolb2020-01-1420-26/+26
* More UI friendly labelsJeremy Kolb2020-01-1423-35/+43
* Tweak add_custom_implJeremy Kolb2020-01-141-1/+4
* Some clippy lintskjeremy2020-01-131-1/+1
* Qualify paths in 'fill match arms' assistFlorian Diebold2020-01-121-16/+51
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-113/+8
* Some more refactoringFlorian Diebold2020-01-111-8/+6
* Fix file ID when qualifying paths; add another failing testFlorian Diebold2020-01-111-3/+31
* Handle type argsFlorian Diebold2020-01-111-9/+12
* More failing testsFlorian Diebold2020-01-111-1/+126
* Qualify some paths in 'add missing impl members'Florian Diebold2020-01-111-2/+47
* Add testFlorian Diebold2020-01-111-0/+23
* BinOp helper to detect assignmentJeremy Kolb2020-01-041-11/+1
* Merge #2650bors[bot]2019-12-291-0/+18
|\
| * Add macro call support for type_ofEdwin Cheng2019-12-231-0/+18
* | Fill in type params in 'add missing impl members' assistFlorian Diebold2019-12-241-14/+117
|/
* Clippy lintskjeremy2019-12-201-5/+5
* Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-181-1/+1
* Refactor PathKindAleksey Kladov2019-12-171-2/+8
* Use different types for path with and without genericsAleksey Kladov2019-12-141-4/+2
* Remove some unwraps in add_newkjeremy2019-12-131-19/+16
* Get rid of unwraps in add_newFlorian Diebold2019-12-071-24/+21