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
/
scope.rs
Age
Commit message (
Expand
)
Author
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Refactor UserDataCell
Alex Orlenko
2021-04-27
Store nonstatic UserData pointer in self userdata (instead of metatable)
Alex Orlenko
2021-04-27
Fix lua51 scope compilation
Alex Orlenko
2021-04-27
cargo fmt and other minor fixes
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-27
Fix some clippy warnings & minor changes
Alex Orlenko
2021-04-27
Improve/fix scoped UserData drop
Alex Orlenko
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2021-04-16
Serialize only known (registered) userdata.
Alex Orlenko
2021-02-21
Fix scoped async destruction of partially polled futures
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-05-15
Update documentation
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Scope support (including async)
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Move lua 5.1 support under new "lua51" feature
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-09-16
Rename Scope::create_userdata to Scope::create_nonstatic_userdata
kyren
2018-09-04
code re-org have slightly less pub(crate) items
kyren
2018-09-04
Comment updates that I really hope are correct
kyren
2018-09-04
Initial design for non-'static scoped userdata
kyren
2018-08-05
Solve (maybe) *another* soundness issue with `Lua::scope`
kyren
2018-08-05
Remove out of date documentation, simpler scope lifetimes
kyren
2018-08-05
Fix for a soundness bug around scope, don't allow callback parameters to escape
kyren
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-12
Fix some bad potential unsafety on inner callback calls.
kyren
2018-03-12
Documentation improvements, split scope into its own module, improved tests
kyren