aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_explicit_type.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-211/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-1/+1
* Reame PlaceholderType -> InferTypeAleksey Kladov2020-07-311-1/+1
* Remove TypeAscriptionOwnerAleksey Kladov2020-07-301-8/+8
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
* Categorize assistsJeremy Kolb2020-07-021-1/+2
* Remove db from AssistsContextLaurențiu Nicola2020-07-011-1/+1
* Fix type parameter defaultsFlorian Diebold2020-06-051-2/+2
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-11/+7
* CleanupAleksey Kladov2020-05-201-3/+2
* Use back ticks instead of single quotes around codeTrevor Spiteri2020-05-141-1/+1
* Omit default types in HirDisplay SourceCode modeTimo Freiberg2020-05-101-1/+1
* Ascribe more correct typesAleksey Kladov2020-05-091-9/+10
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-3/+3
* Move target to AssistLabelAleksey Kladov2020-05-061-1/+1
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-2/+2
* Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-211-5/+43
* Convert more tokensAleksey Kladov2020-04-101-2/+2
* Add _token suffix to token accessorsAleksey Kladov2020-04-091-2/+2
* Get rid of ItemOrMacroAleksey Kladov2020-03-261-2/+2
* Refactor primary IDE APIAleksey Kladov2020-02-261-3/+2
* Name assist handlersAleksey Kladov2020-02-071-0/+178