| Commit message (Expand) | Author | Age |
| * | Add facility for a user provided (state-global) native error handler | daurnimator | 2017-05-15 |
| * | lua_arith, lua_islightuserdata, lua_register, lua_setallocf, lua_tocfunction | Benoit Giannangeli | 2017-05-14 |
| * | lua_arith, moved luaO_arith to lobject.js | Benoit Giannangeli | 2017-05-14 |
| * | src/lapi.js: Add extensions 'lua_toproxy' and 'lua_isproxy' | daurnimator | 2017-05-11 |
| * | Add lua_pushfstring and lua_pushvstring | daurnimator | 2017-05-04 |
| * | require | Benoit Giannangeli | 2017-05-03 |
| * | loadlib.js | Benoit Giannangeli | 2017-05-03 |
| * | Remove lua_pushtvalue | daurnimator | 2017-05-03 |
| * | os.exit | Benoit Giannangeli | 2017-04-28 |
| * | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
| * | Remove lightuserdata object subtype | daurnimator | 2017-04-26 |
| * | Export ldo.js functions from lua.js | daurnimator | 2017-04-26 |
| * | Export ldebug.js functions from lua.js | daurnimator | 2017-04-26 |
| * | Export lstate.js functions from lua.js | daurnimator | 2017-04-26 |
| * | Export lapi.js functions from lua.js | daurnimator | 2017-04-26 |
| * | Remove lua.char | daurnimator | 2017-04-26 |
| * | Remove lua.thread_status | daurnimator | 2017-04-26 |
| * | Remove print_version | daurnimator | 2017-04-26 |
| * | Remove lua.CT and lua.constant_types (still available from defs) | daurnimator | 2017-04-26 |
| * | Move lua.js contents to defs.js | daurnimator | 2017-04-26 |
| * | Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER | Benoit Giannangeli | 2017-04-24 |
| * | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
| * | hooks | Benoit Giannangeli | 2017-04-14 |
| * | 8-bit only in lstrlib | Benoit Giannangeli | 2017-03-30 |
| * | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
| * | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
| * | lualib: export various libraries | daurnimator | 2017-03-23 |
| * | Userdata are ArrayBuffers, new lightuserdata subtype for js objects | Benoit Giannangeli | 2017-03-21 |
| * | Use emscripten's utf8tojs string function | Benoit Giannangeli | 2017-03-14 |
| * | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
| * | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 |
| * | String are represented by Array of 8-bit numbers | Benoit Giannangeli | 2017-03-13 |
| * | [Parsing tests] SETTABUP, GETTABUP | Benoit Giannangeli | 2017-03-02 |
| * | Loading tests (binary/text) | Benoit Giannangeli | 2017-03-01 |
| * | lua_load will load both binary and text | Benoit Giannangeli | 2017-03-01 |
| * | Bytecode generation | Benoit Giannangeli | 2017-03-01 |
| * | table.move | Benoit Giannangeli | 2017-02-24 |
| * | ldebug, lua_error, error | Benoit Giannangeli | 2017-02-20 |
| * | JS closure | Benoit Giannangeli | 2017-02-17 |
| * | LUA_REGISTRYINDEX | Benoit Giannangeli | 2017-02-17 |
| * | lua_pop, lua_settop, js closure | Benoit Giannangeli | 2017-02-16 |
| * | 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 |
| * | RETURN follow lua's source more accurately | Benoit Giannangeli | 2017-02-06 |
| * | readConstants | Benoit Giannangeli | 2017-02-02 |
| * | readHeader | Benoit Giannangeli | 2017-02-02 |