roc/compiler/can/src
2022-02-06 12:26:34 +01:00
..
annotation.rs Make nested datatypes into errors 2022-01-31 22:58:01 -05:00
builtins.rs Check lower bounds for numeric literals, and permit 128-bit literals 2022-02-02 23:35:57 -05:00
constraint.rs Make pattern presence constraints an enum variant 2021-12-23 19:40:18 -06: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 Check lower bounds for numeric literals, and permit 128-bit literals 2022-02-02 23:35:57 -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 2022-02-02 23:38:54 -05:00
operator.rs Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
pattern.rs Check lower bounds for numeric literals, and permit 128-bit literals 2022-02-02 23:35:57 -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