Alex Orlenko
|
c137da7618
|
Update to Luau 0.590
|
2023-08-12 14:12:59 +01:00 |
|
Alex Orlenko
|
a85e757d4d
|
Bump luau-src to v0.6.0+luau588
This release has better codegen support (and breaking changed unfortunately)
|
2023-07-28 20:30:46 +01:00 |
|
Alex Orlenko
|
4daa631178
|
Set __type metatable field for Luau instead of __name.
Other Lua versions continue to use `__name` field.
Also make `MetaMethod` enum non-exhaustive (and add `Type` variant)
Closes #295
|
2023-07-26 21:43:26 +01:00 |
|
Alex Orlenko
|
9f5325ef2f
|
Use c-unwind ABI (Rust 1.71+)
|
2023-07-22 23:54:30 +01:00 |
|
Alex Orlenko
|
6fb65a8fbe
|
Fix loading luau code starting with \t
|
2023-07-22 18:44:44 +01:00 |
|
Alex Orlenko
|
1f0e81c9a1
|
Add a dedicated type for Luau vector.
Refactor existing implementation and add 4-dimensional vectors support.
|
2023-06-20 13:30:42 +01:00 |
|
Alex Orlenko
|
16bec29274
|
Fix setting Luau version number in _VERSION env var
|
2023-06-07 12:35:45 +01:00 |
|
Alex Orlenko
|
4306e6e978
|
Add Value::to_string() method similar to luaL_tolstring.
It uses `__tostring` metamethod if set.
Closes #279
|
2023-05-27 01:29:08 +01:00 |
|
Alex Orlenko
|
22e748557c
|
Add new feature flag luau-jit to enable experimental Luau codegen backend
|
2023-05-24 23:13:12 +01:00 |
|
Alex Orlenko
|
54cbc62727
|
mlua-sys: use luau-src v0.5.6+luau573
|
2023-04-24 11:24:32 +01:00 |
|
Alex Orlenko
|
15dc0e9f23
|
Move ffi module into mlua-sys crate
|
2023-04-12 23:23:34 +01:00 |
|