summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-082-98/+104
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-072-104/+98
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-072-98/+104
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-4/+22
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-251-25/+53
* Remove m_type from Match (#14313)Joachim Breitner2017-10-042-20/+12
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-196-1/+11
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-1/+1
* Canonicalise MonoidFail instances in GHCHerbert Valerio Riedel2017-09-091-2/+2