index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.rs
Age
Commit message (
Expand
)
Author
2021-05-11
Update docs & minor error handling code changes
Alex Orlenko
2021-05-11
Try different approach for errors handling.
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-10
Improve error reporting in module mode.
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Replace lazy_static with once_cell
Alex Orlenko
2021-04-27
cargo fmt and other minor fixes
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2021-02-21
Optimize callbacks
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-07
Refactor main_state handling
Alex Orlenko
2020-06-06
Dirty hack to get lua 5.1 main state
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-12
Add MetaMethod::Close to support Lua 5.4 to-be-closed variables
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-28
Fix bugs with metatable cache:
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Move lua 5.1 support under new "lua51" feature
Alex Orlenko
2019-11-04
Dont take wrapped panic in error_tostring()
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
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
[next]