roc/crates/compiler/can/src
2023-06-06 19:46:15 -04:00
..
debug refactor: remove needles string allocation in pretty printer 2023-05-03 21:28:36 -03:00
abilities.rs Initial implementation of tuples in type checking 2023-01-22 12:40:44 -08:00
annotation.rs Implement annotation def for tuple 2023-05-24 13:12:41 -05:00
builtins.rs Implement hash for Dec 2023-05-26 11:38:30 -05: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 many clippy fixes 2023-04-24 16:21:46 +02: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 Improve error messages involving ignored variables 2023-06-06 19:46:15 -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 Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
lib.rs Move can AST pretty-printing into roc_can::debug 2022-12-12 10:09:32 -06:00
module.rs Merge pull request #5324 from roc-lang/rust_version_upgrade 2023-04-29 18:01:04 +02:00
num.rs Support ordering floats in numeric literal bounds 2022-07-05 22:16:51 -04:00
operator.rs Track spaces between : and <- in record builders 2023-05-17 11:49:06 -03:00
pattern.rs Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
procedure.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
scope.rs Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
string.rs chore: replace panic! with internal_error 2023-04-24 10:16:50 +02:00
traverse.rs rust update, nix update, clippy fixes 2023-04-22 14:51:01 +02:00