.. |
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
|
merge fixes
|
2023-04-22 18:15:06 +02:00 |
builtins.rs
|
Implement builtins for Num.isNan, Num.isInfinite, and Num.isFinite
|
2023-05-03 09:33:28 +01: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
|
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
|
chore: replace panic! with internal_error
|
2023-04-24 10:16:50 +02: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
|
chore: replace panic! with internal_error
|
2023-04-24 10:16:50 +02:00 |
pattern.rs
|
merge fixes
|
2023-04-22 18:15:06 +02:00 |
procedure.rs
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
scope.rs
|
chore: replace panic! with internal_error
|
2023-04-24 10:16:50 +02: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 |