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
/
thread.rs
Age
Commit message (
Expand
)
Author
2022-04-14
Fix clippy warnings
Alex Orlenko
2022-04-08
Don't cast *const to *mut (for pointers comparison)
Alex Orlenko
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-04-03
Fix doc test
Alex Orlenko
2022-03-28
Sandboxing support
Alex Orlenko
2022-03-23
Enable Thread::reset for Luau
Alex Orlenko
2022-03-20
More ffi module refactoring
Alex Orlenko
2022-03-20
Refactor ffi module
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-14
Update comments
Alex Orlenko
2021-11-14
Add thread (coroutine) cache to reset and later reuse to execute async functi...
Alex Orlenko
2021-11-12
Optimize MultiValue allocations (recycle old container)
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-10-03
Refactor Waker handling in async code.
Alex Orlenko
2021-10-02
Fixed bug when polling async futures (#77)
Alex Orlenko
2021-09-28
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-09-28
Add inline attributes to few hot funcs
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
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-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-06-13
Fix clippy warnings && tests
Alex Orlenko
2021-05-05
Add `Thread::reset()` for luajit/lua54
Alex Orlenko
2021-05-03
Replace 'Thread already finished' error with common `Error::CoroutineInactive`
Alex Orlenko
2021-05-02
Allocate Waker slot in Registry in re-use it (instead of creating new userdat...
Alex Orlenko
2021-05-02
Make AsyncPollPending internal value as LightUserData
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-05-15
Update documentation
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-04-20
Update documentation
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
Alex Orlenko
2019-11-04
Fix examples and docs
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-19
Small renames and comments to better communicate the intention of stack check...
kyren
2018-03-19
Where possible, don't call to_lua / from_lua / to_lua_multi / from_lua_multi ...
kyren
2018-03-12
Remove `stack_guard` function and instead just use StackGuard directly
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-08
Simplify stack_guard / stack_err_guard
kyren
2018-02-12
Some changes for panic correctness, stack usage correctness, and speed
kyren
2018-02-09
Move all tests into a tests/ subfolder
kyren
2018-02-09
Error correctly on too many arguments / returns / binds / recursions
kyren
2017-12-16
auto formatting
kyren
2017-12-04
Add `ExpiredUserData` error and avoid what was previously a panic
kyren
[next]