Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add facility for a user provided (state-global) native error handler | daurnimator | 2017-05-15 |
| | |||
* | Rename .pcOff field to l_savedpc | daurnimator | 2017-05-12 |
| | |||
* | Rename CallInfo l_savedpc field to l_code | daurnimator | 2017-05-12 |
| | |||
* | Remove unused L.ciOff/L.nci fields | daurnimator | 2017-05-12 |
| | |||
* | src/lstate.js: Remove (unused) CallInfo constructor arguments | daurnimator | 2017-05-12 |
| | |||
* | Move adhoc code into proper luaE_extendCI | daurnimator | 2017-05-12 |
| | |||
* | src/lstate.js: Expose luaE_freeCI and luaE_freethread | daurnimator | 2017-05-12 |
| | |||
* | src/lstate.js: preinit doesn't need to initialise L.stack to an array | daurnimator | 2017-05-12 |
| | |||
* | src/lstate.js: Implement freestack(), call from lua_close | daurnimator | 2017-05-12 |
| | | | | Work towards https://github.com/giann/fengari/commit/354d659f577fc27969784400c8c1e6090756da7b#commitcomment-21975897 | ||
* | ltm.TMS should be indexes into an array | daurnimator | 2017-05-08 |
| | |||
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |
| | |||
* | [test-suite] calls.js | Benoit Giannangeli | 2017-05-05 |
| | |||
* | Flatten CallInfo union member | daurnimator | 2017-05-05 |
| | |||
* | Remove .twups field | daurnimator | 2017-05-05 |
| | | | | It's used to track threads that should be traversed by the GC to find upvalues | ||
* | Move .id field from TValue to values themselves | daurnimator | 2017-05-03 |
| | |||
* | Refactor table implementation | daurnimator | 2017-05-03 |
| | |||
* | os.exit | Benoit Giannangeli | 2017-04-28 |
| | |||
* | Remove unused string interning Map | daurnimator | 2017-04-28 |
| | |||
* | lua_State shouldn't subclass TValue | daurnimator | 2017-04-28 |
| | |||
* | Add table construction function | daurnimator | 2017-04-28 |
| | |||
* | Remove unused variables | daurnimator | 2017-04-26 |
| | |||
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
| | |||
* | L.openupval was not set in luaF_close | Benoit Giannangeli | 2017-04-24 |
| | |||
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 |
| | |||
* | Table indexes are also starting at 1 internally | Benoit Giannangeli | 2017-04-13 |
| | | | | Since we use a Map we don't have to care about indexes starting at 0 | ||
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 |
| | |||
* | lstate: Don't localise ldo.js fields | daurnimator | 2017-03-23 |
| | | | | Doing so breaks due to circular dependencies | ||
* | No interning for now | Benoit Giannangeli | 2017-03-13 |
| | | | | G.strt would have grown with each string | ||
* | String are represented by Array of 8-bit numbers | Benoit Giannangeli | 2017-03-13 |
| | |||
* | string.char | Benoit Giannangeli | 2017-03-06 |
| | |||
* | lstrlib, string.len | Benoit Giannangeli | 2017-03-05 |
| | |||
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 |
| | |||
* | coroutines | Benoit Giannangeli | 2017-02-23 |
| | |||
* | Tables are JS Maps, lua_next | Benoit Giannangeli | 2017-02-22 |
| | |||
* | Load std lib, can call print | Benoit Giannangeli | 2017-02-17 |
| | |||
* | More accurate state and closure init | Benoit Giannangeli | 2017-02-17 |
| | |||
* | Everything need to make luaL_newstate work, lua_pushnil test | Benoit Giannangeli | 2017-02-15 |
| | |||
* | Implementing minimal path from main to luaV_execute of user script | Benoit Giannangeli | 2017-02-15 |
| | |||
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 |
| | |||
* | Fixed bad tailcall, _ENV is a closed upvalue | Benoit Giannangeli | 2017-02-11 |
| | |||
* | Upvalues | Benoit Giannangeli | 2017-02-10 |
| | |||
* | callstatus, OP_LE, OP_JMP, tests use L.top | Benoit Giannangeli | 2017-02-08 |
| | |||
* | First CallInfo expects LUA_MULTRET results | Benoit Giannangeli | 2017-02-07 |
| | |||
* | postcall and precall | Benoit Giannangeli | 2017-02-06 |
| | | | | | | In the tests, we just look at the last n elements of the stack to check our results. This is because the executed script itself doesn't expect any result, so we did not put results at L.top. | ||
* | Fixed bad use of L.top | Benoit Giannangeli | 2017-02-05 |
| | |||
* | CLOSURE, CALL | Benoit Giannangeli | 2017-02-04 |
| | |||
* | VM Tests, OP_MOVE, OP_LOAK, partial OP_RETURN | Benoit Giannangeli | 2017-02-03 |
| | |||
* | Dispatch loop | Benoit Giannangeli | 2017-02-03 |
| | |||
* | Lua VM | Benoit Giannangeli | 2017-02-03 |
| | |||
* | readHeader | Benoit Giannangeli | 2017-02-02 |
| |