roc/compiler/can/src
Folkert 6ffe14809f
don't populate Scope with aliases
these are now properly imported. For testing reporting we still need a way
to provide them without resolving imports (just for speed)
2022-04-22 20:49:46 +02:00
..
abilities.rs Using abilities as types is illegal, but we can still compile them 2022-04-20 17:46:18 -04:00
annotation.rs Merge pull request #2901 from rtfeldman/vec-map 2022-04-21 09:16:38 +02:00
builtins.rs Merge pull request #2888 from rtfeldman/divTrunc 2022-04-19 21:57:49 -04:00
constraint.rs remove PartialEq for a bunch of types that we should not compare 2022-04-20 16:58:30 +02:00
def.rs use custom type for TopologicalSort result 2022-04-22 19:28:46 +02:00
effect_module.rs refactor roc_collections 2022-04-19 23:00:05 +02:00
env.rs refactor roc_collections 2022-04-19 23:00:05 +02:00
expected.rs remove PartialEq for a bunch of types that we should not compare 2022-04-20 16:58:30 +02:00
expr.rs remove old def sorting code 2022-04-22 15:09:45 +02:00
lib.rs make ReferenceMatrix type/module 2022-04-22 15:41:07 +02:00
module.rs make diff a bit smaller 2022-04-22 16:22:27 +02:00
num.rs Make sure float suffixes are parsed out after can 2022-04-05 11:32:34 -04:00
operator.rs rename divFloor to divTrunc 2022-04-18 02:33:31 -06:00
pattern.rs create and union fewer Output's 2022-04-20 21:20:59 +02:00
procedure.rs remove debug code 2022-04-21 00:47:55 +02:00
reference_matrix.rs add comment 2022-04-22 19:35:01 +02:00
scope.rs don't populate Scope with aliases 2022-04-22 20:49:46 +02:00
string.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00