aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/typechk.c
AgeCommit message (Expand)AuthorFilesLines
7 daysbootstrap: Add missing return statement. Add various TODO commentsSamuel Lidén Borell1-0/+35
8 daysbootstrap: Follow types of local variablesSamuel Lidén Borell1-3/+13
8 daysbootstrap: Fix division by zero when multiplying by zeroSamuel Lidén Borell1-1/+1
8 daysbootstrap: Replace constant subexpressions with literalsSamuel Lidén Borell1-0/+99
13 daysbootstrap: Fix/improve range check of mod operatorSamuel Lidén Borell1-25/+67
13 daysbootstrap: Split up check_type_compat function and reuse is_constSamuel Lidén Borell1-1/+1
2025-05-30bootstrap: Fix comparison operators with bool operandsSamuel Lidén Borell1-2/+12
2025-05-30bootstrap: Detect always-false assert'sSamuel Lidén Borell1-0/+16
2025-05-30bootstrap: Range checks of mod operatorSamuel Lidén Borell1-0/+32
2025-05-30bootstrap: Check operand compatibility in == and <>Samuel Lidén Borell1-1/+3
2025-05-30bootstrap: Basic type compatibility checksSamuel Lidén Borell1-16/+33
2025-05-29bootstrap: Basic type/range checking inside expressionsSamuel Lidén Borell1-0/+441