aboutsummaryrefslogtreecommitdiff
path: root/stdlib/types.h
AgeCommit message (Collapse)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-16Fixes for opaque external structsBruce Hill
2025-03-11Improve codegen for optional struct typesBruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-11-29Fix Type:as_text()Bruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-08Simplify enum/struct codegen by using reusable general-purposeBruce Hill
metamethods for structs/enums instead of metamethod codegen for each struct/enum defined.
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill