-   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
 [README] Mention the swift-5.0 SwiftSyntax tag 
   #114 by akyrtzi was merged Mar 26, 2019     Loading…     updated Mar 26, 2019    
  doc: add BartyCrouch as a usage example 
     #116 by nkcsgexi was merged Mar 26, 2019     Loading…     updated Mar 26, 2019    
  test: add an API test for enum case structure. SR-10174 
     #115 by nkcsgexi was merged Mar 27, 2019     Loading…     updated Mar 27, 2019    
  [README] Add section on how to report issues 
     #113 by Jeehut was merged Mar 27, 2019     Loading…     updated Mar 27, 2019    
  doc: add Muter to the example list 
     #117 by nkcsgexi was merged Mar 26, 2019     Loading…     updated Mar 27, 2019    
  Adding variable injector as example 
   #118 by LucianoPAlmeida was merged Mar 29, 2019     Loading…     updated Mar 29, 2019    
  Use child names in API instead of using child syntax type 
     #119 by nkcsgexi was merged Apr 20, 2019     Loading…     updated Apr 20, 2019    
  Sync swift-5.1-branch with master 
   #120 by nkcsgexi was merged Apr 20, 2019     Loading…     updated Apr 20, 2019    
  Use 
   collection_element_name to provide better named add<ELEMENT_NAME> APIs   #121 by akyrtzi was merged Apr 24, 2019     Loading…     updated Apr 24, 2019    
  SR-10469 Unknown syntax for interpolated string literal 
   #122 by kitasuke was merged May 1, 2019     Loading…     updated May 1, 2019    
  SR-10241 Consolidate StringInterpolationExprSyntax to StringLiteralExprSyntax 
     #123 by kitasuke was merged May 14, 2019     Loading…     updated May 14, 2019        
        2 tasks done 
  [libSyntax] Represent raw string delimiters 
   #124 by jansvoboda11 was merged May 15, 2019     Loading…     updated May 15, 2019    
  [5.1] Recent changes for string literal syntax 
     #126 by rintaro was merged May 17, 2019     Loading…     updated May 17, 2019    
  [5.1] Recent changes for string literal syntax 
     #125 by rintaro was merged May 17, 2019     Loading…     updated May 17, 2019    
  Update example in readme 
   #127 by Alexander-Ignition was merged May 28, 2019     Loading…     updated May 28, 2019    
  Merge master to swift-5.1-branch 
     #128 by rintaro was merged May 30, 2019     Loading…     updated May 30, 2019    
  doc: add instruction to build SwiftSyntax with Xcode 11 beta releases 
   #129 by nkcsgexi was merged Jun 3, 2019     Loading…     updated Jun 3, 2019    
  Make Diagnostic initializers public 
     #130 by MaxDesiatov was merged Jun 11, 2019     Loading…     updated Jun 11, 2019    
  lit-tester: add an action to diagnose regular parser errors and unknown syntax nodes 
     #131 by nkcsgexi was merged Jun 19, 2019     Loading…     updated Jun 19, 2019    
  Update tests for syntax classification of identifiers as 'Identifier' classification 
   #132 by akyrtzi was merged Jul 2, 2019     Loading…     updated Jul 2, 2019    
  [5.1]Introduce 
   SyntaxVisitorBase   #134 by akyrtzi was merged Jul 9, 2019     Loading…     updated Jul 9, 2019    
  [5.1]Remove redundant leading/trailing trivia from StringLiteralExpr 
     #138 by akyrtzi was merged Jul 24, 2019     Loading…     updated Jul 24, 2019    
  Remove redundant leading/trailing trivia from StringLiteralExpr 
     #135 by kitasuke was merged Jul 24, 2019     Loading…     updated Jul 25, 2019    
  Make generic API for binary operators 
     #137 by kitasuke was merged Jul 25, 2019     Loading…     updated Jul 25, 2019    
   ProTip! Filter pull requests by the default branch with base:main.