| Commit message (Expand) | Author | Age |
* | src/ltm.js: Use destructuring assignment for defs.js | daurnimator | 2018-01-18 |
* | src/ltm.js: Use lua_assert instead of assert | daurnimator | 2018-01-18 |
* | src/: Destructure when requiring lstring.js | daurnimator | 2018-01-18 |
* | src/ltm.js: Add 'return' to avoid fallthrough linter warnings | daurnimator | 2017-12-10 |
* | Move jshint config to package.json | daurnimator | 2017-08-18 |
* | Have ltm.luaT_callorderTM return a boolean | daurnimator | 2017-05-27 |
* | Modify stack values up to L.top instead of replacing | daurnimator | 2017-05-27 |
* | Introduce setobj2s | daurnimator | 2017-05-27 |
* | Introduce setobjs2s | daurnimator | 2017-05-27 |
* | Add TMcache | daurnimator | 2017-05-22 |
* | src/ltm.js: luaH_getstr takes a TString, not a raw string | daurnimator | 2017-05-18 |
* | src/ltm.js: All stack items should be non-shared TValues | daurnimator | 2017-05-08 |
* | ltm.TMS should be indexes into an array | daurnimator | 2017-05-08 |
* | Add accessors to TValue for TString values | daurnimator | 2017-05-08 |
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |
* | Need to copy to the stack if not coming from a stack | daurnimator | 2017-05-05 |
* | Refactor table implementation | daurnimator | 2017-05-03 |
* | Userdata needs to be boxed so it can have uservalue+metatable | daurnimator | 2017-04-28 |
* | src/ltm.js: Fix use of non-existant enum | daurnimator | 2017-04-27 |
* | src/ltm.js: Fix luaT_objtypename | daurnimator | 2017-04-27 |
* | Remove unused require()s | daurnimator | 2017-04-26 |
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | No more Table, just TValue with table type and Map value | Benoit Giannangeli | 2017-04-18 |
* | Cache all to_luastring of internal literals | Benoit Giannangeli | 2017-04-18 |
* | 8-bit string internally tests | Benoit Giannangeli | 2017-03-30 |
* | Never use js strings internally | Benoit Giannangeli | 2017-03-29 |
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 |
* | Use emscripten's utf8tojs string function | Benoit Giannangeli | 2017-03-14 |
* | Testing 8-bit strings | Benoit Giannangeli | 2017-03-13 |
* | [Strings] ltable.js, ltm.js | Benoit Giannangeli | 2017-03-13 |
* | lstrlib, string.len | Benoit Giannangeli | 2017-03-05 |
* | luaG_concaterror, luaG_opinterror, luaG_tointerror | Benoit Giannangeli | 2017-02-21 |
* | luaG_ functions | Benoit Giannangeli | 2017-02-21 |
* | luaL_newstate, lua_pushnil, lua_gettop, luaL_typename | Benoit Giannangeli | 2017-02-16 |
* | Everything need to make luaL_newstate work, lua_pushnil test | Benoit Giannangeli | 2017-02-15 |
* | __le, __lt, __eq | Benoit Giannangeli | 2017-02-15 |
* | binary op tag methods | Benoit Giannangeli | 2017-02-14 |
* | __newindex | Benoit Giannangeli | 2017-02-14 |
* | Setting metatable manually until setmetatable is available | Benoit Giannangeli | 2017-02-14 |
* | Better use of module to avoid cyclic dependencies issues | Benoit Giannangeli | 2017-02-13 |
* | l_isfalse as TValue method | Benoit Giannangeli | 2017-02-13 |
* | JSHint | Benoit Giannangeli | 2017-02-13 |
* | TFORCALL, TFORLOOP, luaD_call, tag methods | Benoit Giannangeli | 2017-02-12 |
* | Moved functions to ldo.js | Benoit Giannangeli | 2017-02-11 |