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
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
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-21
v0.6.0
Alex Orlenko
2021-06-21
Update `AsChunk::env` function prototype
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-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
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
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
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-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-03
Update code docs
Alex Orlenko
2021-05-03
Make `SerializeOptions` non_exhaustive.
Alex Orlenko
2021-05-03
Add `LuaOptions` to customize Lua/Rust behaviour.
Alex Orlenko
2021-05-03
Replace 'Thread already finished' error with common `Error::CoroutineInactive`
Alex Orlenko
2021-05-03
Implement/Derive `Debug` for Lua and few other structs
Alex Orlenko
2021-05-03
Store `safe` property in Extra state to inherit into Lua structs made from po...
Alex Orlenko
2021-05-03
Implement ToLua/FromLua for Box<str> and Box<[T]>
Alex Orlenko
2021-05-02
Improve growing the auxiliary stack of the ref thread:
Alex Orlenko
2021-05-02
Allocate Waker slot in Registry in re-use it (instead of creating new userdat...
Alex Orlenko
[next]