aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* src/lstring.js: Freeze strings to catch accidental modificationdaurnimator2017-05-08
* src/lparser.js: Send localvarliterals via caching tabledaurnimator2017-05-08
* src/llex.js: Cache tokens in ls.hdaurnimator2017-05-08
* src/lstrlib.js: Array.prototype.reverse operates in place. Make a copy so tha...daurnimator2017-05-08
* src/lstrlib.js: Don't use string+offset from string.pack and friendsdaurnimator2017-05-08
* src/lcode.js: Fix luaH_set result checkdaurnimator2017-05-08
* LexState.h is a Table not a TValuedaurnimator2017-05-08
* src/llex.js: Fix missing extention in requiredaurnimator2017-05-08
* src/llex.js: Add luaX_newstringdaurnimator2017-05-08
* src/lcode.js: Remove circular dep breaking hackdaurnimator2017-05-08
* src/ldo.js: Clean up requiresdaurnimator2017-05-08
* Clean up lundump.jsdaurnimator2017-05-08
* Move string functions to centralised lstring.jsdaurnimator2017-05-08
* src/lobject.js: Fix %% in luaO_pushvfstring passing char rather than array of...daurnimator2017-05-08
* src/ldump.js: Convert f.is_vararg field to number when writing outdaurnimator2017-05-08
* src/lundump.js: .readString should return a lua string, not a js stringdaurnimator2017-05-08
* src/lfunc.js: Give Protos an id fielddaurnimator2017-05-08
* Sometimes upvalues have js string namesBenoit Giannangeli2017-05-07
* BytecodeParser consumes a MBuffer (== ZIO) instead of a DataViewBenoit Giannangeli2017-05-06
* Renamed findupval to luaF_findupvalBenoit Giannangeli2017-05-05
* Merge remote-tracking branch 'daurnimator/fix-errors'Benoit Giannangeli2017-05-05
|\
| * src/lvm.js: Optimise variable declarationsdaurnimator2017-05-05
| * src/lvm.js: Remove special casedaurnimator2017-05-05
| * Always pass lua_State to Proto constructordaurnimator2017-05-05
* | Binary chunk can be a lua string (string.dump)Benoit Giannangeli2017-05-05
* | Added missing parameter to luaL_loadbufferx in luaB_loadBenoit Giannangeli2017-05-05
* | L.openupval list was not linked correctlyBenoit Giannangeli2017-05-05
* | [test-suite] calls.jsBenoit Giannangeli2017-05-05
|/
* Flatten CallInfo union memberdaurnimator2017-05-05
* src/ltable.js: Create Table classdaurnimator2017-05-05
* Simplify UpVal structuredaurnimator2017-05-05
* An open upvalue already knows which lua_State it comes fromdaurnimator2017-05-05
* Need to copy to the stack if not coming from a stackdaurnimator2017-05-05
* src/lfunc.js: Setting a closed upvalue should change a TValue, not create a n...daurnimator2017-05-05
* src/lfunc: Move refcount initialisation into constructordaurnimator2017-05-05
* Remove .twups fielddaurnimator2017-05-05
* src/ldebug.js: Micro optimisation that brings code more in line with referenc...daurnimator2017-05-05
* src/ldebug.js: Fix incorrect error messagesdaurnimator2017-05-05
* Add a FIXME, remove a TODO, edit a commentdaurnimator2017-05-05
* src/lparser.js: protos have Upvaldescs not UpValsdaurnimator2017-05-05
* Don't wrap lexer/parser strings in a TValuedaurnimator2017-05-05
* src/ldebug.js: If no local is found then you can't get its namedaurnimator2017-05-05
* Proto.source should be a string, not a TValuedaurnimator2017-05-05
* src/ldebug.js: Fix off by one error when calculating line numberdaurnimator2017-05-05
* src/ldebug.js: Use luaO_pushfstringdaurnimator2017-05-05
* src/lauxlib.js: Use lua_pushfstring (fixes missing fields in tracebacks)daurnimator2017-05-05
* Fix luaL_error callsitesdaurnimator2017-05-05
* src/lauxlib.js: Fix traceback textdaurnimator2017-05-05
* src/lauxlib.js: Use lua_pushvfstringdaurnimator2017-05-04
* Add lua_pushfstring and lua_pushvstringdaurnimator2017-05-04