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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-06-07
v0.9.0-beta.3
Alex Orlenko
2023-06-07
mlua_derive: v0.9.0-beta.2
Alex Orlenko
2023-06-07
mlua-sys: v0.2.0
Alex Orlenko
2023-06-04
Update criterion to 0.5
Alex Orlenko
2023-05-29
Use futures-core and futures-tasks via futures-util.
Alex Orlenko
2023-05-24
Add new feature flag `luau-jit` to enable experimental Luau codegen backend
Alex Orlenko
2023-04-27
v0.9.0-beta.2
Alex Orlenko
2023-04-13
Don't set html_root_url (it's not recommended)
Alex Orlenko
2023-04-12
Move ffi module into mlua-sys crate
Alex Orlenko
2023-03-30
Prepare v0.9.0-beta.1
Alex Orlenko
2023-03-30
Update rustyline dependency
Alex Orlenko
2023-03-12
Update README and CHANGELOG
Alex Orlenko
2023-01-06
Allow deserializing values from serializable UserData using `Lua::from_value(...
Alex Orlenko
2022-12-30
Update criterion
Alex Orlenko
2022-12-30
Don't use unstable features in examples
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-18
upgrade bstr from 0.2 to 1.0
Joel Natividad
2022-12-03
Update Luau to 0.555 (luau-src 0.5.0)
Alex Orlenko
2022-11-07
v0.8.6
Alex Orlenko
2022-10-30
v0.8.5
Alex Orlenko
2022-10-09
v0.8.4
Alex Orlenko
2022-10-08
Update to Luau 0.548 (luau-src >=0.4)
Alex Orlenko
2022-08-02
v0.8.3
Alex Orlenko
2022-07-25
v0.8.2
Alex Orlenko
2022-07-25
Update rustyline dev dependency
Alex Orlenko
2022-07-18
Use Luau tags to mark userdata objects as destructed
Alex Orlenko
2022-06-29
v0.8.1
Alex Orlenko
2022-06-08
v0.8.0
Alex Orlenko
2022-06-06
Update bundled luau/jit versions
Alex Orlenko
2022-06-06
Switch to 2021 edition and bump MSRV to 1.56+
Alex Orlenko
2022-06-02
Prepare for v0.8.0 release
Alex Orlenko
2022-05-25
v0.8.0-beta.5
Alex Orlenko
2022-05-07
Don't require Lua sources for modules in build system
Alex Orlenko
2022-05-07
Update to Luau 0.526
Alex Orlenko
2022-04-25
v0.8.0-beta.4
Alex Orlenko
2022-04-19
Bump mlua_derive to 0.8.0-beta.1
Alex Orlenko
2022-04-16
Add parking_lot dependency and feature
Sondre Aasemoen
2022-04-03
v0.8.0-beta.3
Alex Orlenko
2022-03-31
Update Luau to 0.521
Alex Orlenko
2022-03-31
Fix tests
Alex Orlenko
2022-03-31
Increase minimum `lua-src` version to 544
Alex Orlenko
2022-03-25
v0.8.0-beta.2
Alex Orlenko
2022-03-23
Update luau-src to 0.2.1 to fix performance issues related to longjmp
Alex Orlenko
2022-03-21
Prepare v0.8.0-beta.1
Alex Orlenko
2022-03-21
Add `require` function to Luau
Alex Orlenko
2022-03-21
Update to luau 0.519
Alex Orlenko
2022-03-20
More ffi module refactoring
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
[next]