roc/compiler/can/src
2021-01-01 00:40:41 +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 all the clippy fixes 2021-01-01 00:40:41 +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 automatic clippy fixes 2021-01-01 00:05:45 +01:00
operator.rs fix compile issues 2020-12-28 21:17:27 +01:00
pattern.rs all the clippy fixes 2021-01-01 00:40:41 +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