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
/
src
/
chunk.rs
Age
Commit message (
Expand
)
Author
2023-08-12
Update mutable_globals pointer type to const (luau 0.590)
Alex Orlenko
2023-07-28
Update Luau compiler options
Alex Orlenko
2023-07-28
Bump luau-src to v0.6.0+luau588
Alex Orlenko
2023-07-27
Fix `AsChunk` trait to support capturing wrapped Lua types (`AnyUserData::wra...
Alex Orlenko
2023-07-10
Add `Error::runtime()` helper
Alex Orlenko
2023-07-09
Add #[must_use] hint and const to some Luau Compiler functions
Alex Orlenko
2023-06-21
Refactor `call_async()` functions to use static dispatch outside of traits
Alex Orlenko
2023-06-03
Require environment to be a Table instead of Value in Chunks.
Alex Orlenko
2023-05-29
Refactor application data container.
Alex Orlenko
2023-05-29
Use futures-core and futures-tasks via futures-util.
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-06-28
Make clippy happy
Alex Orlenko
2022-05-18
Fix typo
Alex Orlenko
2022-05-16
Cache bytecode for internal Lua chunks
Alex Orlenko
2022-04-14
Refactor `AsChunk` trait.
Alex Orlenko
2022-04-14
Remove Luau compiler options from Chunk in favour of setting Compiler instance.
Alex Orlenko
2022-03-31
Add `set_mutable_globals` to Luau compiler
Alex Orlenko
2022-03-31
Add vector_lib/vector_ctor options to Luau Compiler (hidden)
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-21
Move chunks structs to a new module.
Alex Orlenko