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 }}
woolsweater
/
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
All users
Datepicker
All time
Commit History
Commits on Nov 13, 2024
Merge pull request #2883 from MAJKFL/add-swiftIfConfig-to-swiftLexicalLookup
Show description for 1cd3534
MAJKFL
authored
1cd3534
Copy full SHA for 1cd3534
Use `ConfiguredRegions` in `LookupConfig` for handling `#if` clauses.
MAJKFL
committed
334fd59
Copy full SHA for 334fd59
Commits on Nov 12, 2024
Merge pull request #2864 from roopekv/code-gen-keep-whitespace-after-comma-if-it-precedes-other-trivia
Show description for 39a57d4
ahoppen
authored
39a57d4
Copy full SHA for 39a57d4
Merge pull request #2891 from MAJKFL/sanitize-dollar-identifier
Show description for 36f57a4
DougGregor
authored
36f57a4
Copy full SHA for 36f57a4
Merge pull request #2895 from allevato/experimental-feature-names
Show description for df28b99
ahoppen
authored
df28b99
Copy full SHA for df28b99
Rename `Identifier` static string initializer parameter. Fix `Identifier.isDollarIdentifier` behavior for backticked identifiers.
MAJKFL
committed
c0f0ddd
Copy full SHA for c0f0ddd
Add a string-based initializer for `ExperimentalFeatures`.
Show description for d141151
allevato
committed
d141151
Copy full SHA for d141151
Commits on Nov 9, 2024
Merge pull request #2893 from rintaro/perf-syntaxbytes
Show description for 9268852
rintaro
authored
9268852
Copy full SHA for 9268852
Merge pull request #2894 from meg-gupta/lifetimeborrow
Show description for 3b939e0
meg-gupta
authored
3b939e0
Copy full SHA for 3b939e0
Commits on Nov 8, 2024
[Perf] Optimize RawSyntax.syntaxTextBytes
Show description for e6f3d73
rintaro
committed
e6f3d73
Copy full SHA for e6f3d73
Add test to verify borrow (msg) is a function call
meg-gupta
committed
bbf0023
Copy full SHA for bbf0023
[Perf] Optimize 'SyntaxText.forEachLineLength(prefix:body:)'
Show description for 4960545
rintaro
committed
4960545
Copy full SHA for 4960545
Commits on Nov 7, 2024
Add support for @lifetime(borrow ...)
meg-gupta
committed
a700b4d
Copy full SHA for a700b4d
[Perf] Improve the performance of custom buffers
Show description for 1d78444
rintaro
committed
1d78444
Copy full SHA for 1d78444
Merge pull request #2859 from Azoy/integer-types
Show description for 38459d4
ahoppen
authored
38459d4
Copy full SHA for 38459d4
Commits on Nov 6, 2024
Merge pull request #2890 from ahoppen/601-marker-module
Show description for 8ed7645
ahoppen
authored
8ed7645
Copy full SHA for 8ed7645
Add dollar identifier sanitization to `Identifier`.
MAJKFL
committed
e166bf6
Copy full SHA for e166bf6
Commits on Nov 5, 2024
Add a version marker module for swift-syntax 601
ahoppen
committed
af8d5fa
Copy full SHA for af8d5fa
formatting
Azoy
committed
864b1a0
Copy full SHA for 864b1a0
Throw error instead of fatalError
Azoy
committed
c372977
Copy full SHA for c372977
We cannot parse generic arguments if there are none
Azoy
committed
81f67aa
Copy full SHA for 81f67aa
Use at(prefix:) when consuming generic arguments
Azoy
committed
788f542
Copy full SHA for 788f542
Update OptionSetMacro.swift
Azoy
committed
22c1075
Copy full SHA for 22c1075
Update ValueGenericsTests.swift
Azoy
committed
96c509a
Copy full SHA for 96c509a
Parse negative integers in type arguments
Azoy
committed
22df21e
Copy full SHA for 22df21e
Update AddAsyncMacro.swift
Azoy
committed
973fced
Copy full SHA for 973fced
Use node choices instead of new node type
Azoy
committed
6d7dcee
Copy full SHA for 6d7dcee
Introduce genericArgumentType and parse integer generics
Azoy
committed
2b73e52
Copy full SHA for 2b73e52
Merge pull request #2888 from beccadax/history-is-childs-play
Show description for 0386d87
beccadax
authored
0386d87
Copy full SHA for 0386d87
[NFC-ish] Support child history for traits
Show description for f1fcb10
beccadax
committed
f1fcb10
Copy full SHA for f1fcb10
[NFC] Change deprecated child representation
Show description for f77ca44
beccadax
committed
f77ca44
Copy full SHA for f77ca44
[NFC-ish] Factor out CompatibilityLayer
Show description for ced0712
beccadax
committed
ced0712
Copy full SHA for ced0712
[NFC-ish] Factor out InitSignature
Show description for 4567192
beccadax
committed
4567192
Copy full SHA for 4567192
Commits on Nov 4, 2024
Merge pull request #2889 from rintaro/astgen-macroexpansion
Show description for aa7c3d8
rintaro
authored
aa7c3d8
Copy full SHA for aa7c3d8
Commits on Nov 1, 2024
GroupedDiagnostics accept any Syntax as the "source file"
rintaro
committed
3b9c320
Copy full SHA for 3b9c320
Pagination
Previous
Next
You can’t perform that action at this time.