aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Introduce setsvalue2sdaurnimator2017-05-27
|
* src/lvm.js: Use setobjs2s in luaV_finishOp's OP_CONCAT casedaurnimator2017-05-27
|
* Introduce setobj2sdaurnimator2017-05-27
|
* Introduce setobjs2sdaurnimator2017-05-27
|
* [test-suite] api.jsBenoit Giannangeli2017-05-25
|
* [test-suite] coroutine.js passesBenoit Giannangeli2017-05-25
|
* ltests.js: makeCfuncBenoit Giannangeli2017-05-25
|
* ltests.js: newstate, loadlib, doremote, closestateBenoit Giannangeli2017-05-25
|
* [test-suite] coroutine.jsBenoit Giannangeli2017-05-25
|
* ar.what was not a lua stringBenoit Giannangeli2017-05-25
|
* ltests.js: testJS/CBenoit Giannangeli2017-05-25
|
* [test-suite] coroutine.jsBenoit Giannangeli2017-05-25
|
* Added missing parenthesis in luaG_traceexec on yield caseBenoit Giannangeli2017-05-25
|
* [test-suite] sort.js passesBenoit Giannangeli2017-05-24
|
* Add missing funcOffBenoit Giannangeli2017-05-24
|
* Fixed bad lineinfo index in luaG_traceexecBenoit Giannangeli2017-05-24
|
* Add missing luaD_checkstack in luaD_hookBenoit Giannangeli2017-05-24
|
* ltests.js: fixed getstringBenoit Giannangeli2017-05-24
|
* ltests.js: resume, coroutine.js: yields inside hooksBenoit Giannangeli2017-05-24
|
* ltests.js: sethook, runJSBenoit Giannangeli2017-05-24
|
* tests/test-suite/inprogress/coroutine.js: un-skip stack overflow testdaurnimator2017-05-24
|
* src/ldo.js: Don't want to call user's message handler with a 'this' of CallInfodaurnimator2017-05-24
|
* src/ldo.js: LUA_YIELD comes from defs.TS not lstatedaurnimator2017-05-24
|
* Moved run/new functions to prefix in coroutine.js testsBenoit Giannangeli2017-05-24
|
* src/lapi.js: Fix typo in lua_arithdaurnimator2017-05-24
|
* src/lvm.js: Use 'uv.isopen' instead of assuming membersdaurnimator2017-05-24
|
* src/lvm.js: Factor out OP_CLOSURE to pushclosuredaurnimator2017-05-24
|
* src/lobject.js: don't convert operands to numbers if first branch failsdaurnimator2017-05-24
|
* src/lcode.js: constfolding should not pass lua state to luaO_arithdaurnimator2017-05-24
| | | | | This essentially backs out https://github.com/lua/lua/commit/99ac4a260fc1bf958515c1816d866852194493f2 See lua mailing thread "'constfolding' passes a proper Lua state to 'luaO_arith'"
* src/lcode.js: remove unused importsdaurnimator2017-05-24
|
* src/lcode.js: Return new TValue from tonumeraldaurnimator2017-05-24
|
* src/lapi.js: use .setfrom() when setting a TValue from a TValuedaurnimator2017-05-24
|
* src/lvm.js: Don't modify tvalues on stack in OP_FORPREPdaurnimator2017-05-24
|
* src/lvm.js: Remove non-wanted TODOs from OP_FORLOOP implementationdaurnimator2017-05-24
|
* src/lvm.js: loops with integers should overflowdaurnimator2017-05-24
|
* src/lstate.js: Move preinit_thread into lua_State constructordaurnimator2017-05-24
|
* src/lstate.js: Create lua_State given global_State (not vice-versa)daurnimator2017-05-24
|
* Implement %p specifier in luaO_pushvfstringdaurnimator2017-05-24
| | | | Move hacks out of luaL_tolstring
* src/ltable.js: lightuserdata can include Table/Udata/LClosure/etc due to ↵daurnimator2017-05-24
| | | | lua_topointer
* Give userdata objects a classdaurnimator2017-05-24
| | | | This way their type can be checked via `instanceof`
* src/ltable.js: Use a valid weakmap key for lightuserdata object hashdaurnimator2017-05-24
|
* Merge pull request #64 from daurnimator/lightuserdata-keysBenoit Giannangeli2017-05-23
|\ | | | | Fix collisions with lightuserdata table keys
| * src/ltable.js: Convert float keys that fit in an integer to integersdaurnimator2017-05-23
| |
| * src/lcode.js: luaK_intK no longer collides with stringsdaurnimator2017-05-23
| |
| * src/ltable.js: Implement table_hash for lightuserdatadaurnimator2017-05-23
|/
* src/lmathlib.js: Optimise math.ultdaurnimator2017-05-23
| | | | See https://jsperf.com/unsigned-comparison
* Merge pull request #63 from daurnimator/fix-skipped-testsBenoit Giannangeli2017-05-22
|\ | | | | Investigated + fixed some skipped tests
| * tests/test-suite/events.js: un-skip fixed testsdaurnimator2017-05-23
| |
| * tests/test-suite/errors.js: copy setup from previous test to get a skipped ↵daurnimator2017-05-23
| | | | | | | | test passing
| * tests/test-suite/errors.js: un-skip passing testdaurnimator2017-05-23
| |