mlua/src
kyren 431f84012a Enable stack leak panic universally
This will potentially panic on Drop of a `Lua` instance, which may be an abort
if this is a double panic, but that is more desirable than such a bug being
hidden.
2018-03-08 12:36:03 -05:00
..
tests Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
conversion.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
error.rs Error correctly on too many arguments / returns / binds / recursions 2018-02-09 23:40:23 -05:00
ffi.rs Make some changes whose necessity became recently apparent while reading rustc 1.24.1 change notes. 2018-03-01 17:17:18 -05:00
function.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
lib.rs Remove terrible awful no-good evil hack 2018-02-19 18:09:04 -05:00
lua.rs Enable stack leak panic universally 2018-03-08 12:36:03 -05:00
macros.rs Change strategies for handling the Lua stack during panics 2018-03-08 10:59:50 -05:00
multi.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00
prelude.rs export accidentally hidden `Scope` type 2018-02-08 01:54:30 -05:00
string.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
table.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
thread.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
types.rs Update docs to include warning about RegistryKey in callbacks 2018-03-06 06:23:04 -05:00
userdata.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
util.rs Simplify stack_guard / stack_err_guard 2018-03-08 11:40:24 -05:00
value.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00