| Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | global tag IDs | s-ol | 3 | -12/+24 |
| 2025-09-16 | lib/love: tsv-output takes shape | s-ol | 1 | -13/+0 |
| 2025-09-14 | remove comma from symbol chars | s-ol | 1 | -1/+1 |
| 2025-09-14 | refactor Tag/Registry, reuse deleted tags | s-ol | 6 | -57/+57 |
| 2025-09-14 | de/fn, loop parameter lists use square brackets | s-ol | 2 | -13/+17 |
| 2025-09-03 | expose Tag to Ops | s-ol | 6 | -43/+40 |
| 2025-08-05 | release v0.2v0.2stable | s-ol | 1 | -4/+5 |
| 2025-08-05 | copilot/fltk, wx: small fixes and alignment | s-ol | 2 | -27/+49 |
| 2025-08-05 | lib/glsl-view: add freeze and step! | s-ol | 1 | -0/+2 |
| 2025-08-05 | builtins: add doto macro | s-ol | 1 | -0/+32 |
| 2025-08-04 | builtins: add fmt | s-ol | 1 | -2/+22 |
| 2025-08-04 | fix repeated chars in symbol regex in docs and code | s-ol | 1 | -1/+1 |
| 2025-06-12 | use cmark instead of discount for markdown docs | s-ol | 1 | -1/+1 |
| 2025-04-07 | line comments | s-ol | 1 | -5/+7 |
| 2025-04-07 | template strings as syntax sugar for Ops | s-ol | 8 | -110/+107 |
| 2025-04-07 | propagate dynamic scope in require/import | s-ol | 3 | -8/+9 |
| 2025-03-23 | glsl-view: resolve relative paths for video | s-ol | 1 | -1/+1 |
| 2025-03-23 | builtins: add normalized switch-1 | s-ol | 1 | -1/+33 |
| 2025-03-21 | lib: add love/tsv-output | s-ol | 1 | -1/+19 |
| 2025-03-18 | language: [array] and {struct} literalswip | s-ol | 4 | -22/+52 |
| 2025-03-18 | builtins: switch takes single array as value | s-ol | 1 | -12/+27 |
| 2025-03-15 | implement template strings | s-ol | 6 | -12/+110 |
| 2025-03-14 | somewhat clean up alv.parsing | s-ol | 3 | -31/+29 |
| 2025-03-13 | support fractions as number literals | s-ol | 2 | -2/+8 |
| 2025-03-02 | small fixes | s-ol | 3 | -3/+12 |
| 2025-03-02 | small fixes | s-ol | 2 | -2/+2 |
| 2025-03-02 | builltins: check symbols are literals in def, import, import*, export* | s-ol | 1 | -3/+8 |
| 2025-03-02 | builtins: fix use | s-ol | 2 | -3/+3 |
| 2025-03-02 | builtins: small bugfixes | s-ol | 2 | -4/+2 |
| 2025-03-02 | lib: test and extend string module | s-ol | 1 | -1/+4 |
| 2025-03-02 | base.match: predicate fn matching | s-ol | 1 | -14/+67 |
| 2025-03-02 | rearrange spec, fix for Lua 5.1 | s-ol | 2 | -7/+4 |
| 2025-03-02 | rename Op:update_out → setup_out | s-ol | 3 | -6/+6 |
| 2025-03-02 | lib: use Op:update_out | s-ol | 2 | -10/+7 |
| 2025-03-02 | add Dummy AST node | s-ol | 5 | -19/+88 |
| 2025-03-02 | lib: small fixes | s-ol | 1 | -1/+1 |
| 2025-03-02 | add Op:update_out and use in builtins | s-ol | 3 | -7/+27 |
| 2025-03-02 | lib: rename math → math-simple, add vectorized math | s-ol | 1 | -0/+13 |
| 2025-03-02 | allow ^ and % in symbols | s-ol | 1 | -1/+1 |
| 2025-03-02 | fix input caching/lazy ticking at evaltime | s-ol | 1 | -7/+3 |
| 2025-03-02 | fix do, if, when | s-ol | 1 | -5/+4 |
| 2025-03-02 | use base.match.any consistently | s-ol | 1 | -15/+10 |
| 2025-03-02 | docs: update extension guide (PureOp) | s-ol | 2 | -2/+2 |
| 2025-03-02 | docs: update extension guide (Op:fork, Op:poll) | s-ol | 1 | -0/+1 |
| 2025-03-02 | docs: update extension guide | s-ol | 1 | -1/+2 |
| 2025-03-02 | fix pretty-printing for "false" values | s-ol | 1 | -1/+1 |
| 2025-03-02 | fix bug in ! builtin | s-ol | 1 | -1/+1 |
| 2025-03-02 | update examples | s-ol | 1 | -0/+1 |
| 2025-03-02 | Fix love event input streams | s-ol | 2 | -5/+6 |
| 2025-03-02 | pass input through (trace expr) | s-ol | 1 | -1/+3 |