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
/
.github
Age
Commit message (
Expand
)
Author
2023-09-13
Update github CI actions/checkout to v4
Alex Orlenko
2023-07-21
Use giraffate/clippy-action
Alex Orlenko
2023-07-20
Make `module` and `vendored` features mutually exclusive
Alex Orlenko
2023-07-20
Support vendored module mode for windows (raw-dylib linking)
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-05-24
Add new feature flag `luau-jit` to enable experimental Luau codegen backend
Alex Orlenko
2023-04-26
Update coverage calculation (exclude mlua-sys)
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-23
Check for reference leak detection only in mlua integratin tests.
Alex Orlenko
2023-04-12
Move ffi module into mlua-sys crate
Alex Orlenko
2023-04-12
Update tarpaulin settings
Alex Orlenko
2022-12-22
Enable `unstable` feature flag in CI
Alex Orlenko
2022-09-13
Update CI
Alex Orlenko
2022-05-07
Don't require Lua sources for modules in build system
Alex Orlenko
2022-04-17
More parking_lot ci tests
Alex Orlenko
2022-04-16
Add parking_lot dependency and feature
Sondre Aasemoen
2022-03-20
Initial Luau support
Alex Orlenko
2021-11-27
Update CI (switch to ubuntu-20.04 and add luajit52)
Alex Orlenko
2021-10-12
Calculate coverage for Lua 5.4 instead of Lua 5.3
Alex Orlenko
2021-08-22
Create FUNDING.yml
Alex Orlenko
2021-07-13
Add CI tests with enabled address sanitizer
Alex Orlenko
2021-05-06
Exclude mlua_derive from coverage report
Alex Orlenko
2021-05-05
Add chunk! macro support
Alex Orlenko
2021-04-27
Update github action to fix modules test on Windows (lua53 -> lua54)
Alex Orlenko
2021-04-27
Include nightly to github CI tests
Alex Orlenko
2021-04-16
Don't fail CI on coverage
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
Alex Orlenko
2021-02-27
Add codecov coverage report
Alex Orlenko
2021-01-16
Update CI
Alex Orlenko
2021-01-13
install more bits for cross compilation jobs
Wez Furlong
2021-01-13
Add CI for cross compilation cases
Wez Furlong
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-10-27
Update compile tests (temporary set TRYBUILD=overwrite)
Alex Orlenko
2020-07-27
Run compile tests on macos (was ubuntu-18.04)
Alex Orlenko
2020-06-08
Run LuaJIT 2.0.5 tests in 1 thread
Alex Orlenko
2020-06-07
Fix clippy warnings
Alex Orlenko
2020-06-07
New `module` feature
Alex Orlenko
2020-06-06
Remove default feature `lua53`
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-12
Update compile tests to include async/send features
Alex Orlenko
2020-05-12
Update github workflow
Alex Orlenko
2020-05-11
Add Lua 5.4 to github workflow
Alex Orlenko
2020-04-17
Include async build/test to github workflow
Alex Orlenko
2020-01-27
Fix compile test
Alex Orlenko
2020-01-27
Combine lua-vendored and luajit-vendored features into "vendored"
Alex Orlenko
2020-01-25
Move from circele-ci to github actions
Alex Orlenko