summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Surprising error message with bang patternSasa Bogicevic2018-10-151-3/+24
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-121-1/+2
* Set `infixr -1 ->`Alec Theriault2018-10-042-8/+18
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-042-32/+52
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-0/+1
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-043-227/+515
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-251-3/+19
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-211-44/+122
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+1
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-272-4/+3
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-162-8/+17
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-06-291-1/+1
* API Annotations when parsing typappAlan Zimmerman2018-06-261-2/+2
* Tweak API Annotations for ConDeclGADTAlan Zimmerman2018-06-242-7/+7
* Allow :info for (~) in GHCiRyan Scott2018-06-201-1/+3
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-192-23/+30
* No Unicode in Parser.yVladislav Zavialov2018-06-151-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-143-159/+223
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-071-0/+9
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-071-2/+27
* Introduce DerivingViaRyan Scott2018-06-043-32/+60
* Remove ~# from surface syntaxDavid Feuer2018-06-023-7/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-023-87/+9
* Make HsDocString a newtype of ByteStringSimon Jakobi2018-05-301-5/+5
* Refactor LitStringSylvain Henry2018-05-132-22/+0
* Use correct source spans for EmptyCaseRyan Scott2018-05-121-2/+3
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-272-156/+181
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-191-10/+48
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-132-27/+28
* Revert "Fix #14838 by marking TH-spliced code as FromSource"Ben Gamari2018-04-101-5/+5
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-092-264/+266
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-16/+13
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-231-1/+2
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-141-6/+7
* Fix #14838 by marking TH-spliced code as FromSourceRyan Scott2018-03-021-5/+5
* Raise parse error for `data T where`.HE, Tao2018-02-132-8/+27
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-311-1/+12
* Implement BlockArguments (#10843)Takano Akio2018-01-313-76/+153
* Option for LINE pragmas to get lexed into tokensAlec Theriault2018-01-261-4/+31
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-39/+62
* Support constructor Haddocks in more placesAlec Theriault2018-01-122-31/+101
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-3/+3
* Improve treatment of sectioned holesRyan Scott2017-12-201-3/+7
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-202-8/+14
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-072-39/+43
* Update leftover reference to refer to [FunBind vs PatBind]klebinger.andreas@gmx.at2017-11-211-2/+2
* Revert "trees that grow" workBen Gamari2017-11-212-254/+252
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-142-33/+31
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-112-141/+139