Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
swiftlang
/
swift-syntax
Public
Notifications
You must be signed in to change notification settings
Fork
464
Star
3.6k
Code
Issues
78
Pull requests
52
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
kimdv
Datepicker
All time
Commit History
Commits on Mar 25, 2025
Merge pull request #3014 from kimdv/kimdv/fix-paramter-missing-comma
kimdv
authored
347879f
Copy full SHA for 347879f
Commits on Mar 23, 2025
Handle missing comma i func params
kimdv
committed
ea8f816
Copy full SHA for ea8f816
Commits on Feb 18, 2025
Merge pull request #2927 from kimdv/kimdv/fix-issue-2254
Show description for 8ac9b96
kimdv
authored
8ac9b96
Copy full SHA for 8ac9b96
Commits on Feb 13, 2025
Fix parsing invalid function parameters
Show description for dfbc52e
kimdv
committed
dfbc52e
Copy full SHA for dfbc52e
Commits on May 9, 2024
Add release note for deprecated `IncrementalEdit`
kimdv
committed
0c04746
Copy full SHA for 0c04746
Remove some whitespaces
kimdv
committed
28b21b7
Copy full SHA for 28b21b7
Merge `SourceEdit` and `IncrementalEdit`
kimdv
committed
a67a5dc
Copy full SHA for a67a5dc
Commits on Apr 28, 2024
Add change log entry
kimdv
committed
a576b13
Copy full SHA for a576b13
Clean up
kimdv
committed
2d4c60c
Copy full SHA for 2d4c60c
Add `floatingValue` to `FloatLiteralExprSyntax`
kimdv
committed
83dada2
Copy full SHA for 83dada2
Add `integerValue` to `IntegerLiteralExprSyntax`
Show description for bb36e7f
kimdv
committed
bb36e7f
Copy full SHA for bb36e7f
Commits on Jan 25, 2024
Merge pull request #2443 from kimdv/kimdv/2406-too-much-skipping-after-invalid-token-in-for-element-name
Show description for 7733d30
kimdv
authored
7733d30
Copy full SHA for 7733d30
Handle unexpected token before in keyword
kimdv
committed
31d0647
Copy full SHA for 31d0647
Merge pull request #2442 from kimdv/kimdv/2435-bad-diagnostic-if-function-call-is-missing-an-argument-label
Show description for fa9da0a
kimdv
authored
fa9da0a
Copy full SHA for fa9da0a
Commits on Jan 24, 2024
Emit diagnostic when missing label
kimdv
committed
b8eee5e
Copy full SHA for b8eee5e
Commits on Jan 19, 2024
Merge pull request #2320 from kimdv/kimdv/2307-macrosystem-should-add-newline-at-the-end-of-added-members-for-an-empty-type
Show description for c70d1aa
kimdv
authored
c70d1aa
Copy full SHA for c70d1aa
Fix newline closing brace and opening brace for expanded macros
kimdv
committed
a331a74
Copy full SHA for a331a74
Fix error for trailing newline before end-of-file
kimdv
committed
d09756b
Copy full SHA for d09756b
Commits on Nov 12, 2023
Merge pull request #2237 from kimdv/kimdv/remove-editor-placeholders
kimdv
authored
23d207d
Copy full SHA for 23d207d
Commits on Nov 9, 2023
Deprecate placeholder nodes
kimdv
committed
53e9cf6
Copy full SHA for 53e9cf6
Commits on Nov 5, 2023
Merge pull request #2021 from kimdv/kimdv/2015-add-a-fixedsource-parameter-to-assertmacroexpansion
kimdv
authored
098b177
Copy full SHA for 098b177
Commits on Nov 2, 2023
Add fixed source to `assertMacroExpansion`
kimdv
committed
4ec2b5e
Copy full SHA for 4ec2b5e
Commits on Oct 18, 2023
Merge pull request #2286 from kimdv/kimdv/2273-bad-diagnostic-for-generic-parameter-list-on-enum-case
Show description for f6868a7
kimdv
authored
f6868a7
Copy full SHA for f6868a7
Handle generic parameter on enum case
kimdv
committed
b5c9937
Copy full SHA for b5c9937
Commits on Oct 17, 2023
Merge pull request #2226 from kimdv/kimdv/rewrite-fit-it-applier
Show description for 02a1330
kimdv
authored
02a1330
Copy full SHA for 02a1330
Rewrite FixItApplier to be string based
kimdv
committed
33c4b08
Copy full SHA for 33c4b08
Commits on Oct 15, 2023
Merge pull request #2264 from kimdv/kimdv/2261-rename-notemessagefixitid-to-noteid
Show description for df6600d
kimdv
authored
df6600d
Copy full SHA for df6600d
Rename `NoteMessage.fixItID` to `noteID`
kimdv
committed
43c0388
Copy full SHA for 43c0388
Commits on Oct 6, 2023
Merge pull request #2257 from kimdv/task/add-missing-comma
Show description for 7a643a7
kimdv
authored
7a643a7
Copy full SHA for 7a643a7
Commits on Oct 5, 2023
Add missing comma diagnostic if it's inside an array or dictionary
kimdv
committed
9a2da83
Copy full SHA for 9a2da83
Commits on Sep 22, 2023
Merge pull request #2209 from kimdv/kimdv/handle-missing-func-keyword
Show description for e8e50f8
kimdv
authored
e8e50f8
Copy full SHA for e8e50f8
Commits on Sep 21, 2023
Handle missing `func` keyword
kimdv
committed
c77ab06
Copy full SHA for c77ab06
Merge pull request #2153 from kimdv/kimdv/add-some-documentation
Show description for b2cbece
kimdv
authored
b2cbece
Copy full SHA for b2cbece
Add more documentation do Syntax nodes
kimdv
committed
8095caf
Copy full SHA for 8095caf
Commits on Sep 20, 2023
Merge pull request #2186 from kimdv/kimdv/add-token-syntax-editor-placeholder
Show description for 2c847f8
kimdv
authored
2c847f8
Copy full SHA for 2c847f8
Pagination
Previous
Next
You can’t perform that action at this time.