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
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-19
Update examples
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
0.3.0 release
Alex Orlenko
2020-04-17
Include async build/test to github workflow
Alex Orlenko
2020-04-17
Update Cargo.toml
Alex Orlenko
2020-04-17
Update README
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-02-09
0.2.2 release
Alex Orlenko
2020-02-09
Fix compile fail tests
Alex Orlenko
2020-02-09
Update README.md
Alex Orlenko
2020-01-27
Fix compile test
Alex Orlenko
2020-01-27
Combine lua-vendored and luajit-vendored features into "vendored"
Alex Orlenko
2020-01-25
Merge branch 'github_actions'
Alex Orlenko
2020-01-25
Move from circele-ci to github actions
Alex Orlenko
2020-01-25
Merge branch 'lua_vendored'
Alex Orlenko
2020-01-25
Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by default
Alex Orlenko
2020-01-25
Support vendored versions of Lua and LuaJIT
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
2020-01-06
Fix CI badge link
Alex Orlenko
2019-12-26
0.2.1 release
Alex Orlenko
2019-12-26
Add support of loading a specified set of standard libraries
Alex Orlenko
2019-11-30
0.2.0 release
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-05
Update README
Alex Orlenko
2019-11-05
Make upper version of LuaJIT unbounded (fix build on the latest ubuntu)
Alex Orlenko
2019-11-05
Fix circleci config
Alex Orlenko
2019-11-05
Add circleci config
Alex Orlenko
2019-11-05
Update README
Alex Orlenko
2019-11-05
Prepare mlua_derive for publishing
Alex Orlenko
2019-11-04
Update README and description
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
Fix benchmarks
Alex Orlenko
2019-11-04
Add compile_fail tests
Alex Orlenko
2019-11-04
Add LuaJIT support
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-17
Rename LUA_LIB/LUA_INC variables and link static
Alex Orlenko
2019-10-17
Clear changelog and update license
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
Rerun build.rs if glue.c changed
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
[prev]
[next]