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
/
src
/
compile
/
promotions.c
Age
Commit message (
Expand
)
Author
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
2025-11-24
Fix for accidental deserialization of byte array when it should have
Bruce Hill
2025-11-24
Fix for `when` blocks with a single expression inside
Bruce Hill
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
2025-09-21
Add enum scope when declaring a variable
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Finally, split compile.c into compile/expressions.c
Bruce Hill
2025-08-24
Split declarations into a file
Bruce Hill
2025-08-24
Add comments and pragmas
Bruce Hill
2025-08-24
Rename promotion -> promotions
Bruce Hill