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
Age
Commit message (
Expand
)
Author
2025-07-11
Add more `#line` directives to make various failures give more accurate
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-25
Clean up #include parsing so it works correctly with comments
Bruce Hill
2025-06-25
Add fix for `.include` or `#included` files in assembly failing to trigger
Bruce Hill
2025-06-25
Trigger recompilation when downstream #includes for C files are updated.
Bruce Hill
2025-06-24
Correctly detect changes to `use`d C/header files and trigger
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
Force recompilation when modules.ini changes
Bruce Hill
2025-05-25
Optimize codegen for enums: no longer bother with a struct wrapper, but
Bruce Hill
2025-05-25
Bugfix for mutation while iterating
Bruce Hill
2025-05-25
Bugfix for converting negative integers to text
Bruce Hill
2025-05-25
Improved codegen for 'when' statements
Bruce Hill
2025-05-25
Code cleanup
Bruce Hill
2025-05-25
Add extra check to make sure extend is extending a type and not
Bruce Hill
2025-05-25
Add a check to ensure that Extend is extending a recognized type.
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-05-20
Add per-file modules.ini override
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-19
Add --prefix flag
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-17
Add Path.sibling()
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-09
Bugfix for lang infos
Bruce Hill
2025-05-09
Bugfix for installing libraries through `.` or `..`
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-06
Discard result
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
Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.
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
Get rid of single-file headers for libraries and just include each .tm
Bruce Hill
2025-05-05
Show codegen even if it wasn't regenerated
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-03
Bugfix for promotions in comparisons
Bruce Hill
2025-05-03
Deprecate function name registering and printing the function's name
Bruce Hill
2025-05-02
Bugfix for integer math between Int and fixed-width int, where Int was
Bruce Hill
2025-05-02
Rename parse_and_run function
Bruce Hill
[next]