aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-28Merge branch 'main' into internal-textsinternal-textsBruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-27Fix up examples to no longer use '&'Bruce Hill
2024-10-27Fixes for places that used Text$find()Bruce Hill
2024-10-27Disallow mutation of read-only viewsBruce Hill
2024-10-27Finish deprecating stack refs with &Bruce Hill
2024-10-27Deprecate "&" for stack referencesBruce Hill
2024-10-27Remove an unnecessary ARRAY_COPY()Bruce Hill
2024-10-27Bugfix: for array:find() and array:sorted() and array:binary_search(),Bruce Hill
2024-10-27Update DateTime API to have separate methods for getting each componentBruce Hill
2024-10-27Add an includeBruce Hill
2024-10-25Minor imports cleanupBruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-10-20Minor fixBruce Hill
2024-10-12Minor tweakBruce Hill
2024-10-12Further progress and bugfixesBruce Hill
2024-10-11Convert ASTs to textBruce Hill
2024-10-10Convert types.{c,h}Bruce Hill
2024-10-10Fix issue with non-ID chars in filenamesBruce Hill
2024-10-09Clean up codegen for `when` statementsBruce Hill
2024-10-09Update readmeBruce Hill
2024-10-09Update exampleBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Update docsBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-10-09Bugfix for `1e-2-3`Bruce Hill
2024-10-09Tidy up some function annotations to use func(x,y:Foo) syntax instead ofBruce Hill
2024-10-09Get rid of `fn:func(Int,Num)` syntax (unnamed arguments)Bruce Hill
2024-10-09Add a test for mutating closed-over variables in a defer statementBruce Hill
2024-10-09Fix closure handling behavior for `defer` so that it can mutateBruce Hill
2024-10-09Bugfix for `defer` using enclosing scopeBruce Hill
2024-10-08Document reductionsBruce Hill
2024-10-08Disallow reductions over tables (use .keys or .values instead)Bruce Hill
2024-10-08Support reductions over setsBruce Hill
2024-10-08Bugfix for reductions over conditional comprehensions that have no values.Bruce Hill
2024-10-08Better messageBruce Hill
2024-10-08Reduce padding needed for optional types and clean up some redundantBruce Hill
2024-10-08Add a test for optionals to ensure they size correctlyBruce Hill
2024-10-08Simplify enum/struct codegen by using reusable general-purposeBruce Hill
2024-10-04Deprecate readonly pointers for nowBruce Hill
2024-10-03Fix up some compiler flags around floating point numbers so they workBruce Hill
2024-10-03Bugfix for Int*Num typecheckingBruce Hill
2024-10-02Update array:sample() to use optional weights and do more error checkingBruce Hill
2024-09-30Clean examples when doing `make clean`Bruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-30Update docsBruce Hill
2024-09-30Add datetime literal and testsBruce Hill
2024-09-30Code cleanupBruce Hill
2024-09-30Bugfix DateTime.new()Bruce Hill
2024-09-30Parameterize with timezonesBruce Hill