roc/compiler/can/src
2020-12-26 17:39:16 +01:00
..
annotation.rs add failing tests 2020-11-21 20:36:26 +01:00
builtins.rs feat: adds Num.mulWrap and Num.mulChecked 2020-12-23 13:42:18 -03:00
constraint.rs add Store constraint that does not report errors 2020-11-12 15:47:56 +01:00
def.rs Replaced large_enum_variant explanation with link to issue #800 2020-12-14 16:09:16 +01:00
env.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
expected.rs record, tag, alias errors 2020-04-13 20:53:16 +02:00
expr.rs simple literals in editor ast 2020-12-15 17:00:08 +01:00
lib.rs Replaced large_enum_variant explanation with link to issue #800 2020-12-14 16:09:16 +01:00
module.rs rely on the symbol -> var mapping from solving; don't extract var from the def itself 2020-12-26 17:39:16 +01:00
num.rs expand some comments 2020-07-08 14:30:48 +02:00
operator.rs correctly parse trailing commas in record 2020-11-13 19:02:26 +01:00
pattern.rs ident and tags 2020-12-18 00:53:31 +01:00
procedure.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
scope.rs successfully load package-qualified host 2020-12-07 23:24:06 +01:00
string.rs replaced deprecated std::u16::MAX with u16::MAX 2020-10-21 14:35:36 +02:00