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 }}
dchohfi
/
swift-syntax
Public
forked from
swiftlang/swift-syntax
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
DougGregor
Datepicker
All time
Commit History
Commits on Mar 31, 2023
Merge pull request #1469 from DougGregor/macro-context-add-diags
DougGregor
authored
e5178e2
Copy full SHA for e5178e2
Commits on Mar 30, 2023
[Macros] Fix diagnostic to more closely reflect what the compiler used to have
DougGregor
committed
a77e414
Copy full SHA for a77e414
[Macros] Centralize "unwrapping" of errors into diagnostics.
Show description for d553bfe
DougGregor
committed
d553bfe
Copy full SHA for d553bfe
Commits on Mar 24, 2023
Merge pull request #1439 from DougGregor/no-value-like-macros
Show description for e41072e
DougGregor
authored
e41072e
Copy full SHA for e41072e
Reformat
DougGregor
committed
baa087e
Copy full SHA for baa087e
Remove parsing of "value-like" macro declarations
Show description for 90184c3
DougGregor
committed
90184c3
Copy full SHA for 90184c3
Regenerate sources
DougGregor
committed
7200b19
Copy full SHA for 7200b19
Simplify MacroDecl syntax to match the accepted proposals
DougGregor
committed
cc41ac4
Copy full SHA for cc41ac4
Commits on Mar 22, 2023
Merge pull request #1412 from DougGregor/macro-expansion-nonexternal
Show description for 2d42e8d
DougGregor
authored
2d42e8d
Copy full SHA for 2d42e8d
Commits on Mar 20, 2023
Remove some unnecessary `try`s
DougGregor
committed
ba00e61
Copy full SHA for ba00e61
Don't use opaque result types in parameters :(
DougGregor
committed
1a8726b
Copy full SHA for 1a8726b
Reformat
DougGregor
committed
efbd09f
Copy full SHA for efbd09f
Factor function-parameter utilities into a separate file
Show description for bfe1695
DougGregor
committed
bfe1695
Copy full SHA for bfe1695
[Macros] Rework API of macro definition and expansion.
Show description for d31be38
DougGregor
committed
d31be38
Copy full SHA for d31be38
Commits on Mar 16, 2023
[Macros] Add API for expanding a macro defined in terms of another macro
DougGregor
committed
0ae92fd
Copy full SHA for 0ae92fd
Commits on Mar 10, 2023
Merge pull request #1402 from DougGregor/diag-formatter-line-number
DougGregor
authored
024200f
Copy full SHA for 024200f
[Diagnostic formatter] Add ":<line>" to filename header.
Show description for aa542d1
DougGregor
committed
aa542d1
Copy full SHA for aa542d1
Merge pull request #1400 from DougGregor/one-vertical-pipe-to-rule-them-all
DougGregor
authored
6b125d9
Copy full SHA for 6b125d9
[Diagnostics formatting] Use consistent vertical pipes
Show description for 841a9fb
DougGregor
committed
841a9fb
Copy full SHA for 841a9fb
Commits on Mar 6, 2023
Merge pull request #1367 from rxwei/rename-createuniquename
Show description for 183aa3e
DougGregor
authored
183aa3e
Copy full SHA for 183aa3e
Commits on Mar 2, 2023
Merge pull request #1374 from DougGregor/diagnostics-formatter-diag-kinds
DougGregor
authored
5594b98
Copy full SHA for 5594b98
Commits on Mar 1, 2023
Update tests
DougGregor
committed
35f39de
Copy full SHA for 35f39de
[Diagnostics formatter] Consistently apply diagnostic kinds (note/warning/error)
Show description for 77e3acc
DougGregor
committed
77e3acc
Copy full SHA for 77e3acc
Commits on Feb 28, 2023
Merge pull request #1369 from DougGregor/macros-abstract-source-location
DougGregor
authored
42baa2a
Copy full SHA for 42baa2a
[Macros] Introduce AbstractSourceLocation and its APIs
Show description for a6b9718
DougGregor
committed
a6b9718
Copy full SHA for a6b9718
Merge pull request #1365 from DougGregor/grouped-diagnostics-cleanups
DougGregor
authored
f5d6072
Copy full SHA for f5d6072
Reformat
DougGregor
committed
fb831cb
Copy full SHA for fb831cb
Switch suffix text over to a dictionary
Show description for 3eac98f
DougGregor
committed
3eac98f
Copy full SHA for 3eac98f
Tighten up some assertions
DougGregor
committed
aa45c60
Copy full SHA for aa45c60
Correctly use UTF-8 indices in highlight calculations
DougGregor
committed
1854942
Copy full SHA for 1854942
Use "default" color for diagnostic highlights
DougGregor
committed
2a3fbe2
Copy full SHA for 2a3fbe2
Commits on Feb 27, 2023
Merge pull request #1350 from DougGregor/grouped-diagnostics
DougGregor
authored
1615c39
Copy full SHA for 1615c39
[Diagnostics formatting] Underline highlighted ranges
Show description for 3803ca7
DougGregor
committed
3803ca7
Copy full SHA for 3803ca7
Address code review feedback
DougGregor
committed
b28bef2
Copy full SHA for b28bef2
[Grouped diagnostics] Fix a stray, incorrect dash
DougGregor
committed
0f4fabe
Copy full SHA for 0f4fabe
Pagination
Previous
Next
You can’t perform that action at this time.