summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Add Cmm related hooksSylvain Henry2020-01-041-1/+1
* Add GHC-API logging hooksSylvain Henry2019-12-181-1/+1
* Improve error messages for SCC pragmasVladislav Zavialov2019-12-052-2/+4
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-058-0/+25
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-2721-19/+167
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-1/+1
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-8/+6
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-302-24/+4
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-1/+3
* Add test for expected dependencies of 'Parser'Shayne Fletcher2019-09-272-0/+65
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-0/+6
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+4
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-091-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-096-524/+534
* Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr2019-07-083-0/+28
* testsuite: Don't run tests requiring TH in profasm way when GhcDynamicBen Gamari2019-06-121-1/+1
* Add regression test for old parser issue #504Kevin Buhr2019-05-142-0/+12
* Implement ImportQualifiedPostShayne Fletcher2019-05-084-12/+6
* 'warnSpaceAfterBang' only in patterns (#16619)Vladislav Zavialov2019-05-053-0/+12
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-0339-4/+141
* Suggest only local candidates from global envWojciech Baranowski2019-04-291-2/+0
* osa1's patch: consistent suggestion messageWojciech Baranowski2019-04-291-2/+2
* Print suggestions in a single messageWojciech Baranowski2019-04-291-2/+2
* rename: hadle type signatures with typosWojciech Baranowski2019-04-291-0/+2
* 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