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-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
2019-09-30
Support defining custom lua include and lib pathes
Alex Orlenko
2019-09-30
fmt glue.c
Alex Orlenko
2019-09-30
Temporary drop "compile-fail" tests due to unstable compiletest_rs crate
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
Update tests (excl. compile-fail)
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
[prev]
[next]