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
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-05-28
Include (known) userdata type to Value debug pretty-print
Alex Orlenko
2023-05-27
Add `Value::to_string()` method similar to `luaL_tolstring`.
Alex Orlenko
2023-05-06
Add `Value::NULL` constant
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-04-11
Add pretty-print to the Debug formatting to Value to Table.
Alex Orlenko
2023-03-16
Rename `error` to `cause` in `Error::BadArgument`
Alex Orlenko
2023-03-14
Improve error reporting when calling Rust functions from Lua.
Alex Orlenko
2022-12-30
Rename MultiValue cache to pool
Alex Orlenko
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-15
Fix subtraction overflow when calculating index for `MultiValue::get()`.
Alex Orlenko
2022-10-22
Replace Lua::ref_thread_exec
Alex Orlenko
2022-07-17
Fix clippy warnings
Alex Orlenko
2022-07-01
Add `MultiValue::get` & add clear error in `Index`
Eric Long
2022-06-29
Implement utilities for MultiValue
Eric Long
2022-06-27
Add `Table::to_pointer()` and `String::to_pointer()` functions
Alex Orlenko
2022-05-28
Make Variadic::new and MultiValue::new const
Alex Orlenko
2022-05-18
Add `Value::to_pointer()` function.
Alex Orlenko
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