Alex Orlenko
|
c4956dbf49
|
Make StateGuard automatically enabled inside callback_error_ext.
Remove manual usage of `StateGuard` in other places.
Closes #567
|
2025-05-05 00:57:23 +01:00 |
|
Alex Orlenko
|
ee112568d6
|
Remove Roblox from references to Luau
Closes #537
|
2025-05-04 12:46:47 +01:00 |
|
Joel Natividad
|
fd68b033f0
|
Fix typos (#522)
* fix various typos in the codebase
* fix typos in CHANGELOG.md
|
2025-05-04 12:28:24 +01:00 |
|
Alex Orlenko
|
91e069a77e
|
Optimize (and simplify) protected mode for Rust function calls
|
2024-12-07 00:04:12 +00:00 |
|
Alex Orlenko
|
08545224f4
|
clippy
|
2024-10-19 11:49:40 +01:00 |
|
Alex Orlenko
|
c6ef393ce9
|
Turn Lua::entrypoint() to constructor (don't require initializing Lua first)
|
2024-09-02 23:43:52 +01:00 |
|
Alex Orlenko
|
aa47324ee9
|
Use pool for MultiValue container
|
2024-08-05 22:07:19 +01:00 |
|
Alex Orlenko
|
d5173380e3
|
Split util module
Refactor internal userdata types to switch to the new `TypeKey` trait
|
2024-07-31 13:42:38 +01:00 |
|
Alex Orlenko
|
b4892c228c
|
Add rustfmt.toml
|
2024-07-31 13:42:37 +01:00 |
|
Alex Orlenko
|
cd6d86a5ce
|
Split single lua module to multiple submodules under state
|
2024-07-31 13:42:37 +01:00 |
|