nac3/nac3core/src/typecheck
David Mak e435b25756 core: Allow implicit promotions of integral literals
It should not matter, since it is the value of the literal that matters
with respect to the const generic variable.
2023-12-21 15:21:08 +08:00
..
type_inferencer core: Add size_t to primitive store 2023-12-21 15:20:31 +08:00
typedef core: Allow implicit promotions of integral literals 2023-12-21 15:21:08 +08:00
function_check.rs core: Refactor to return errors by HashSet 2023-12-12 15:41:59 +08:00
magic_methods.rs core: Apply clippy pedantic changes 2023-12-11 15:16:23 +08:00
mod.rs applied rustfmt and clippy auto fix 2022-02-21 18:27:46 +08:00
type_error.rs core: Apply clippy pedantic changes 2023-12-11 15:16:23 +08:00
unification_table.rs nac3core/typecheck/unification_table: fixed snapshot restore bug 2022-03-23 00:25:10 +08:00