summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix optSemi type in Parser.yVladislav Zavialov2019-06-031-2/+1
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-03-212-5/+10
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-03-213-41/+37
* API Annotations: parens anns discarded for `(*)` operatorwip/ghc-8.8-azAlan Zimmerman2019-02-271-2/+2
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-272-29/+42
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-272-24/+25
* API Annotations: Parens not attached correctly for ClassDeclAlan Zimmerman2019-02-271-19/+22
* Lexer: Alternate Layout Rule injects actual not virtual bracesAlan Zimmerman2019-02-261-15/+17
* Revert "Lexer: Alternate Layout Rule injects actual not virtual braces"Ben Gamari2019-02-261-17/+15
* Fix #15849 by checking whether there's a do blocknineonine2019-02-201-1/+2
* Lexer: Alternate Layout Rule injects actual not virtual bracesAlan Zimmerman2019-02-201-15/+17
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+4
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2019-01-173-330/+296
* Visible kind applicationmynguyen2019-01-032-44/+98
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-291-4/+4
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-243-502/+566
* Revert "'DynFlag'-free version of 'mkParserFlags'"Ben Gamari2018-11-233-83/+55
* Revert "Simplify 'ExtBits' in the lexer"Ben Gamari2018-11-233-238/+306
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Simplify 'ExtBits' in the lexerAlec Theriault2018-11-223-306/+238
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2018-11-223-55/+83
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-221-45/+9
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-151-3/+3
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-011-35/+85
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-272-63/+167
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-241-3/+8
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-241-0/+1
* Surprising error message with bang patternSasa Bogicevic2018-10-151-3/+24
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-121-1/+2
* Set `infixr -1 ->`Alec Theriault2018-10-042-8/+18
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-042-32/+52
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-0/+1
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-043-227/+515
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-251-3/+19
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-211-44/+122
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+1
* 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