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
/
tests
/
tests.rs
Age
Commit message (
Expand
)
Author
2023-01-06
Rename `to_lua_err` -> `into_lua_err`
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-12-18
Use `impl AsRef<str>` for userdata methods/fields instead of generic param.
Alex Orlenko
2022-12-03
Redefine `_VERSION` for Luau to include version number.
Alex Orlenko
2022-11-07
Fix bug when recycled Registry slot can be set to Nil.
Alex Orlenko
2022-08-23
Check if chunk is empty in luaL_loadbufferx for Luau (fixes #200)
Alex Orlenko
2022-05-30
Update integer/number coercion logic
Alex Orlenko
2022-05-26
Add "send" test
Alex Orlenko
2022-03-21
Return binary chunks support in safe mode.
Alex Orlenko
2022-03-21
Move chunks structs to a new module.
Alex Orlenko
2022-03-21
Enable `Lua::inspect_stack` for Luau
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-02-14
Add Lua::replace_registry_value
Alex Orlenko
2022-02-12
Recognize LuaJIT TCDATA type to generate correct panic message.
Alex Orlenko
2021-11-23
Update tests
Alex Orlenko
2021-11-23
Add unload() to remove module
Alexander Polakov
2021-11-16
Add set_warning_function/remove_warning_function/warning functions to Lua for...
Alex Orlenko
2021-11-16
Update callback_error_ext (+ fix callback multi states handling)
Alex Orlenko
2021-11-09
Add `Lua::inspect_stack` to get information about the interpreter runtime stack.
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
Alex Orlenko
2021-10-19
Add new "application data" api
Alex Orlenko
2021-07-05
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Alex Orlenko
2021-06-21
Add limited recursion test to increase coverage
Alex Orlenko
2021-06-18
Update test names
Alex Orlenko
2021-06-16
Implement Hash for RegistryKey. Closes #57
Alex Orlenko
2021-05-03
Add `LuaOptions` to customize Lua/Rust behaviour.
Alex Orlenko
2021-05-02
Improve growing the auxiliary stack of the ref thread:
Alex Orlenko
2021-05-02
Change signature of Function::dump() to remove Result
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2020-12-22
Don't try to disable c modules without `package` loaded. Fix #24
Alex Orlenko
2020-11-04
Update num-traits dependency
Alex Orlenko
2020-07-28
Add ChunkMode enum to mark chunks as text or binary
Alex Orlenko
2020-06-07
Fix LuaJIT 2.1 libraries loading
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-05-12
Provide safe and unsafe Lua modes:
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-25
Support vendored versions of Lua and LuaJIT
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
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-11-04
Add LuaJIT support
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Update tests (excl. compile-fail)
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
[next]