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-08-23
Use config file with default fallbacks for tomo defs
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-08-23
Remove some unused imports
Bruce Hill
2025-08-20
Add imports
Bruce Hill
2025-08-19
Some pedantic fixes vetted against compiling on mac.
Bruce Hill
2025-08-18
Rework code to avoid variable-length array
Bruce Hill
2025-08-18
Fix some compatibility issues, including #embed and `alignof` and some Makefi...
Bruce Hill
2025-08-17
Fix List.slice()
Bruce Hill
2025-08-17
Don't allow compiling optional values into non-optional ones.
Bruce Hill
2025-08-17
Bugfix for integer parsing
Bruce Hill
2025-08-17
Bugfix: added support for Tomo identifiers that are C keywords
Bruce Hill
2025-08-17
Major improvements to type inference to support `JSON({"key"=yes,
Bruce Hill
2025-08-17
Add JSON module.
Bruce Hill
2025-08-16
Bump patterns version
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-10
Bugfixes for installation of libraries (incorrect handling of `use` for
Bruce Hill
2025-08-10
Add full protection against accessing fields and methods that start with
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-30
Print full git tag with `tomo --verbose --version`
Bruce Hill
2025-07-12
Use `#embed` to embed the changelog in the binary and give access via
Bruce Hill
2025-07-12
Doctests now use equality checking instead of text comparisons
Bruce Hill
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
[prev]
[next]