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
lparser.c
on
v5.3.3
User selector
All users
All time
Commit history
Commits on May 13, 2016
'singlevaraux' returns result only in 'var->k'
roberto-ieru
committed
b65252b
View commit details
Copy full SHA for b65252b
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
bug: label between local definitions can mix-up their initializations
roberto-ieru
committed
e7b2e01
View commit details
Copy full SHA for e7b2e01
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
'getcode' -> 'getinstruction'
roberto-ieru
committed
1f259be
View commit details
Copy full SHA for 1f259be
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
detail (moving bodies of 'while' to a separate line)
roberto-ieru
committed
542dbd4
View commit details
Copy full SHA for 542dbd4
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
Show description for 8c1fb91
roberto-ieru
committed
8c1fb91
View commit details
Copy full SHA for 8c1fb91
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
function prepares vararg only if it really uses them (chunks
Show description for 6707ce6
roberto-ieru
committed
6707ce6
View commit details
Copy full SHA for 6707ce6
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
details
roberto-ieru
committed
de39334
View commit details
Copy full SHA for de39334
View code at this point
Browse repository at this point
Commits on Nov 27, 2014
removed unneeded barrier ('from' must be white)
roberto-ieru
committed
9c41d9d
View commit details
Copy full SHA for 9c41d9d
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
added include for 'lprefix.h', for stuff that must be added before
Show description for 28fdbcf
roberto-ieru
committed
28fdbcf
View commit details
Copy full SHA for 28fdbcf
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
`name' in comments changed to 'name'
roberto-ieru
committed
bdf566a
View commit details
Copy full SHA for bdf566a
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
macros 'LUA_QL'/'LUA_QL' deprecated
roberto-ieru
committed
f97c64d
View commit details
Copy full SHA for f97c64d
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
'iswhite' and related macros now can work directly on any object
Show description for 17ee57f
roberto-ieru
committed
17ee57f
View commit details
Copy full SHA for 17ee57f
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
type 'TString' refers directly to the structure inside the union
Show description for ca41b43
roberto-ieru
committed
ca41b43
View commit details
Copy full SHA for ca41b43
View code at this point
Browse repository at this point
added check for conversion 'obj2gco' (and corrections for small
Show description for 56137d5
roberto-ieru
committed
56137d5
View commit details
Copy full SHA for 56137d5
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
more precision between closure types ('LClosure' x 'CClosure')
roberto-ieru
committed
89b56e7
View commit details
Copy full SHA for 89b56e7
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
first implementation of '<<', '>>', and '~' (bitwise not)
roberto-ieru
committed
1ea2d20
View commit details
Copy full SHA for 1ea2d20
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
first implementation of bitwise operators '&' (band), '|' (bor),
Show description for c0edab0
roberto-ieru
committed
c0edab0
View commit details
Copy full SHA for c0edab0
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
new order for binary operations (grouping them by type of result)
roberto-ieru
committed
a948054
View commit details
Copy full SHA for a948054
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
bug (GC can collect long identifier during parser) + change (using
Show description for 8ef9e84
roberto-ieru
committed
8ef9e84
View commit details
Copy full SHA for 8ef9e84
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
added 'local' bit (true => object is only refered by local variables)
roberto-ieru
committed
439d74e
View commit details
Copy full SHA for 439d74e
View code at this point
Browse repository at this point
Commits on Apr 26, 2013
new operation '//' (integer division)
roberto-ieru
committed
a2f5c28
View commit details
Copy full SHA for a2f5c28
View code at this point
Browse repository at this point
Commits on Apr 25, 2013
default increment for 'for' loop is an integer (1, not 1.0)
roberto-ieru
committed
5951c79
View commit details
Copy full SHA for 5951c79
View code at this point
Browse repository at this point
Commits on Apr 16, 2013
first implementation of literal integers (no constant folding yet)
roberto-ieru
committed
1294b09
View commit details
Copy full SHA for 1294b09
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
comments
roberto-ieru
committed
1ce5762
View commit details
Copy full SHA for 1ce5762
View code at this point
Browse repository at this point
Commits on Aug 6, 2012
detail (avoid being picky about conversion from 'unsigned char'
Show description for 233eac4
roberto-ieru
committed
233eac4
View commit details
Copy full SHA for 233eac4
View code at this point
Browse repository at this point
Commits on May 20, 2012
extend optimization of 'if a then break end' for the case
Show description for 8d0e1ed
roberto-ieru
committed
8d0e1ed
View commit details
Copy full SHA for 8d0e1ed
View code at this point
Browse repository at this point
Commits on May 8, 2012
no more 'Proto' objects on the stack. Protos are anchored on outer
Show description for 3cadc37
roberto-ieru
committed
3cadc37
View commit details
Copy full SHA for 3cadc37
View code at this point
Browse repository at this point
Commits on Apr 20, 2012
primaryexp -> suffixedexp; prefixexp -> primaryexp + more 'syntactical'
Show description for c54f5f6
roberto-ieru
committed
c54f5f6
View commit details
Copy full SHA for c54f5f6
View code at this point
Browse repository at this point
Commits on Jan 23, 2012
'eqstr' -> 'luaS_eqstr'
roberto-ieru
committed
9f1a8db
View commit details
Copy full SHA for 9f1a8db
View code at this point
Browse repository at this point
Commits on Dec 2, 2011
old error messages may be misleading
roberto-ieru
committed
5999e14
View commit details
Copy full SHA for 5999e14
View code at this point
Browse repository at this point
Commits on Nov 30, 2011
more uses of 'l_noret'
roberto-ieru
committed
6d8b672
View commit details
Copy full SHA for 6d8b672
View code at this point
Browse repository at this point
Commits on Oct 31, 2011
detail (avoid applying macro 'getstr' with a function-call argument)
roberto-ieru
committed
fd8a849
View commit details
Copy full SHA for fd8a849
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
silly bug in 5.2 beta: assignment conflict code did not test to check
Show description for 6819c2a
roberto-ieru
committed
6819c2a
View commit details
Copy full SHA for 6819c2a
View code at this point
Browse repository at this point
Commits on Sep 30, 2011
lint (unreachable code)
roberto-ieru
committed
e24f1ee
View commit details
Copy full SHA for e24f1ee
View code at this point
Browse repository at this point
Commits on Sep 14, 2011
small bug in if-goto optimization: block must be closed ('leaveblock')
Show description for 500336e
roberto-ieru
committed
500336e
View commit details
Copy full SHA for 500336e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.