summaryrefslogtreecommitdiff
path: root/compiler/parser/RdrHsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* API Annotations: parens anns discarded for `(*)` operatorwip/ghc-8.8-azAlan Zimmerman2019-02-271-2/+2
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-271-28/+41
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-271-3/+3
* API Annotations: Parens not attached correctly for ClassDeclAlan Zimmerman2019-02-271-19/+22
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2019-01-171-22/+20
* Visible kind applicationmynguyen2019-01-031-29/+83
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-291-4/+4
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-304/+354
* Revert "'DynFlag'-free version of 'mkParserFlags'"Ben Gamari2018-11-231-10/+12
* Revert "Simplify 'ExtBits' in the lexer"Ben Gamari2018-11-231-16/+16
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Simplify 'ExtBits' in the lexerAlec Theriault2018-11-221-16/+16
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2018-11-221-12/+10
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-011-35/+85
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-9/+44
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-121-1/+2
* Set `infixr -1 ->`Alec Theriault2018-10-041-6/+14
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-041-18/+34
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-134/+432
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-251-3/+19
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+1
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-2/+2
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-3/+17
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-06-291-1/+1
* Tweak API Annotations for ConDeclGADTAlan Zimmerman2018-06-241-6/+5
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-191-21/+27
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-74/+116
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-071-2/+27
* vectorise: Put it out of its miseryBen Gamari2018-06-021-3/+2
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-76/+98
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-4/+7
* Revert "Fix #14838 by marking TH-spliced code as FromSource"Ben Gamari2018-04-101-5/+5
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-135/+140
* 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-131-0/+16
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-311-1/+12
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+24
* Support constructor Haddocks in more placesAlec Theriault2018-01-121-12/+71
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-201-6/+13
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-35/+35
* Revert "trees that grow" workBen Gamari2017-11-211-128/+122
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-141-15/+15
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-66/+67
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-49/+54
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-54/+49
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-49/+54
* Remove m_type from Match (#14313)Joachim Breitner2017-10-041-7/+5
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-291-20/+20