aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/autoderef.rs
Commit message (Expand)AuthorAgeFilesLines
* Somewhat handle variables in the derefed type, and add another testFlorian Diebold2019-06-151-5/+19
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-9/+59
* replace usages of `algo::generate` with `iter::successors` from stdRobin Freyler2019-04-131-2/+2
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-1/+1
* Implement autoderef for field accessesFlorian Diebold2019-01-071-0/+21