summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Visible dependent quantificationRyan Scott2019-03-011-6/+16
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-157/+319
* Handle the (~) type operator in 'tyconsym'Vladislav Zavialov2019-02-211-7/+5
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-211-5/+5
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-19/+11
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-151-30/+17
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-5/+5
* Fix optSemi type in Parser.yVladislav Zavialov2019-02-081-2/+1
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-1/+1
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-081-21/+22
* Refactor splice_exp in Parser.yVladislav Zavialov2019-02-051-11/+13
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2019-01-171-10/+8
* Visible kind applicationmynguyen2019-01-031-15/+15
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-182/+196
* Revert "'DynFlag'-free version of 'mkParserFlags'"Ben Gamari2018-11-231-4/+6
* Revert "Simplify 'ExtBits' in the lexer"Ben Gamari2018-11-231-7/+7
* Simplify 'ExtBits' in the lexerAlec Theriault2018-11-221-7/+7
* 'DynFlag'-free version of 'mkParserFlags'Alec Theriault2018-11-221-6/+4
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-151-3/+3
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-54/+123
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-241-3/+8
* Surprising error message with bang patternSasa Bogicevic2018-10-151-3/+24
* Set `infixr -1 ->`Alec Theriault2018-10-041-2/+4
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-041-14/+18
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-0/+1
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-74/+82
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-2/+1
* API Annotations when parsing typappAlan Zimmerman2018-06-261-2/+2
* Tweak API Annotations for ConDeclGADTAlan Zimmerman2018-06-241-1/+2
* Allow :info for (~) in GHCiRyan Scott2018-06-201-1/+3
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-191-2/+3
* No Unicode in Parser.yVladislav Zavialov2018-06-151-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-44/+44
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-071-0/+9
* Introduce DerivingViaRyan Scott2018-06-041-32/+57
* Remove ~# from surface syntaxDavid Feuer2018-06-021-3/+0
* vectorise: Put it out of its miseryBen Gamari2018-06-021-64/+4
* Make HsDocString a newtype of ByteStringSimon Jakobi2018-05-301-5/+5
* Use correct source spans for EmptyCaseRyan Scott2018-05-121-2/+3
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-80/+83
* 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-131-23/+21
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-129/+126
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-16/+13
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-231-1/+2
* Raise parse error for `data T where`.HE, Tao2018-02-131-8/+11
* Implement BlockArguments (#10843)Takano Akio2018-01-311-67/+121
* Support constructor Haddocks in more placesAlec Theriault2018-01-121-19/+30
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-3/+3