aboutsummaryrefslogtreecommitdiff
path: root/src/typecheck.h
AgeCommit message (Collapse)Author
2026-02-08Add a "did you mean?" suggestion for invalid field/method names.Bruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
infinite loops
2025-08-25Update file header commentsBruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-24Constructors and functions with underscore arguments should be allowed to be ↵Bruce Hill
called, but only if the underscore arguments are not provided but are implicit from the default values. Same for constructing structs with private fields.
2025-08-24Code cleanupBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-03-21Move files into src/ and build into build/Bruce Hill