| Commit message (Expand) | Author | Age |
* | src/ldebug.js: Don't localise TValue | daurnimator | 2017-05-12 |
* | src/ldebug.js: Shared TValue references are okay on the stack | daurnimator | 2017-05-12 |
* | src/ldebug.js: Off by one error on symbolic execution | daurnimator | 2017-05-12 |
* | src/ldebug.js: CClosures have no '.type' field, use instanceof | daurnimator | 2017-05-12 |
* | src/ldebug.js: Don't modify TValues on stack | daurnimator | 2017-05-12 |
* | Rename lopcodes.js require to consistently be lopcodes | daurnimator | 2017-05-09 |
* | Introduce a TString class | daurnimator | 2017-05-08 |
* | Add accessors to TValue for TString values | daurnimator | 2017-05-08 |
* | Flatten CallInfo union member | daurnimator | 2017-05-05 |
* | An open upvalue already knows which lua_State it comes from | daurnimator | 2017-05-05 |
* | src/ldebug.js: Micro optimisation that brings code more in line with referenc... | daurnimator | 2017-05-05 |
* | src/ldebug.js: Fix incorrect error messages | daurnimator | 2017-05-05 |
* | Don't wrap lexer/parser strings in a TValue | daurnimator | 2017-05-05 |
* | src/ldebug.js: If no local is found then you can't get its name | daurnimator | 2017-05-05 |
* | src/ldebug.js: Fix off by one error when calculating line number | daurnimator | 2017-05-05 |
* | src/ldebug.js: Use luaO_pushfstring | daurnimator | 2017-05-05 |
* | Add lua_pushfstring and lua_pushvstring | daurnimator | 2017-05-04 |
* | src/ldebug.js: Remove unused argument | daurnimator | 2017-05-04 |
* | src/ldebug.js: Fix indentation | daurnimator | 2017-05-04 |
* | Refactor table implementation | daurnimator | 2017-05-03 |
* | src/debug.js: Fix incorrect argument order to new TValue | daurnimator | 2017-05-02 |
* | LClosure and CClosure shouldn't subclass TValue | daurnimator | 2017-04-28 |
* | Add table construction function | daurnimator | 2017-04-28 |
* | Move jsstring() from lobject.js to defs.js; export from lua.js | daurnimator | 2017-04-26 |
* | Remove unused require()s | daurnimator | 2017-04-26 |
* | All core files reference defs.js instead of lua.js | daurnimator | 2017-04-26 |
* | Bad upval name type | Benoit Giannangeli | 2017-04-23 |
* | 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 |
* | Fixed debug.getinfo bad name lookup | Benoit Giannangeli | 2017-04-18 |
* | debug.gethook | Benoit Giannangeli | 2017-04-14 |
* | hooks | Benoit Giannangeli | 2017-04-14 |
* | debug.getuservalue, debug.setuservalue, debug.setlocal | Benoit Giannangeli | 2017-04-14 |
* | debug.getinfo | Benoit Giannangeli | 2017-04-12 |
* | debug.traceback | Benoit Giannangeli | 2017-04-12 |
* | debug.getlocal | Benoit Giannangeli | 2017-04-11 |
* | 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 |
* | Proper use of luaO_nilobject | Benoit Giannangeli | 2017-03-24 |
* | Removed unnecessary TValue test in varinfo | Benoit Giannangeli | 2017-03-23 |
* | dofile | Benoit Giannangeli | 2017-03-23 |
* | loadfile | Benoit Giannangeli | 2017-03-23 |
* | [Strings] ldebug.js, ldo.js, lfunc.js | Benoit Giannangeli | 2017-03-13 |
* | Bytecode generation | Benoit Giannangeli | 2017-03-01 |
* | xpcall calls msgh | Benoit Giannangeli | 2017-02-22 |
* | luaG_concaterror, luaG_opinterror, luaG_tointerror | Benoit Giannangeli | 2017-02-21 |
* | luaG_typeerror | Benoit Giannangeli | 2017-02-21 |
* | luaG_ functions | Benoit Giannangeli | 2017-02-21 |
* | ldebug, lua_error, error | Benoit Giannangeli | 2017-02-20 |