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
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 }}
a1406
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2017
new type 'StackValue' for stack elements
Show description for f964973
roberto-ieru
committed
f964973
View commit details
Copy full SHA for f964973
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
'lineinfo' in prototypes saved as differences instead of absolute
Show description for b42430f
roberto-ieru
committed
b42430f
View commit details
Copy full SHA for b42430f
View code at this point
Browse repository at this point
Commits on May 18, 2017
table field names for dedicated opcodes can be restricted to
Show description for de74289
roberto-ieru
committed
de74289
View commit details
Copy full SHA for de74289
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
new opcodes for table access with constant keys (strings and integers)
roberto-ieru
committed
502a1d1
View commit details
Copy full SHA for 502a1d1
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
new opcode OP_ADDI (for immediate integer operand) (Experimental)
roberto-ieru
committed
173e41b
View commit details
Copy full SHA for 173e41b
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
detail (using unsigned comparison in range check for LOADI)
roberto-ieru
committed
a3f9c1a
View commit details
Copy full SHA for a3f9c1a
View code at this point
Browse repository at this point
registers in a VINDEXED expression must be freed in order
roberto-ieru
committed
6dbae1b
View commit details
Copy full SHA for 6dbae1b
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
opcodes 'OP_GETTABUP'/'OP_SETTABUP' operate only with string keys,
Show description for cb3d5dc
roberto-ieru
committed
cb3d5dc
View commit details
Copy full SHA for cb3d5dc
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
new opcode LOADI (for loading immediate integers)
roberto-ieru
committed
6a98aa0
View commit details
Copy full SHA for 6a98aa0
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
detail (removing spaces at end of lines)
roberto-ieru
committed
2a23531
View commit details
Copy full SHA for 2a23531
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
bug: Lua can generate wrong code in functions with too many constants
roberto-ieru
committed
fc6b32b
View commit details
Copy full SHA for fc6b32b
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
all 'static' variables should be 'const'
roberto-ieru
committed
6487fb1
View commit details
Copy full SHA for 6487fb1
View code at this point
Browse repository at this point
Commits on May 13, 2016
comment (FALLTHROUGH)
roberto-ieru
committed
fbd8614
View commit details
Copy full SHA for fbd8614
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 Jan 4, 2016
more refactoring
roberto-ieru
committed
b12b635
View commit details
Copy full SHA for b12b635
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
comments (*lots* of them) + asserts
roberto-ieru
committed
384d1b4
View commit details
Copy full SHA for 384d1b4
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
reordering of some functions + 'code_label' renamed to 'code_loadbool'
roberto-ieru
committed
a01eba6
View commit details
Copy full SHA for a01eba6
View code at this point
Browse repository at this point
detail ('while' -> 'for') in 'luaK_patchclose'
roberto-ieru
committed
b7446ea
View commit details
Copy full SHA for b7446ea
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
details (typos in comments)
roberto-ieru
committed
d103312
View commit details
Copy full SHA for d103312
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
use macro 'hasjumps' to test whether expression has jumps...
roberto-ieru
committed
82129b9
View commit details
Copy full SHA for 82129b9
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
error message ("too complex" -> "too many registers") + MAXREGS
Show description for a1935b9
roberto-ieru
committed
a1935b9
View commit details
Copy full SHA for a1935b9
View code at this point
Browse repository at this point
Commits on Mar 28, 2015
details (avoid 'lint' warnings)
roberto-ieru
committed
e723c75
View commit details
Copy full SHA for e723c75
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
all "divisions" (div,idiv,mod) by zero are not folded, to avoid
Show description for 8e5290d
roberto-ieru
committed
8e5290d
View commit details
Copy full SHA for 8e5290d
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
new macro 'nvalue' (to convert an object to a float when we know
Show description for 2b83711
roberto-ieru
committed
2b83711
View commit details
Copy full SHA for 2b83711
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' ->
Show description for bf163ea
roberto-ieru
committed
bf163ea
View commit details
Copy full SHA for bf163ea
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
'x//y' extended to floats
roberto-ieru
committed
5fbd40d
View commit details
Copy full SHA for 5fbd40d
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 30, 2014
comments (a few extra quotes around identifiers)
roberto-ieru
committed
4542fb9
View commit details
Copy full SHA for 4542fb9
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
comment
roberto-ieru
committed
4b52604
View commit details
Copy full SHA for 4b52604
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason
Show description for 4911037
roberto-ieru
committed
4911037
View commit details
Copy full SHA for 4911037
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 May 8, 2014
comments
roberto-ieru
committed
42ff788
View commit details
Copy full SHA for 42ff788
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')
roberto-ieru
committed
ffa43df
View commit details
Copy full SHA for ffa43df
View code at this point
Browse repository at this point
Commits on Apr 27, 2014
n^-m gives float result (instead of error)
roberto-ieru
committed
e98ba35
View commit details
Copy full SHA for e98ba35
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
LUAI_FUNC is being used only in header files
roberto-ieru
committed
f61ceee
View commit details
Copy full SHA for f61ceee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.