Age | Commit message (Expand) | Author |
2019-10-01 | Rename to mlua | Alex Orlenko |
2019-09-30 | Use main state to store extra data and auxiliary registries | Alex Orlenko |
2019-09-29 | Allow to catch rust panics via pcall | Alex Orlenko |
2019-09-29 | Backport changes from rlua 0.16 (master branch) | Alex Orlenko |
2019-09-29 | Add dyn to trait objects | Alex Orlenko |
2018-09-30 | Allow arbitrary [u8] Lua strings | kyren |
2018-09-26 | Avoid mem::uninitialized in generic context as it is unsound with e.g. bool | kyren |
2018-09-04 | Initial design for non-'static scoped userdata | kyren |
2018-08-05 | format with up-to-date rustfmt | kyren |
2018-03-28 | New approach for ref types, use an auxillary thread stack | kyren |
2018-03-19 | Small renames and comments to better communicate the intention of stack check... | kyren |
2018-03-12 | Move several asserts to only be active with debug, bump alpha version number | kyren |
2018-03-12 | Documentation improvements, split scope into its own module, improved tests | kyren |
2018-03-12 | Remove `stack_guard` function and instead just use StackGuard directly | kyren |
2018-03-11 | A lot of performance changes. | kyren |
2018-03-08 | Simplify stack_guard / stack_err_guard | kyren |
2018-03-08 | Change strategies for handling the Lua stack during panics | kyren |
2018-03-06 | Further safety updates of `protect_lua_call` | kyren |
2018-03-01 | Also describe how protect_lua_call functions should not hold types that Drop | kyren |
2018-03-01 | Make some changes whose necessity became recently apparent while reading rust... | kyren |
2018-02-19 | Remove terrible awful no-good evil hack | kyren |
2018-02-19 | Communicate a little bit better about the checkstack constant | kyren |
2018-02-18 | Make error_traceback never trigger a Lua error | kyren |
2018-02-18 | more hard to trigger bugs that I noticed doing conversion | kyren |
2018-02-18 | Fix several bugs found while doing C conversion | kyren |
2018-02-16 | Can.. can I do this? Is this a thing that actually works? | kyren |
2018-02-16 | Remove debugging println!s | kyren |
2018-02-15 | Provisional "fix" for #71. Requires nightly :( | kyren |
2018-02-12 | comment fixes | kyren |
2018-02-12 | Some changes for panic correctness, stack usage correctness, and speed | kyren |
2018-02-10 | fix unused process import warnings | kyren |
2018-02-10 | lua_abort / lua_internal_abort macros | kyren |
2018-02-09 | Error correctly on too many arguments / returns / binds / recursions | kyren |
2018-02-09 | Explicit error type for destructed callbacks | kyren |
2018-02-09 | A few small performance improvements | kyren |
2018-02-07 | Don't panic with "rlua internal error" message on panics that are not internal | kyren |
2018-02-07 | More correct scope drop behavior | kyren |
2018-02-06 | Lots of changes, not sure if actually safe yet. | kyren |
2018-02-05 | Set the metatable of __gc'ed userdata to something more informative | kyren |
2018-01-27 | Use ptr::write to initialize uninitalized memory, NOT mem::replace | kyren |
2018-01-27 | Simplify handling of userdata __gc and resurrected userdata. | kyren |
2017-12-17 | Add automatic Lua "user accessible registry" keys | kyren |
2017-12-16 | API for registry access via string keys only (for now) | kyren |
2017-12-04 | extra space | kyren |
2017-12-04 | Add `ExpiredUserData` error and avoid what was previously a panic | kyren |
2017-12-04 | Move function and thread into their own modules, auto-formatting | kyren |
2017-12-04 | Include garbage collector error type, remove unnecessary setmetatable wrapper | kyren |
2017-12-04 | I *THINK* this might actually be it, is rlua 'm' safe now? | kyren |
2017-12-03 | missing push_string calls in util | kyren |
2017-12-03 | Couple of changes in preparation for 'm' safety: | kyren |