aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/autoderef.rs
Commit message (Expand)AuthorAgeFilesLines
* Add SubstsBuilderFlorian Diebold2019-09-261-6/+8
* Define known paths and group namesuHOOCCOOHu2019-09-151-1/+1
* cleanup hir db importsAleksey Kladov2019-09-081-1/+1
* Lower bounds on trait definition, and resolve assoc types from super traitsFlorian Diebold2019-09-071-2/+2
* Make type walking infrastructure a bit nicerFlorian Diebold2019-09-031-1/+1
* 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