aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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