roc/crates/compiler/module/src
Richard Feldman ada83561e5
Split ListLen into ListLenU64 and ListLenUsize
The usize one gets used internally for things like
pattern matches. This is both more efficient (means
they don't have to do unnecessary casts) and also
less error-prone due to e.g. comparing length to
capacity, which is usize.
2024-02-14 21:00:49 -05:00
..
called_via.rs update to new interpolation syntax 2024-02-02 13:39:10 +01:00
ident.rs Make Inspect a builtin 2023-08-10 21:47:42 -04:00
lib.rs Mutex::new() is now const 2022-11-09 17:51:43 +01:00
low_level.rs Split ListLen into ListLenU64 and ListLenUsize 2024-02-14 21:00:49 -05:00
module_err.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
symbol.rs Split ListLen into ListLenU64 and ListLenUsize 2024-02-14 21:00:49 -05:00