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
/
stdlib
Age
Commit message (
Expand
)
Author
2025-08-18
Fix some compatibility issues, including #embed and `alignof` and some Makefi...
Bruce Hill
2025-08-17
Bugfix for integer parsing
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-08-16
Fix further issue with optionals
Bruce Hill
2025-08-16
Bugfix for optionals that have alignment issues
Bruce Hill
2025-08-16
Fix issue with untyped enum members
Bruce Hill
2025-08-16
Bugfix for enum member alignments
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-30
Struct reordering to improve packing
Bruce Hill
2025-07-12
Doctests now use equality checking instead of text comparisons
Bruce Hill
2025-07-10
Add text compression optimizations for unicode text
Bruce Hill
2025-06-28
Greatly increase the maximum free space allocated when growing lists
Bruce Hill
2025-06-26
Add get_bit() method for Ints and Bytes
Bruce Hill
2025-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-06-24
Minor performance improvement for hash collisions in tables
Bruce Hill
2025-06-24
Sanity check
Bruce Hill
2025-06-24
Revert "Do text deserialization in chunks to avoid possible memory issues"
Bruce Hill
2025-06-22
Do text deserialization in chunks to avoid possible memory issues
Bruce Hill
2025-06-04
Fix spacing on non-color doctest output
Bruce Hill
2025-05-25
Bugfix for converting negative integers to text
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-06
Check getrandom return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Error checking for path components
Bruce Hill
2025-05-06
Bugfix for truncation of Bytes
Bruce Hill
2025-05-06
Bugfix for converting integer to byte
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-03
Deprecate function name registering and printing the function's name
Bruce Hill
2025-05-02
Improved stack trace function names
Bruce Hill
2025-05-02
Bugfix for stack traces
Bruce Hill
2025-05-02
Fix bug where fallbacks were hashed by pointer instead of by contents
v0.2
Bruce Hill
2025-05-02
Remove speculative fix
Bruce Hill
2025-05-02
Bugfix for text hashing
Bruce Hill
2025-05-01
Add check for null type
Bruce Hill
2025-05-01
Include stdlib
Bruce Hill
2025-05-01
Add missing file
Bruce Hill
2025-04-30
Speculative fix for memory error during installation
Bruce Hill
2025-04-30
Fix up hdebug stuff for tables
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Bugfix for boolean parsing
Bruce Hill
2025-04-26
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Bruce Hill
[next]