roc/crates/compiler/can/src
2023-04-12 14:39:50 -05:00
..
debug switch from type annotation to type variable 2023-04-09 14:03:33 -07:00
abilities.rs Initial implementation of tuples in type checking 2023-01-22 12:40:44 -08:00
annotation.rs Inline singly-used function 2023-04-12 14:39:50 -05:00
builtins.rs add Str.releaseExcessCapacity 2023-03-15 15:24:59 -07:00
constraint.rs Switch to PathBuf to avoid Path turning into a fat pointer. Avoids growing Constraints 2023-04-09 21:14:05 -07:00
copy.rs clippy 2023-04-09 14:03:33 -07:00
debug.rs Support printing can decls in uitest 2023-03-31 14:34:06 -05:00
def.rs Correctly instantiate recursion variables under nested aliases 2023-04-12 13:59:24 -05:00
derive.rs Support deriving Decode for opaques 2022-10-23 20:48:06 -05:00
effect_module.rs Support OIOP for type aliases 2022-10-31 09:38:21 -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 implement mono / lowering for tuples 2023-02-07 18:54:50 -08:00
expected.rs Emplace variables made from types in expectations 2022-10-24 13:11:35 -05:00
expr.rs Switch to PathBuf to avoid Path turning into a fat pointer. Avoids growing Constraints 2023-04-09 21:14:05 -07:00
lib.rs Move can AST pretty-printing into roc_can::debug 2022-12-12 10:09:32 -06:00
module.rs add ingest file to can ir and start pipelining it through the compiler 2023-04-09 14:03:32 -07:00
num.rs Support ordering floats in numeric literal bounds 2022-07-05 22:16:51 -04:00
operator.rs pass through correct path and type for ingested file 2023-04-09 14:03:32 -07:00
pattern.rs Correct what destructures are exhaustive 2023-04-10 15:43:02 -05:00
procedure.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
scope.rs Correctly instantiate recursion variables under nested aliases 2023-04-12 13:59:24 -05:00
string.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
traverse.rs add ingest file to can ir and start pipelining it through the compiler 2023-04-09 14:03:32 -07:00