mlua/src
Alex Orlenko a4567cb5f7 Improve growing the auxiliary stack of the ref thread:
Try to double size first, if not fulfilled try halving in a loop till 0.
Fix unwinding after panic in ref_stack_pop.
Add test to check the stack exhaustion.
2021-05-02 23:26:02 +01:00
..
ffi Stack assertions review 2021-05-02 11:42:03 +01:00
serde Stack assertions review 2021-05-02 11:42:03 +01:00
conversion.rs Add ToLua implementation for Cow<str> and Cow<CStr> 2021-02-26 10:23:36 +00:00
error.rs Add `UserDataFields` API. 2021-04-27 00:29:37 +01:00
function.rs Change signature of Function::dump() to remove Result 2021-05-02 11:48:42 +01:00
hook.rs Stack assertions review 2021-05-02 11:42:03 +01:00
lib.rs Hide Deserializer inner fields 2021-04-27 10:04:18 +01:00
lua.rs Improve growing the auxiliary stack of the ref thread: 2021-05-02 23:26:02 +01:00
macros.rs New `module` feature 2020-06-07 20:38:11 +01:00
multi.rs Fix/whitelist some clippy warnings 2021-02-27 19:23:08 +00:00
prelude.rs Hide Deserializer inner fields 2021-04-27 10:04:18 +01:00
scope.rs Stack assertions review 2021-05-02 11:42:03 +01:00
stdlib.rs Stack assertions review 2021-05-02 11:42:03 +01:00
string.rs Serde support (serialize feature flag) 2020-12-14 00:51:26 +00:00
table.rs Stack assertions review 2021-05-02 11:42:03 +01:00
thread.rs Allocate Waker slot in Registry in re-use it (instead of creating new userdata for it) 2021-05-02 13:04:02 +01:00
types.rs Stack assertions review 2021-05-02 11:42:03 +01:00
userdata.rs Stack assertions review 2021-05-02 11:42:03 +01:00
util.rs Stack assertions review 2021-05-02 11:42:03 +01:00
value.rs Stack assertions review 2021-05-02 11:42:03 +01:00