- Notifications
You must be signed in to change notification settings - Fork 462
Pull requests: swiftlang/swift-syntax
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Remove unused nodes from SyntaxTreeDeserializer.nodeLookupTable
#3 by ahoppen was closed Sep 22, 2018 Loading…
Extract Codable conformance of RawSyntax into an extension
#4 by ahoppen was merged Sep 12, 2018 Loading…
Linux: Use a DispatchSourceRead instead of a FileHandle.readabilityHandler
#5 by spevans was merged Sep 12, 2018 Loading…
Cherry-pick some post-4.2 changes into swift-4.2-branch
#6 by allevato was merged Sep 12, 2018 Loading…
Fix RawSyntax's leading/trailingTrivia computation to return nil if the outermost children don't have leading/trailing trivia
#8 by nathawes was merged Sep 7, 2018 Loading…
Update the README to include macOS trigger for Swift CI
#9 by shahmishal was merged Sep 12, 2018 Loading…
[4.2] Allow TokenKind to check whether it's a keyword.
#12 by nkcsgexi was merged Sep 17, 2018 Loading…
[4.2] Merge pull request #7 from allevato/remove-line-directives
#13 by allevato was merged Sep 17, 2018 Loading…
[4.2] Merge pull request #5 from spevans/pr_linux_fix
#14 by allevato was merged Sep 17, 2018 Loading…
[4.2] Merge pull request #8 from nathawes/fix-rawsyntax-totallength-when-la…
#15 by allevato was merged Sep 17, 2018 Loading…
[doc] Add a table to map release tags from the compiler to SwiftSyntax.
#16 by nkcsgexi was merged Sep 19, 2018 Loading…
SyntaxTreeDeserializer: Hold on to omitted nodes across multiple updates
#17 by nathawes was merged Oct 2, 2018 Loading…
Extend the expected reparse range for REPLACE test case
#18 by ahoppen was merged Oct 12, 2018 Loading…
build-script: always use the just-built swift compiler to build SwiftSyntax.
#21 by nkcsgexi was closed Nov 2, 2018 Loading…
[build-script] Don't mutate os.environ in run_xctests()
#22 by rintaro was merged Nov 2, 2018 Loading…
build-script: always use the just-built swift compiler to build SwiftSyntax.
#23 by nkcsgexi was merged Nov 2, 2018 Loading…
build-script: build SwiftSyntax dynamic library when building from the script.
#25 by nkcsgexi was merged Nov 3, 2018 Loading…
Add a dynamic and static library product of SwiftSyntax to Package.swift
#26 by ahoppen was merged Nov 3, 2018 Loading…
Revert "Add a dynamic and static library product of SwiftSyntax to Package.swift"
#27 by nkcsgexi was merged Nov 4, 2018 Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.