summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unused vecpoplemon2022-10-101-22/+0
* stylelemon2022-10-101-84/+42
* SEL[*] gather operatorlemon2022-10-102-3/+23
* missing typestr for upvallemon2022-10-101-0/+1
* removed unused TObjectlemon2022-10-101-1/+0
* erratalemon2022-10-101-1/+1
* pez_checksig() helperlemon2022-10-102-22/+123
* varargslemon2022-10-102-12/+58
* cache closures with no upvalueslemon2022-10-101-8/+19
* .gitignorelemon2022-10-101-0/+2
* inline some thingslemon2022-10-101-25/+10
* bug fixeslemon2022-10-103-5/+12
* dilambdas and suchlemon2022-10-102-42/+156
* better delstring()lemon2022-10-101-3/+8
* fix some memory leakslemon2022-10-091-0/+5
* disallow keywords as identifierslemon2022-10-091-0/+14
* RET statementlemon2022-10-091-1/+3
* remove unused macrolemon2022-10-091-2/+0
* optimize operations with immediates for compound assignment opslemon2022-10-091-53/+68
* fix closures GC buglemon2022-10-091-1/+6
* only close vars when necessarylemon2022-10-092-5/+14
* no need to explicitely close vars in top scopelemon2022-10-092-2/+3
* upval size optimizationlemon2022-10-091-4/+7
* closureslemon2022-10-093-35/+174
* gc errataslemon2022-10-091-5/+11
* gc bugfixlemon2022-10-091-8/+9
* stylelemon2022-10-091-22/+24
* hmlemon2022-10-091-1/+1
* hmlemon2022-10-091-3/+3
* do not store each objs sizelemon2022-10-091-7/+30
* more GC stufflemon2022-10-083-46/+86
* basic gc and closures sketonlemon2022-10-084-158/+352
* initial commitlemon2022-10-086-0/+3784