| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tostring | 2025-05-06 | 1 | -6/+30 | |
| * | io#write, pusbool, checksig | 2025-05-06 | 1 | -7/+40 | |
| * | fix | 2025-05-06 | 1 | -5/+9 | |
| * | fix negative index out of bounds | 2025-04-14 | 1 | -1/+1 | |
| * | basic C user data, io | 2025-04-11 | 1 | -1/+145 | |
| * | assert[] | 2025-04-11 | 1 | -2/+26 | |
| * | fix bug with newrec. add typeof | 2025-04-11 | 1 | -2/+11 | |
| * | parser: make read callback be buffered | 2025-02-07 | 1 | -14/+31 | |
| * | gc mark record | 2022-10-18 | 1 | -0/+16 | |
| * | basic records | 2022-10-17 | 1 | -5/+127 | |
| * | stack effects + optimize exefn | 2022-10-13 | 1 | -98/+153 | |
| * | array#fill -> array#new | 2022-10-13 | 1 | -13/+27 | |
| * | check global decl names are not reserved | 2022-10-13 | 1 | -0/+3 | |
| * | length -> len | 2022-10-13 | 1 | -12/+10 | |
| * | use inline stack memory for vectors to reduce allocations | 2022-10-11 | 1 | -148/+202 | |
| * | missing gcmark() | 2022-10-11 | 1 | -0/+3 | |
| * | fix minor misc bugs | 2022-10-10 | 1 | -7/+9 | |
| * | fix const folding | 2022-10-10 | 1 | -1/+0 | |
| * | better error reporting | 2022-10-10 | 1 | -23/+76 | |
| * | remove unused vecpop | 2022-10-10 | 1 | -22/+0 | |
| * | style | 2022-10-10 | 1 | -84/+42 | |
| * | SEL[*] gather operator | 2022-10-10 | 1 | -3/+16 | |
| * | missing typestr for upval | 2022-10-10 | 1 | -0/+1 | |
| * | errata | 2022-10-10 | 1 | -1/+1 | |
| * | pez_checksig() helper | 2022-10-10 | 1 | -22/+120 | |
| * | varargs | 2022-10-10 | 1 | -12/+49 | |
| * | cache closures with no upvalues | 2022-10-10 | 1 | -8/+19 | |
| * | inline some things | 2022-10-10 | 1 | -25/+10 | |
| * | bug fixes | 2022-10-10 | 1 | -4/+11 | |
| * | dilambdas and such | 2022-10-10 | 1 | -26/+132 | |
| * | better delstring() | 2022-10-10 | 1 | -3/+8 | |
| * | fix some memory leaks | 2022-10-09 | 1 | -0/+5 | |
| * | disallow keywords as identifiers | 2022-10-09 | 1 | -0/+14 | |
| * | RET statement | 2022-10-09 | 1 | -1/+3 | |
| * | remove unused macro | 2022-10-09 | 1 | -2/+0 | |
| * | optimize operations with immediates for compound assignment ops | 2022-10-09 | 1 | -53/+68 | |
| * | fix closures GC bug | 2022-10-09 | 1 | -1/+6 | |
| * | only close vars when necessary | 2022-10-09 | 1 | -1/+2 | |
| * | no need to explicitely close vars in top scope | 2022-10-09 | 1 | -1/+1 | |
| * | upval size optimization | 2022-10-09 | 1 | -4/+7 | |
| * | closures | 2022-10-09 | 1 | -22/+164 | |
| * | gc erratas | 2022-10-09 | 1 | -5/+11 | |
| * | gc bugfix | 2022-10-09 | 1 | -8/+9 | |
| * | style | 2022-10-09 | 1 | -22/+24 | |
| * | hm | 2022-10-09 | 1 | -3/+3 | |
| * | do not store each objs size | 2022-10-09 | 1 | -7/+30 | |
| * | more GC stuff | 2022-10-08 | 1 | -44/+78 | |
| * | basic gc and closures sketon | 2022-10-08 | 1 | -155/+346 | |
| * | initial commit | 2022-10-08 | 1 | -0/+3524 |