summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Comments reformating/correctionsDivam2015-08-181-1/+1
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-101-2/+2
* Removed deprecated syntax for GADT constuctors.Ulya Trofimovich2015-08-032-59/+26
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* 4 reduce/reduce parser conflicts resolvedUlya Trofimovich2015-08-031-154/+99
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-022-20/+21
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-272-35/+63
* Accept next-docstrings on GADT constructors.Ben Gamari2015-07-231-3/+10
* Lexer: support consecutive references to Haddock chunks (#10398)Thomas Miedema2015-07-231-1/+1
* Fix word repetitions in commentsGabor Greif2015-07-071-1/+1
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-071-7/+35
* Remove warnings for -fwarn-incomplete-patternswip/lexer-warningsAlan Zimmerman2015-07-061-3/+3
* Lexer.x and Parser.y: delete dead codeThomas Miedema2015-07-052-17/+1
* Use -fno-warn-unused-imports instead of hiding `ord`Thomas Miedema2015-07-051-1/+2
* Remove dead code / overlapping pattern (#9723)Thomas Miedema2015-07-041-2/+0
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-042-20/+11
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-031-2/+6
* Remove redundant parser entry pointMatthew Pickering2015-07-031-2/+1
* Remove unnecessary OrdList from decl parser.Matthew Pickering2015-07-031-73/+112
* Correct BangPat SrcSpan calculationMatthew Pickering2015-06-291-2/+3
* Add parsePattern parser entry pointAlan Zimmerman2015-06-211-1/+3
* Parser: commas_tup_tail duplicate SrcSpan on "Missing" valueAlan Zimmerman2015-06-181-10/+4
* Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-0/+3
|\
| * Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-0/+3
* | add type annotations to SrcLoc functionsÖmer Sinan Ağacan2015-06-141-0/+3
* | Refactor wild card renamingThomas Winant2015-06-092-297/+12
* | ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-012-29/+30
|/
* ApiAnnotations tweaksAlan Zimmerman2015-05-273-16/+24
* ApiAnnotatons : AnnDcolon in wrong place for PatBindAlan Zimmerman2015-05-211-2/+3
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-212-13/+15
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-212-5/+12
* Refactor tuple constraintsSimon Peyton Jones2015-05-182-46/+138
* Revert multiple commitsAustin Seipp2015-05-142-138/+46
* Refactor tuple constraintsSimon Peyton Jones2015-05-132-46/+138
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-111-2/+2
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-111-1/+1
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-111-5/+5
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-111-1/+2
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-111-13/+19
* ApiAnnotations: misplaced AnnComma for squals productionAlan Zimmerman2015-05-081-1/+1
* ApiAnnotations : AnnComma missing in TupleSectionAlan Zimmerman2015-05-081-2/+2
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-072-23/+27
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-062-18/+16
* Revert "ApiAnnotations : Nested forall loses forall annotation"Austin Seipp2015-05-061-46/+37
* ApiAnnotations : Nested forall loses forall annotationAlan Zimmerman2015-05-061-37/+46
* ApiAnnotations : quoted type variables missing leading quoteAlan Zimmerman2015-05-062-16/+27
* Correct parsing of lifted empty list constructorMatthew Pickering2015-05-061-17/+21
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-062-16/+18
* Permit empty closed type familiesAdam Gundry2015-05-041-6/+7
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-141-3/+3