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 }}
codegate
/
lua
Public
forked from
lua/lua
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
lua
lcode.c
on
v5.4-alpha
User selector
All users
All time
Commit history
Commits on May 17, 2019
First implementation for 'const' variables
Show description for d9f40e3
roberto-ieru
committed
d9f40e3
View commit details
Copy full SHA for d9f40e3
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
Keep correct type for immediate operands in comparisons
Show description for 23e6bac
roberto-ieru
committed
23e6bac
View commit details
Copy full SHA for 23e6bac
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Added opcodes for arithmetic with K operands
Show description for 84e32ad
roberto-ieru
committed
84e32ad
View commit details
Copy full SHA for 84e32ad
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Big revamp in the implmentation of labels/gotos
Show description for a006514
roberto-ieru
committed
a006514
View commit details
Copy full SHA for a006514
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
Towards "to closed" local variables
Show description for 4cd1f4a
roberto-ieru
committed
4cd1f4a
View commit details
Copy full SHA for 4cd1f4a
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Fixed bug in line info. when using 'not' operator
Show description for 4d5de1c
roberto-ieru
committed
4d5de1c
View commit details
Copy full SHA for 4d5de1c
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
no more nil-in-table
roberto-ieru
committed
03c6a05
View commit details
Copy full SHA for 03c6a05
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
FALLTHROUGH comment must be last "statement"
Show description for 0c77382
roberto-ieru
committed
0c77382
View commit details
Copy full SHA for 0c77382
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
new experimental syntax using reserved word 'undef'
roberto-ieru
committed
4a1612f
View commit details
Copy full SHA for 4a1612f
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
better names for macros for tags and types.
Show description for ef8263f
roberto-ieru
committed
ef8263f
View commit details
Copy full SHA for ef8263f
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
new opcodes OP_GTI/OP_GEI
roberto-ieru
committed
212095a
View commit details
Copy full SHA for 212095a
View code at this point
Browse repository at this point
small reorganization of 'luaV_flttointeger'/'luaV_tointeger'
roberto-ieru
committed
465b474
View commit details
Copy full SHA for 465b474
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
correct way to check stack space for vararg functions
roberto-ieru
committed
49dae52
View commit details
Copy full SHA for 49dae52
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
some simplifications/optimizations in returns from Lua functions
roberto-ieru
committed
0682fe8
View commit details
Copy full SHA for 0682fe8
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
vararg back to '...' (but with another implementation)
Show description for b137993
roberto-ieru
committed
b137993
View commit details
Copy full SHA for b137993
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
janitor work on casts
roberto-ieru
committed
e2b15aa
View commit details
Copy full SHA for e2b15aa
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
OP_CONCAT does not move its result (to simplify its execution)
roberto-ieru
committed
5bd8d38
View commit details
Copy full SHA for 5bd8d38
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
comments
roberto-ieru
committed
28f215e
View commit details
Copy full SHA for 28f215e
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
keep more opcode arguments byte-aligned
roberto-ieru
committed
33e3774
View commit details
Copy full SHA for 33e3774
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
assert cannot use instruction after the last
roberto-ieru
committed
f360e77
View commit details
Copy full SHA for f360e77
View code at this point
Browse repository at this point
new macros 'isOT'/'isIT'
Show description for 4676f65
roberto-ieru
committed
4676f65
View commit details
Copy full SHA for 4676f65
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose',
Show description for ab07005
roberto-ieru
committed
ab07005
View commit details
Copy full SHA for ab07005
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
some cleaning on signed opcode parameters
roberto-ieru
committed
f8c1c14
View commit details
Copy full SHA for f8c1c14
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
'VRELOCABLE' -> 'VRELOC'
roberto-ieru
committed
e001d5a
View commit details
Copy full SHA for e001d5a
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
Show description for 86431a2
roberto-ieru
committed
86431a2
View commit details
Copy full SHA for 86431a2
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
new opcodes OP_SHLI/OP_SHRI
roberto-ieru
committed
c7ee7fe
View commit details
Copy full SHA for c7ee7fe
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
warnings from Visual Studio /W3
roberto-ieru
committed
ac78b91
View commit details
Copy full SHA for ac78b91
View code at this point
Browse repository at this point
small peephole optimizations
roberto-ieru
committed
10b8c99
View commit details
Copy full SHA for 10b8c99
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
new opcodes OP_RETURN0/OP_RETURN1
roberto-ieru
committed
745eb41
View commit details
Copy full SHA for 745eb41
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
order opcodes cannot use 'K' operands
roberto-ieru
committed
36aecd4
View commit details
Copy full SHA for 36aecd4
View code at this point
Browse repository at this point
using register 'k' for conditions in tests (we only need one bit there)
roberto-ieru
committed
ff5fe51
View commit details
Copy full SHA for ff5fe51
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
detail (typo in comments)
roberto-ieru
committed
599f174
View commit details
Copy full SHA for 599f174
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
using 'A' for register instead of 'B' in relational opcodes
Show description for 3c230cc
roberto-ieru
committed
3c230cc
View commit details
Copy full SHA for 3c230cc
View code at this point
Browse repository at this point
new opcode 'OP_EQI' for equality with immediate numbers
roberto-ieru
committed
41f2936
View commit details
Copy full SHA for 41f2936
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
new instruction 'OP_EQK' (for equality with constants)
roberto-ieru
committed
4c0e36a
View commit details
Copy full SHA for 4c0e36a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.