aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added 'dist' to .gitignoreBenoit Giannangeli2017-05-09
|
* [test-suite] events.jsBenoit Giannangeli2017-05-09
|
* Add 'yarn build' in .travis.ymlBenoit Giannangeli2017-05-09
|
* Fixed bad os.platform testBenoit Giannangeli2017-05-09
|
* Set WEB flag to false for testsBenoit Giannangeli2017-05-09
|
* Webpack (single bundle for now)Benoit Giannangeli2017-05-09
|
* src/lapi.js: lobject.luaO_str2num returns false if string is not a numberdaurnimator2017-05-09
|
* Revert "src/lstring.js: Freeze strings to catch accidental modification"daurnimator2017-05-09
| | | | | | This reverts commit 5cb00bbae4f1afb5cd476a637975dd9220898e15. It turns out that frozen objects are slower, see https://jsperf.com/object-freeze-performance
* src/lapi.js: Delete unwanted stack itemsdaurnimator2017-05-09
|
* Use 'delete' instead of setting to undefineddaurnimator2017-05-09
|
* src/lvm.js: In luaV_concat use correct stack indices + clean updaurnimator2017-05-09
|
* Rename lopcodes.js require to consistently be lopcodesdaurnimator2017-05-09
|
* src/lopcodes.js: SETARG_* can be tail callsdaurnimator2017-05-09
|
* src/lopcodes.js: Add GET* macrosdaurnimator2017-05-09
|
* src/lvm.js: Remove i.breakpoint hackdaurnimator2017-05-09
|
* Cache string hashes in TStringdaurnimator2017-05-09
|
* Initialise CClosure upvalues TValues in constructordaurnimator2017-05-09
|
* src/lobject.js: Be consistent in LClosure/CClosure constructorsdaurnimator2017-05-09
|
* [test-suite] vararg.jsBenoit Giannangeli2017-05-08
|
* Fix bad integer size for string.pack/packsizeBenoit Giannangeli2017-05-08
|
* Fixed bad default separator in table.concatBenoit Giannangeli2017-05-08
|
* Merge remote-tracking branch 'daurnimator/boxed-strings'Benoit Giannangeli2017-05-08
|\
| * Introduce a TString classdaurnimator2017-05-08
| |
* | Clean up package.jsonBenoit Giannangeli2017-05-08
|/
* src/lapi.js: Use .svalue() getter for lua_todataviewdaurnimator2017-05-08
|
* src/lapi.js: Be consistent with aux_upvalue return typedaurnimator2017-05-08
|
* src/lcode.js: Fix nilK using invalid keydaurnimator2017-05-08
|
* src/lvm.js: Use TValue accessors to use stringsdaurnimator2017-05-08
|
* src/ltm.js: All stack items should be non-shared TValuesdaurnimator2017-05-08
|
* ltm.TMS should be indexes into an arraydaurnimator2017-05-08
|
* src/lvm.js: Optimise luaV_concatdaurnimator2017-05-08
| | | | Do the TString creation in one big Array.prototype.concat
* Add accessors to TValue for TString valuesdaurnimator2017-05-08
|
* src/lvm.js: Fix incorrect stack index in luaV_concatdaurnimator2017-05-08
|
* package.json: npm automatically adds dependencies to PATH when you run 'npm ↵daurnimator2017-05-08
| | | | test'
* package.json: Add myself to contributorsdaurnimator2017-05-08
|
* 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 ↵daurnimator2017-05-08
| | | | that internal string isn't modified
* src/lstrlib.js: Don't use string+offset from string.pack and friendsdaurnimator2017-05-08
| | | | Also fixes mutation of internal string object
* 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
| | | | | - Don't export a class (instead export luaU_undump) - Make error messages the same as normal lua
* Move string functions to centralised lstring.jsdaurnimator2017-05-08
|
* src/lobject.js: Fix %% in luaO_pushvfstring passing char rather than array ↵daurnimator2017-05-08
| | | | of chars
* src/ldump.js: Convert f.is_vararg field to number when writing outdaurnimator2017-05-08
|