summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Combined Step 1 and 3 for Trees That Grow, HsExpr #2wip/ttg3-2017-11-12Alan Zimmerman2017-11-131-18/+16
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-75/+72
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-49/+50
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-50/+49
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-49/+50
* Remove m_type from Match (#14313)Joachim Breitner2017-10-041-13/+7
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-1/+1
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-1/+1
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-291-7/+9
* 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-271-13/+21
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-185/+188
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-121-21/+13
* Treat banged bindings as FunBindsBen Gamari2017-05-081-13/+21
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-081-14/+14
* Allow operators as record pattern synonym fieldsMatthew Pickering2017-03-291-2/+2
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-021-5/+17
* Explicitly capture whether a splice has a dollar prefixAlan Zimmerman2017-02-271-3/+3
* Bring in unicode variants of API Annotations for HsBracketAlan Zimmerman2017-02-261-9/+9
* Make SCCFunSig tag Located for ghc-exactprintAlan Zimmerman2017-02-241-1/+1
* Add API Annotation AnnSignature for backpack signature modulesAlan Zimmerman2017-02-241-1/+1
* Fix parsing of And chains in BoolFormulaDmitry Ivanov2017-02-231-3/+7
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-141-1/+1
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-12/+13
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+13
* Fix API Annotations for unboxed sumsAlan Zimmerman2017-01-171-13/+14
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-1/+6
* Make HsIParamTy have a Located HsIPNameAlan Zimmerman2017-01-101-4/+4
* Parse holes as infix operatorsÖmer Sinan Ağacan2017-01-081-0/+3
* Refactor importdecls/topdecls parsing.Edward Z. Yang2017-01-021-44/+50
* Notes on parsing lists in Parser.yEdward Z. Yang2016-12-211-0/+44
* Rewrite Note [Api annotations] for clarity.Edward Z. Yang2016-12-201-1/+13
* Rename TH constructors for deriving strategiesRyan Scott2016-12-091-3/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-28/+28
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-5/+5
* The Backpack patch.Edward Z. Yang2016-10-081-1/+113
* Implement deriving strategiesRyan Scott2016-09-301-49/+77
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-261-11/+3
* Add comment about lexing of INLINE and INLINABLE pragmaMatthew Pickering2016-08-031-1/+2
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-8/+33
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-201-11/+27
* Allow one type signature for multiple pattern synonymsMatthew Pickering2016-07-011-2/+2
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-2/+2
* Add support for unicode TH quotes (#11743)Josh Price2016-05-241-14/+18
* Fix Trac #12051Simon Peyton Jones2016-05-191-13/+2
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-2/+2
* Allow putting Haddocks on derived instancesRyan Scott2016-05-121-5/+8
* Comments only explaining export list parsing.Matthew Pickering2016-05-051-3/+10
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-1/+1