aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/add_explicit_type.rs
Commit message (Collapse)AuthorAgeFilesLines
* Name assist handlersAleksey Kladov2020-02-071-178/+0
|
* Assists are not genericAleksey Kladov2020-02-061-2/+2
|
* Allow add_explicit_type to replace a placeholder typeLaurențiu Nicola2020-02-031-6/+48
|
* added eq_token() method to LetStmtTomasKralCZ2020-01-191-2/+1
|
* fix 'add_explicit_type' assist rangeTomasKralCZ2020-01-191-1/+26
|
* Fix casingJeremy Kolb2020-01-141-1/+1
|
* More UI friendly labelsJeremy Kolb2020-01-141-4/+8
|
* Add macro call support for type_ofEdwin Cheng2019-12-231-0/+18
|
* Introduce hir::TypeAleksey Kladov2019-11-261-11/+2
| | | | It should provide a convenient API over more low-level Ty
* Reduce some duplicationAleksey Kladov2019-11-151-1/+1
|
* simplify AssistCtx APIAleksey Kladov2019-10-271-4/+3
| | | | | We never actually use ability to create multiple actions out of a single context
* use more consistent namingAleksey Kladov2019-10-271-1/+1
| | | | | I think this is the first time I use global rename for rust-analyzer itself :-)
* check style for assist docsAleksey Kladov2019-10-261-1/+1
|
* add blank lines for readabilityAleksey Kladov2019-10-261-0/+2
|
* generate more assists docsAleksey Kladov2019-10-251-3/+13
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* move assists to subdirAleksey Kladov2019-09-251-0/+86