index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
types.c
Age
Commit message (
Expand
)
Author
2025-03-18
Expose PathType as a proper enum
Bruce Hill
2025-03-16
Fixes for opaque external structs
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-10
For langs, do promotion to Text and text interpolation automatically and with...
Bruce Hill
2025-03-10
Add `convert` keyword for defining conversions
Bruce Hill
2025-03-05
Tweak function type spacing when converting it to text
Bruce Hill
2025-03-01
Bugfix for lang.text methods
Bruce Hill
2025-03-01
Change `lang.text_content` to `lang.text`
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Fix issue for size/alignment of threads
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-22
Fix issue with cross promotion for tables with default values
Bruce Hill
2024-12-22
Add optimized metamethods for enums and structs that hold packed data
Bruce Hill
2024-12-21
Support logical binary operators on optionals (promote to booleans)
Bruce Hill
2024-12-18
Fix cross promotion between types with/without defaults
Bruce Hill
2024-12-18
Fix for tables with default values not doing type equality right
Bruce Hill
2024-12-18
Revert "Deprecate "&" for stack references"
Bruce Hill
2024-12-12
Fix optional promotion issue
Bruce Hill
2024-12-11
Optional promotion in comparisons
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-11-30
Bugfixes for moments mixing up microseconds/nanoseconds, plus adding
Bruce Hill
2024-11-25
Improve handling of update assignments
Bruce Hill
2024-11-24
Better handling for NULL optional types
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-04
Be much more permissive about using integer literals for fixed-size ints
Bruce Hill
2024-11-02
Support reductions for comparison operators like == and <
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-08
Reduce padding needed for optional types and clean up some redundant
Bruce Hill
2024-10-08
Simplify enum/struct codegen by using reusable general-purpose
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-10-03
Bugfix for Int*Num typechecking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-18
Remove dead code
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-12
Automatic promotion to single-argument enum tags with a unique type
Bruce Hill
2024-09-11
Remove old code
Bruce Hill
2024-09-11
Rename channel_t -> Channel_t for consistency
Bruce Hill
2024-09-11
Optional structs
Bruce Hill
2024-09-11
Optional fixed-size ints
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
[next]