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-07-13
Replace custom `UserDataRef(Mut)` with standard `Ref`(Mut)
Alex Orlenko
2021-07-11
UserData improvements:
Alex Orlenko
2021-07-09
Forgotten optimization for `box_method_mut`
Alex Orlenko
2021-07-09
Combine WrappedError and WrappedPanic structs to WrappedFailure enum
Alex Orlenko
2021-07-08
Rename init_gc_metatable_for and get_gc_metatable_for
Alex Orlenko
2021-07-08
Minor fixes/compilation after revert
Alex Orlenko
2021-07-08
Revert "Make `protect_lua` as a smart macro to choose from C/closure"
Alex Orlenko
2021-07-08
Revert "Move away from metatable hashmap cache to direct keys"
Alex Orlenko
2021-07-08
Don't wrap ExtraData to Arc<Mutex> and use raw pointer instead.
Alex Orlenko
2021-07-08
Move away from metatable hashmap cache to direct keys
Alex Orlenko
2021-07-07
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-07-05
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Alex Orlenko
2021-06-30
Add codecov.yml to don't fail on coverage change
Alex Orlenko
2021-06-30
Optimize callback creation
Alex Orlenko
2021-06-28
v0.6.1
Alex Orlenko
2021-06-28
Update chunk! documentation
Alex Orlenko
2021-06-25
Fix converting Lua sequence table to HashSet/BTreeSet
Alex Orlenko
2021-06-25
Lower once_cell dependency to 1.0
Alex Orlenko
2021-06-25
Fix typos
Alex Orlenko
2021-06-21
v0.6.0
Alex Orlenko
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
[next]