roc/compiler/can/src
2021-05-07 08:44:44 -04:00
..
annotation.rs fix bad test examples using unbound type alias variables 2021-05-05 19:54:10 +02:00
builtins.rs implement startsWithCodePoint 2021-05-02 19:26:08 +02:00
constraint.rs add constraint validation code (currently unused) 2021-05-05 21:35:49 +02:00
def.rs parse expect 2021-04-22 23:00:44 +02:00
env.rs report unexposed values 2021-02-07 01:17:46 +01:00
expected.rs initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
expr.rs fix canonicalization 2021-04-23 09:24:11 +02:00
lib.rs Replaced large_enum_variant explanation with link to issue #800 2020-12-14 16:09:16 +01:00
module.rs fix bad test examples using unbound type alias variables 2021-05-05 19:54:10 +02:00
num.rs Rename COPYRIGHT_DETAILS to LEGAL_DETAILS 2021-04-22 21:52:07 -04:00
operator.rs Disable clippy rule for manual_map 2021-05-07 08:44:44 -04:00
pattern.rs improve error reporting for underscore expr 2021-04-12 20:48:58 +02:00
procedure.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
scope.rs fix bad test examples using unbound type alias variables 2021-05-05 19:54:10 +02:00
string.rs replaced deprecated std::u16::MAX with u16::MAX 2020-10-21 14:35:36 +02:00