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
/
value.rs
Age
Commit message (
Expand
)
Author
2022-03-25
Update docs
Alex Orlenko
2022-03-22
Add Luau vector datatype support
Alex Orlenko
2022-03-20
Refactor ffi module
Alex Orlenko
2021-11-25
More performance optimizations
Alex Orlenko
2021-11-14
Update comments
Alex Orlenko
2021-11-12
Performance optimization: cache and reuse `MultiValue` containers
Alex Orlenko
2021-11-12
Optimize MultiValue allocations (recycle old container)
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-09-28
Add inline attributes to few hot funcs
Alex Orlenko
2021-05-02
Stack assertions review
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-02-27
Fix/whitelist some clippy warnings
Alex Orlenko
2021-01-20
Fix numeric types conversion for 32bit lua. Fix #27
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-04-15
Cherry-pick changes from rlua:
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
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-28
New approach for ref types, use an auxillary thread stack
kyren
2018-03-12
Documentation updates for new handle behavior, and some minor cleanup
kyren
2018-03-12
Documentation improvements, split scope into its own module, improved tests
kyren
2018-03-11
A lot of performance changes.
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren