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
/
table.rs
Age
Commit message (
Expand
)
Author
2022-10-23
Add push/pop methods to Table
Alex Orlenko
2022-10-22
Optimize tables:
Alex Orlenko
2022-10-22
Replace Lua::ref_thread_exec
Alex Orlenko
2022-06-27
Add `Table::to_pointer()` and `String::to_pointer()` functions
Alex Orlenko
2022-05-30
Experimental optimization to skip oom check
Alex Orlenko
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-03-28
Sandboxing support
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-22
Support `readonly` table attribute (luau)
Alex Orlenko
2022-01-29
Optimize async calls:
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-21
Add `call()` function to `TableExt` to call tables with `__call` metamethod a...
Alex Orlenko
2021-11-07
Switch Table::serialize to FxHashSet
Alex Orlenko
2021-11-06
Fix recursive tables serialization when using `serde::ser::Serialize`
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-09-28
Change syntax of `protect_lua` macro
Alex Orlenko
2021-09-28
Update check_stack requirements
Alex Orlenko
2021-09-28
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-07-08
Revert "Make `protect_lua` as a smart macro to choose from C/closure"
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-05-10
Fix spelling
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-16
Hide raw_sequence_values_by_len under async/serialize feature flags
Alex Orlenko
2021-03-03
Fix bug in returning nil-prefixed multi values from async function
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-05-15
Remove deprecated Table::call
Alex Orlenko
2020-05-15
Update documentation
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-04-19
Minor refactor
Alex Orlenko
2020-04-19
Add TableExt trait with call_method/function methods
Alex Orlenko
2020-01-07
Add raw_insert() and raw_remove() for tables (represented as lists)
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-30
Add call method to table
Alex Orlenko
2019-09-29
Add Table::raw_remove method
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
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-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
[next]