Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
LuaLS
/
lua-language-server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
431
Star
4.3k
Code
Issues
682
Pull requests
13
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-language-server
script
on
master
User selector
All users
All time
Commit history
Commits on Jun 24, 2026
Merge pull request #3368 from ChouUn/fix/field-override-type-inference
Show description for b94bef0
ChouUn
authored
b94bef0
Copy full SHA for b94bef0
#3420 remove `ErrorCodes.ContentModified`
sumneko
committed
39bb895
Copy full SHA for 39bb895
Merge branch 'master' into master
sumneko
authored
7e8c215
Copy full SHA for 7e8c215
Commits on Jun 4, 2026
Fix name-style provider not using URI when loading config
D4isDAVID
committed
ad4fdf9
Copy full SHA for ad4fdf9
Commits on Apr 14, 2026
Revert "Reapply "Fix type inference for and/or idioms and circular dependency in tracer""
Show description for e041833
sumneko
committed
e041833
Copy full SHA for e041833
`duplicate-set-field` diagnostic now supports linked suppression
sumneko
committed
e84003c
Copy full SHA for e84003c
fix warning
sumneko
committed
6327a80
Copy full SHA for 6327a80
Reapply "Fix type inference for and/or idioms and circular dependency in tracer"
Show description for 1dd194d
sumneko
committed
1dd194d
Copy full SHA for 1dd194d
修复一个警告
sumneko
committed
ee5d128
Copy full SHA for ee5d128
Commits on Apr 9, 2026
Revert "Fix type inference for and/or idioms and circular dependency in tracer"
Show description for b968dc7
sumneko
committed
b968dc7
Copy full SHA for b968dc7
Commits on Apr 8, 2026
Allow `global` to be used as an identifier in Lua 5.5 when it is not part of a `global` declaration
sumneko
committed
2f9ba42
Copy full SHA for 2f9ba42
Commits on Apr 3, 2026
fix warnings
sumneko
committed
42a28eb
Copy full SHA for 42a28eb
Merge branch 'master' into fix/generic-class-resolution
sumneko
authored
513cedd
Copy full SHA for 513cedd
Always track symbol-links
sumneko
committed
5e10c03
Copy full SHA for 5e10c03
Merge branch 'master' into fix/bitwise-operator-inference
sumneko
authored
f8d4b74
Copy full SHA for f8d4b74
Commits on Mar 28, 2026
Address review: fix union type handling and extract helper
Show description for 7592060
RomanSpector
and
claude
committed
7592060
Copy full SHA for 7592060
Fix type inference for bitwise operators on integer variables
Show description for 93b666b
RomanSpector
and
claude
committed
93b666b
Copy full SHA for 93b666b
fix: support Lua 5.5 prefix local attributes
Ne9roni
committed
a0cebf0
Copy full SHA for a0cebf0
Refactor: extract shared helpers and reduce nesting
Show description for 5c78df1
RomanSpector
and
claude
committed
5c78df1
Copy full SHA for 5c78df1
Fix nil crash in getParentClass for doc.field without class
Show description for d31f0c8
RomanSpector
and
claude
committed
d31f0c8
Copy full SHA for d31f0c8
Fix double angle brackets in generic sign display (list<<T>> -> list<T>)
Show description for 3e19eb2
RomanSpector
and
claude
committed
3e19eb2
Copy full SHA for 3e19eb2
Fix ipairs(self) type resolution in generic class methods
Show description for a72090f
RomanSpector
and
claude
committed
a72090f
Copy full SHA for a72090f
Commits on Mar 27, 2026
Fix nested generic resolution in cloneObject for doc.type.sign
RomanSpector
committed
c3c783e
Copy full SHA for c3c783e
Fix generic class method resolution for @param self list<T> pattern
RomanSpector
committed
2276dc2
Copy full SHA for 2276dc2
Fix type inference for and/or idioms and circular dependency in tracer
Show description for 46d0faf
RomanSpector
committed
46d0faf
Copy full SHA for 46d0faf
Commits on Mar 4, 2026
Merge branch 'master' into master
ushen-pyj
authored
08cfac5
Copy full SHA for 08cfac5
Commits on Feb 10, 2026
Add missing annotation for new argument
periapsises
committed
7aef27a
Copy full SHA for 7aef27a
Add the source uri argument to ResolveRequire
periapsises
committed
823c417
Copy full SHA for 823c417
Commits on Feb 5, 2026
fix(parser): 修复文档参数绑定的重复问题
Show description for e4ded21
ushen-pyj
committed
e4ded21
Copy full SHA for e4ded21
Commits on Jan 20, 2026
Fixed a CPU usage issue again
sumneko
committed
0187ddf
Copy full SHA for 0187ddf
Commits on Jan 19, 2026
Fixed a CPU scheduling bug
Show description for a1342f3
sumneko
committed
a1342f3
Copy full SHA for a1342f3
Merge branch 'master' into pr/ian-pascoe/3330
sumneko
committed
5eaa187
Copy full SHA for 5eaa187
Commits on Jan 18, 2026
add back to changelog
jjangsangy
committed
e9b52e6
Copy full SHA for e9b52e6
fix: add missing tostring() call
jjangsangy
committed
38e7aa2
Copy full SHA for 38e7aa2
Commits on Jan 15, 2026
fix: undefined-doc-name issue
ian-pascoe
committed
6ccb419
Copy full SHA for 6ccb419
Previous
Next
You can’t perform that action at this time.