summaryrefslogtreecommitdiff
path: root/compiler/parser/RdrHsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-11/+11
* PV is not P (#16611)Vladislav Zavialov2019-07-151-18/+82
* Decouple AddAnn from PVladislav Zavialov2019-07-151-5/+3
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-90/+90
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-59/+19
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-0/+50
* Fix #16632 by using the correct SrcSpan in checkTyClHdrRyan Scott2019-05-081-2/+2
* 'warnSpaceAfterBang' only in patterns (#16619)Vladislav Zavialov2019-05-051-5/+16
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-031-194/+546
* checkPattern error hint is PV contextVladislav Zavialov2019-04-251-68/+115
* Introduce MonadP, make PV a newtypeVladislav Zavialov2019-04-251-10/+31
* Haddock: support strict GADT args with docsAlec Theriault2019-04-191-26/+2
* Tagless final encoding of ExpCmdI in the parserVladislav Zavialov2019-04-191-122/+131
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Visible dependent quantificationRyan Scott2019-03-011-1/+1
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-113/+515
* Handle the (~) type operator in 'tyconsym'Vladislav Zavialov2019-02-211-1/+3
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-211-0/+5
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-32/+29
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-151-7/+18
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-7/+7
* API Annotations: parens anns discarded for `(*)` operatorAlan Zimmerman2019-02-081-2/+2
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-28/+41
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-081-3/+3
* Report multiple errorsVladislav Zavialov2019-02-031-20/+16
* API Annotations: Parens not attached correctly for ClassDeclAlan Zimmerman2019-01-301-19/+22
* Revert "Batch merge"Ben Gamari2019-01-301-22/+19
* Batch mergeBen Gamari2019-01-301-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