Activity
Change Lua library name constants from &str
to *const c_char
.
Change Lua library name constants from
&str
to *const c_char
.Remove (internal) borrow counter and use instead "locked" flag and st…
Remove (internal) borrow counter and use instead "locked" flag and st…
Add bstr/serde
dependency if serialize
feature flag is enabled
Add
bstr/serde
dependency if serialize
feature flag is enabledAdd library constants support for Luau compiler.
Add library constants support for Luau compiler.
Force push
Add library constants support for Luau compiler.
Add library constants support for Luau compiler.
Wrap hooks in refcounter instead of box, same as previously.
Wrap hooks in refcounter instead of box, same as previously.
Imporove BorrowedStr
/BorrowedBytes
ergonomic.
Imporove
BorrowedStr
/BorrowedBytes
ergonomic.Support Thread::resume_error
call (Luau)
Support
Thread::resume_error
call (Luau)Move lifetime from AsChunk<'a>
to AsChunk::source
Move lifetime from
AsChunk<'a>
to AsChunk::source
Pull request merge
Enable Thread::reset()
for all Lua versions
Enable
Thread::reset()
for all Lua versions