roc/compiler/can/src
2020-11-07 00:30:23 +01:00
..
annotation.rs thread things through 2020-11-04 21:03:43 +01:00
builtins.rs feat(List): start contains function 2020-11-04 21:09:15 -05:00
constraint.rs remove aliases from Let and LetCon 2020-10-31 15:27:24 +01:00
def.rs Merge branch 'trunk' into fuzz 2020-11-01 08:57:19 -05: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 Merge remote-tracking branch 'origin/trunk' into generate-effects-module 2020-11-07 00:30:23 +01:00
lib.rs Use a custom macro for builtin_defs 2020-06-20 10:58:12 -04:00
module.rs introduce foreign call 2020-11-05 23:35:56 +01:00
num.rs expand some comments 2020-07-08 14:30:48 +02:00
operator.rs Add fuzzing to the parser. 2020-10-30 22:04:54 -07:00
pattern.rs optional record fields in patterns are bound 2020-10-16 15:29:21 +02:00
procedure.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
scope.rs fix some mistakes 2020-10-30 00:35:40 +01:00
string.rs replaced deprecated std::u16::MAX with u16::MAX 2020-10-21 14:35:36 +02:00