summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Add GHC-API logging hooksSylvain Henry2019-12-181-1/+1
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-053-0/+8
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-2710-0/+118
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-8/+6
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-302-24/+4
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-0/+6
* 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
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-092-34/+13
* 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
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-082-2/+4
* 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-039-243/+1110
* [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
* 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
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-043-0/+27
* Check if files are same in combineSrcSpansZubin Duggal2018-08-124-0/+25
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-11/+5
* 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-144-102/+73
* 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
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-133-8/+19
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-094-51/+204
* Raise parse error for `data T where`.HE, Tao2018-02-132-0/+6
* Implement BlockArguments (#10843)Takano Akio2018-01-315-0/+55
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-073-111/+91
* Revert "trees that grow" workBen Gamari2017-11-214-213/+51
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-113-0/+79
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-083-51/+134