summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-073-134/+51
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-073-51/+134
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-252-0/+6
* Testsuite update following d8d87faJoachim Breitner2017-10-063-3/+0
* Renamer now preserves location for IEThingWith list itemsAlan Zimmerman2017-09-153-0/+142
* Option "-ddump-rn-ast" dumps imports and exports tooAlan Zimmerman2017-09-131-328/+345
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-052-53/+219
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-292-99/+99
* Make parsed AST dump output lazilyDavid Feuer2017-08-283-629/+657
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-311-1/+2
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-292-0/+25
* Treat banged bindings as FunBindsBen Gamari2017-06-273-3/+6
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-123-6/+3
* Fix up tests for #13594Ben Gamari2017-05-112-9/+0
* Treat banged bindings as FunBindsBen Gamari2017-05-085-3/+15
* Eliminate word-size dependence in HsDumpAst outputBen Gamari2017-03-261-27/+27
* Fix #13337.Richard Eisenberg2017-03-142-4/+8
* Add COLUMN pragmaPhil Ruffwind2017-03-133-0/+10
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-031-12/+1
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-031-69/+35
* Typeable: Rename KindRep bindings to $krep...Ben Gamari2017-03-021-6/+6
* Type-indexed TypeableBen Gamari2017-02-181-60/+178
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-174-40/+40