summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-5/+5
* Lexer: turn some fatal errors into non-fatal onesAlec Theriault2019-03-011-18/+24
* Visible dependent quantificationRyan Scott2019-03-012-7/+17
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-232-270/+834
* Handle the (~) type operator in 'tyconsym'Vladislav Zavialov2019-02-212-8/+8
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-212-5/+10
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-173-84/+92
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-153-41/+37
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-142-12/+12
* Fix #15849 by checking whether there's a do blocknineonine2019-02-121-1/+2
* Fix inverted position pragma flag in parser APIAlec Theriault2019-02-101-1/+1
* Fix optSemi type in Parser.yVladislav Zavialov2019-02-081-2/+1
* Cleanup in parser/Ctype.hsSylvain Henry2019-02-081-138/+135
* Lexer: Alternate Layout Rule injects actual not virtual bracesAlan Zimmerman2019-02-081-15/+17
* API Annotations: parens anns discarded for `(*)` operatorAlan Zimmerman2019-02-081-2/+2
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-082-29/+42
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-082-24/+25
* Refactor splice_exp in Parser.yVladislav Zavialov2019-02-051-11/+13
* Report multiple errorsVladislav Zavialov2019-02-032-21/+28
* 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
* 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