roc/crates/compiler/can/src
Anton-4 3db296648f
fix undefined behavior warning (#7835)
Fixed a warning that shows when using rust 1.87
2025-06-17 15:37:59 +02:00
..
debug Merge branch 'main' into cleanup_unused 2024-12-08 10:14:47 -08:00
abilities.rs fix undefined behavior warning (#7835) 2025-06-17 15:37:59 +02:00
annotation.rs Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
builtins.rs Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
constraint.rs Unify let-introduction in a single path 2025-01-05 23:54:37 -05:00
copy.rs Merge branch 'main' into cleanup_unused 2024-12-08 10:14:47 -08:00
debug.rs Remove unused code 2024-12-05 09:18:52 +00:00
def.rs Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
derive.rs Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
desugar.rs Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
effect_module.rs Remove Task from Roc 2025-01-08 17:00:40 -08:00
env.rs Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
exhaustive.rs Treat untyped suffixed functions as effectful 2024-11-07 18:54:21 -03:00
expected.rs Get a failing specialize_expr test 2024-11-08 00:55:04 -05:00
expr.rs Merge remote-tracking branch 'upstream' into annotate-type-signatures 2025-01-15 21:15:32 -08:00
lib.rs Remove Task from Roc 2025-01-08 17:00:40 -08:00
module.rs Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
num.rs Lowercased some files (#7713) 2025-03-24 16:43:18 +01:00
pattern.rs Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
procedure.rs Remove unused code 2024-12-05 09:18:52 +00:00
scope.rs Initial working version of proper try keyword 2024-12-04 02:31:59 -08:00
traverse.rs Add code action to annotate declarations 2024-12-13 20:46:38 -08:00