summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-292-27/+29
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-311-4/+4
* Refactoring around FunRhsSimon Peyton Jones2017-07-311-6/+14
* Allow per-argument documentation on pattern synonym signaturesalexbiehl2017-07-031-1/+1
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-291-7/+27
* Treat banged bindings as FunBindsBen Gamari2017-06-272-20/+36
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-062-306/+312
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-13/+27
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-122-30/+20