Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dqminh
/
mlua
Public
forked from
mlua-rs/mlua
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mlua
tests
on
dev
User selector
All users
All time
Commit history
Commits on Feb 24, 2022
Initial Luau support
khvzak
committed
7652418
View commit details
Copy full SHA for 7652418
View code at this point
Browse repository at this point
Commits on Feb 19, 2022
Refactor ffi module
Show description for daf619b
khvzak
committed
daf619b
View commit details
Copy full SHA for daf619b
View code at this point
Browse repository at this point
Commits on Feb 14, 2022
Add Lua::replace_registry_value
khvzak
committed
6190427
View commit details
Copy full SHA for 6190427
View code at this point
Browse repository at this point
Commits on Feb 12, 2022
Recognize LuaJIT TCDATA type to generate correct panic message.
Show description for 9a5a341
khvzak
committed
9a5a341
View commit details
Copy full SHA for 9a5a341
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
Fix tests for Lua 5.4.4
khvzak
committed
6e4033a
View commit details
Copy full SHA for 6e4033a
View code at this point
Browse repository at this point
Commits on Nov 27, 2021
Update compile tests (messages)
khvzak
committed
3b6564c
View commit details
Copy full SHA for 3b6564c
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
Update tests
khvzak
committed
440862d
View commit details
Copy full SHA for 440862d
View code at this point
Browse repository at this point
Add unload() to remove module
polachok
committed
d49757c
View commit details
Copy full SHA for d49757c
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Add `call()` function to `TableExt` to call tables with `__call` metamethod as functions
khvzak
committed
170818c
View commit details
Copy full SHA for 170818c
View code at this point
Browse repository at this point
Add `get_named_user_value` and `set_named_user_value` to `AnyUserData`
khvzak
committed
e2ebe65
View commit details
Copy full SHA for e2ebe65
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
Add set_warning_function/remove_warning_function/warning functions to Lua for 5.4
Show description for 0ef7096
khvzak
committed
0ef7096
View commit details
Copy full SHA for 0ef7096
View code at this point
Browse repository at this point
Update callback_error_ext (+ fix callback multi states handling)
khvzak
committed
41503b4
View commit details
Copy full SHA for 41503b4
View code at this point
Browse repository at this point
Commits on Nov 14, 2021
Add thread (coroutine) cache to reset and later reuse to execute async functions.
Show description for 50f20e0
khvzak
committed
50f20e0
View commit details
Copy full SHA for 50f20e0
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
Add `Lua::inspect_stack` to get information about the interpreter runtime stack.
Show description for 8af1304
khvzak
committed
8af1304
View commit details
Copy full SHA for 8af1304
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Add `set_nth_user_value` and `get_nth_user_value` to `AnyUserData`
Show description for 153502e
khvzak
committed
153502e
View commit details
Copy full SHA for 153502e
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
Merge branch 'dev'
khvzak
committed
204eedd
View commit details
Copy full SHA for 204eedd
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
Fix recursive tables serialization when using `serde::ser::Serialize`
Show description for fbc2973
khvzak
committed
fbc2973
View commit details
Copy full SHA for fbc2973
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
khvzak
committed
806f0bc
View commit details
Copy full SHA for 806f0bc
View code at this point
Browse repository at this point
Replace macro-based implementation `ToLua` for arrays to const generics
khvzak
committed
d88a428
View commit details
Copy full SHA for d88a428
View code at this point
Browse repository at this point
Add async meta methods for all Lua except 51
khvzak
committed
d7d987f
View commit details
Copy full SHA for d7d987f
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
Add new "application data" api
khvzak
committed
4d3ac6d
View commit details
Copy full SHA for 4d3ac6d
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Add `target.aarch64-apple-darwin` conf to module examples
khvzak
committed
559f9e6
View commit details
Copy full SHA for 559f9e6
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
Add (hidden) method `UserData::take()` to take out value from userdata
khvzak
committed
a544e41
View commit details
Copy full SHA for a544e41
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
Add serializing i128/u128 types.
Show description for c8c64a1
khvzak
committed
c8c64a1
View commit details
Copy full SHA for c8c64a1
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
Fix table traversal used in recursion detection.
Show description for bdd3c92
khvzak
committed
bdd3c92
View commit details
Copy full SHA for bdd3c92
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
Update compile tests error messages
khvzak
committed
53f873a
View commit details
Copy full SHA for 53f873a
View code at this point
Browse repository at this point
Add `DeserializeOptions` struct to control deserializer behavior.
Show description for fc1fe2c
khvzak
committed
fc1fe2c
View commit details
Copy full SHA for fc1fe2c
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Simplify interface of `hook::HookTriggers`
khvzak
committed
d906405
View commit details
Copy full SHA for d906405
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
Add `Debug::event()` to the hook's Debug structure
khvzak
committed
9f02a9c
View commit details
Copy full SHA for 9f02a9c
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Update trybuild messages
khvzak
committed
5925341
View commit details
Copy full SHA for 5925341
View code at this point
Browse repository at this point
Commits on Jul 4, 2021
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Show description for 1fe5830
khvzak
committed
1fe5830
View commit details
Copy full SHA for 1fe5830
View code at this point
Browse repository at this point
Commits on Jun 25, 2021
Fix converting Lua sequence table to HashSet/BTreeSet
khvzak
committed
24bbd62
View commit details
Copy full SHA for 24bbd62
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
Add limited recursion test to increase coverage
khvzak
committed
e4daff8
View commit details
Copy full SHA for e4daff8
View code at this point
Browse repository at this point
Commits on Jun 18, 2021
More tests for arc/rc wrapped userdata
khvzak
committed
242bdaf
View commit details
Copy full SHA for 242bdaf
View code at this point
Browse repository at this point
Update test names
khvzak
committed
b84d1bd
View commit details
Copy full SHA for b84d1bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.