roc/compiler/can/src
2022-02-06 15:04:12 -05:00
..
annotation.rs Make nested datatypes into errors 2022-01-31 22:58:01 -05:00
builtins.rs First pass 2022-02-06 15:04:12 -05:00
constraint.rs Second pass 2022-02-06 15:04:12 -05:00
def.rs Parse number literal width suffixes 2022-02-01 22:48:48 -05:00
effect_module.rs only generate the functions that the user wants 2022-02-06 12:26:34 +01:00
env.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
expected.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
expr.rs First pass 2022-02-06 15:04:12 -05:00
lib.rs move effect_module.rs 2022-02-02 16:48:59 +01:00
module.rs only generate the functions that the user wants 2022-02-06 12:26:34 +01:00
num.rs Clippy and a ranged number unification bugfix 2022-02-06 15:04:12 -05:00
operator.rs Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
pattern.rs Include floats in bounds for unspecified numbers 2022-02-06 15:04:12 -05:00
procedure.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
scope.rs Generate unique symbols for shadowing identifiers 2022-01-23 12:35:31 -05:00
string.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00