bors[bot] eb931c0d9e Merge #505
505: Inherent methods r=matklad a=flodiebold

This adds resolution, type checking and completion for inherent methods.

The main open question here is the caching, I think. I'm not sure whether we should be caching method resolutions in a more fine grained way (currently we just build a hash map of types -> impl blocks, and iterate through all potential impl blocks when looking for a method).

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2019-01-12 21:18:14 +00:00
..
2019-01-11 00:51:34 +03:00
2019-01-11 19:59:06 +03:00
2019-01-11 19:59:06 +03:00
2019-01-12 21:58:16 +01:00
2019-01-12 21:58:16 +01:00
2019-01-12 21:18:14 +00:00
2019-01-08 22:03:13 +03:00
2019-01-04 16:58:10 +03:00
⬆️ crossbeam
2018-12-30 23:23:31 +03:00