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
2021-06-21
Update `AsChunk::env` function prototype
Alex Orlenko
2021-06-21
Add userdata example
Alex Orlenko
2021-06-21
Add limited recursion test to increase coverage
Alex Orlenko
2021-06-21
Fix clippy warning
Alex Orlenko
2021-06-20
Even better optimization after 14d5c2c887
Alex Orlenko
2021-06-20
Optimize non-wrapped userdata method calls
Alex Orlenko
2021-06-20
Lua->Rust callback performance improvements
Alex Orlenko
2021-06-19
Update README (include publishing to luarocks section)
Alex Orlenko
2021-06-19
Update CHANGELOG
Alex Orlenko
2021-06-19
Update examples to include `chunk!` macro
Alex Orlenko
2021-06-19
More tests for arc/rc wrapped userdata
Alex Orlenko
2021-06-18
Update test names
Alex Orlenko
2021-06-18
Fix userdata memleak in edge case.
Alex Orlenko
2021-06-17
Improve code coverage
Alex Orlenko
2021-06-16
Implement Hash for RegistryKey. Closes #57
Alex Orlenko
2021-06-16
Complitely remove the C shim
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-06-13
Check stack in entrypoint1 before pushing value to a stack
Alex Orlenko
2021-06-13
Fix clippy warnings && tests
Alex Orlenko
2021-06-13
Improve module mode:
Alex Orlenko
2021-06-12
Keep all Lua symbols in unsafe mode to load C modules
Alex Orlenko
2021-06-04
v0.6.0-beta.3
Alex Orlenko
2021-06-04
Add `String::to_string_lossy`
Alex Orlenko
2021-06-03
Update examples
Alex Orlenko
2021-06-03
Remove `T: Clone` requirement from `add_async_function`
Alex Orlenko
2021-06-03
Add `__ipairs` metamethod (again) for Lua 5.2 only
Alex Orlenko
2021-06-03
Implement `UserData` for Rc<RefCell>/Arc<Mutex>/Arc<RwLock> wrappers
Alex Orlenko
2021-05-31
Treat errors as `Send + Sync` to be compatible with `anyhow` crate
Alex Orlenko
2021-05-18
Update README
Alex Orlenko
2021-05-18
Allow multiple entrypoints in a single module share the same Lua state.
Alex Orlenko
2021-05-13
v0.6.0-beta.2
Alex Orlenko
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
Prepare 0.6.0-beta.2 release
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-10
Improve error reporting in module mode.
Alex Orlenko
2021-05-09
Re-export UserDataFields/UserDataMetatable
Alex Orlenko
2021-05-06
Exclude mlua_derive from coverage report
Alex Orlenko
2021-05-06
Fix clippy warnings
Alex Orlenko
2021-05-05
Add chunk! macro support
Alex Orlenko
2021-05-05
Update lua state when polling futures
Alex Orlenko
2021-05-05
Add `Thread::reset()` for luajit/lua54
Alex Orlenko
2021-05-04
Remove deprecated `AnyUserData::has_metamethod()`
Alex Orlenko
2021-05-04
Update sys align code
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-05-04
v0.6.0-beta.1
Alex Orlenko
2021-05-04
Update dependencies
Alex Orlenko
2021-05-03
Add CHANGELOG for v0.6.0-beta.1
Alex Orlenko
2021-05-03
Update README
Alex Orlenko
2021-05-03
Update code docs
Alex Orlenko
[next]