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
Age
Commit message (
Expand
)
Author
2020-04-19
Minor refactor
Alex Orlenko
2020-04-19
Add TableExt trait with call_method/function methods
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-04-15
Cherry-pick changes from rlua:
Alex Orlenko
2020-01-25
Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by default
Alex Orlenko
2020-01-07
Add raw_insert() and raw_remove() for tables (represented as lists)
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
Alex Orlenko
2019-12-26
Add support of loading a specified set of standard libraries
Alex Orlenko
2019-11-30
Add pair and ipair metamethods support (lua 5.2/5.3 only)
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
Fix examples and docs
Alex Orlenko
2019-11-04
Dont take wrapped panic in error_tostring()
Alex Orlenko
2019-10-17
Impl Drop for Lua
Alex Orlenko
2019-10-17
Don't store extra data in the lua_State extra space
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-02
Replace libc with std::os::raw
Alex Orlenko
2019-10-02
Add mlua_derive proc macro module
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-30
fmt glue.c
Alex Orlenko
2019-09-30
Add call method to table
Alex Orlenko
2019-09-30
Use main state to store extra data and auxiliary registries
Alex Orlenko
2019-09-29
Add Table::raw_remove method
Alex Orlenko
2019-09-29
Allow to catch rust panics via pcall
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2019-09-29
Replace ffi module with implementation from "jcmoyer/rust-lua53" crate
Alex Orlenko
2019-09-29
Add dyn to trait objects
Alex Orlenko
2019-09-26
Allow only init Lua from an exiting state
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-10-01
Some documentation and changelog fixes
kyren
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-26
Improve the situation with numerical conversion
kyren
2018-09-24
Return rlua::Error on out of range numeric conversions using num_traits::cast
kyren
2018-09-16
Merge pull request #79 from acrisci/system-lua-pkg-config
kyren
2018-09-16
Move integration tests into top-level tests directory
kyren
2018-09-16
Rename Scope::create_userdata to Scope::create_nonstatic_userdata
kyren
2018-09-04
basic tests for nonstatic userdata
kyren
2018-09-04
comment terminology... fix?
kyren
2018-09-04
code re-org have slightly less pub(crate) items
kyren
2018-09-04
Comment updates that I really hope are correct
kyren
2018-09-04
Initial design for non-'static scoped userdata
kyren
2018-09-04
Don't leak userdata if the metatable creation errors or panics
kyren
2018-09-02
small macro style change
kyren
2018-09-02
Implement tuple MultiValue tuple conversion up to 16
kyren
2018-08-05
Solve (maybe) *another* soundness issue with `Lua::scope`
kyren
2018-08-05
Remove out of date documentation, simpler scope lifetimes
kyren
2018-08-05
Fix for a soundness bug around scope, don't allow callback parameters to escape
kyren
[next]