bors[bot] e8e82ce032 Merge #485
485: Add type inference for a bunch of primitives r=flodiebold a=marcusklaas

This PR adds inference for `&str`, `&[u8]`, `char`, `bool`, floats and integers. For floats and integers it uses type variables to infer the exact type, i.e. `u32`, from context when it's not annotated explicitly.

I'm not quite happy with the implementation yet, but I think it mostly works now.

Co-authored-by: Marcus Klaas de Vries <mail@marcusklaas.nl>
2019-01-14 20:58:20 +00:00
..
2019-01-14 14:32:03 +03:00
2019-01-11 00:51:34 +03:00
2019-01-11 19:59:06 +03:00
2019-01-14 21:52:08 +01:00
2019-01-13 19:54:28 +01:00
2019-01-14 16:15:25 +03:00
2019-01-08 22:03:13 +03:00
2019-01-04 16:58:10 +03:00
2019-01-13 18:21:23 +03:00