aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/autoderef.rs
Commit message (Expand)AuthorAgeFilesLines
* Some renamings for clarityFlorian Diebold2019-07-141-1/+1
* Unify `normalize` and `implements` to simplify codeFlorian Diebold2019-07-081-2/+4
* Use environment for associated type normalization as wellFlorian Diebold2019-07-081-1/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
* Simplifications / cleanup from reviewFlorian Diebold2019-06-161-1/+3
* Check that Deref has the right number of parametersFlorian Diebold2019-06-151-2/+7
* 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