summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1511-11/+11
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-092-34/+13
* Lexer: turn some fatal errors into non-fatal onesAlec Theriault2019-03-013-3/+18
* Visible dependent quantificationRyan Scott2019-03-011-0/+1
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-212-0/+19
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-178-27/+90
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-161-1/+1
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-153-6/+8
* Fix #15849 by checking whether there's a do blocknineonine2019-02-125-4/+8
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-082-2/+4
* testsuite: Mark T14740 and tcfail159 as broken in debugged compilerBen Gamari2019-02-071-1/+1
* Report multiple errorsVladislav Zavialov2019-02-033-0/+68
* testsuite: Use makefile_testBen Gamari2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+1
* Batch mergeBen Gamari2019-01-301-1/+1
* Visible kind applicationmynguyen2019-01-0312-243/+1126
* testsuite: Remove expect_broken on readFail032 and readFail048Ben Gamari2018-12-221-4/+6
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-6/+6
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-153-3/+3
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-0111-5/+29
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-273-0/+6
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-244-16/+57
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-242-0/+9
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-157-120/+162
* Surprising error message with bang patternSasa Bogicevic2018-10-156-2/+40
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-047-16/+646
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-0/+18
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0415-7/+58
* testsuite: Fix readFail048 and readFail032 brokenness declarationsBen Gamari2018-09-211-2/+2
* testsuite: Mark readFail032 and readFail048 as broken on DarwinBen Gamari2018-09-211-2/+4
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-042-1/+6
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* Check if files are same in combineSrcSpansZubin Duggal2018-08-124-0/+25
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-11/+5
* testsuite: Add test for #15053Ben Gamari2018-07-062-0/+4
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-06-293-0/+103
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-193-8/+16
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1416-107/+95
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-073-0/+10
* vectorise: Put it out of its miseryBen Gamari2018-06-022-2/+0
* Use correct source spans for EmptyCaseRyan Scott2018-05-123-0/+35
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-274-211/+264
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-195-0/+22
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-133-8/+19
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-094-51/+204
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-143-0/+11
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-051-1/+4
* Raise parse error for `data T where`.HE, Tao2018-02-135-0/+15