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
/
lists.c
Age
Commit message (
Expand
)
Author
2025-12-28
Merge branch 'dev' into static-dependencies
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-24
Shuffle dependencies around so header files aren't needed after tomo has
Bruce Hill
2025-12-24
Split out new()/gc logic from stdlib/util.h
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Don't align trailing comments
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-01
Include stdlib
Bruce Hill
2025-04-16
Fixes to get the compiler to build with -O3
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill