roc/crates/compiler/can/src
2022-10-24 18:21:05 -05:00
..
abilities.rs Old implementations can be overwritten before solving 2022-10-12 16:37:51 -05:00
annotation.rs Disallow typing optional fields when required fields are annotated 2022-10-18 15:50:20 -05:00
builtins.rs builtin(str): implement Str.graphemes 2022-10-22 19:29:49 -07:00
constraint.rs store_index is now redundant 2022-10-24 18:21:05 -05:00
copy.rs Add symbols' localized type variable to the AST 2022-10-17 17:35:48 -05:00
def.rs Make sure self-recursive checks only happen after typechecking 2022-10-17 09:59:32 -05:00
effect_module.rs Add symbols' localized type variable to the AST 2022-10-17 17:35:48 -05:00
env.rs Lookup symbols in scope when the module ID is already known 2022-07-18 17:55:00 -04:00
exhaustive.rs Infer ranged number for chars in patterns 2022-10-05 17:28:01 -05:00
expected.rs Emplace variables made from types in expectations 2022-10-24 13:11:35 -05:00
expr.rs Resolve ability specializations looked up in expects 2022-10-17 17:56:48 -05:00
lib.rs s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
module.rs Merge pull request #4303 from roc-lang/i4291 2022-10-23 01:18:56 +02:00
num.rs Support ordering floats in numeric literal bounds 2022-07-05 22:16:51 -04:00
operator.rs Move Eq to Bool 2022-10-12 16:37:51 -05:00
pattern.rs Infer ranged number for chars in patterns 2022-10-05 17:28:01 -05:00
procedure.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
scope.rs Fix scope tests 2022-09-30 13:40:34 -05:00
string.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
traverse.rs Merge remote-tracking branch 'origin/main' into expect-fx-codegen 2022-08-23 16:28:21 +02:00