summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer
Commit message (Expand)AuthorAgeFilesLines
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-2/+1
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-141-3/+3
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-141-3/+3
* Optimise nullary type constructor usageBen Gamari2020-12-141-3/+3
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-4/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+2
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-2/+4
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-1/+2
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-073-0/+69
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-1/+1
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-093-8/+0
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-1/+1
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-181-2/+1
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Update testsuiteSylvain Henry2020-06-171-2/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-3/+3
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-212-2/+2
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-153-0/+52
* Fix testsuite on powerpc64lePeter Trommler2020-02-201-9/+9
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-122-6/+6
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-282-2/+1
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-276-26/+26
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-081-9/+9
* In hole fits, don't show VTA for inferred variables (#16456)Krzysztof Gogolewski2019-05-292-6/+6
* testsuite: Use makefile_testBen Gamari2019-01-301-56/+56
* Revert "Batch merge"Ben Gamari2019-01-301-56/+56
* Batch mergeBen Gamari2019-01-301-56/+56
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-152-10/+10
* Fix #15761 by adding parensRichard Eisenberg2018-10-173-0/+11
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-142-1/+2
* Fix unparseable pretty-printing of promoted data consAndreas Herrmann2018-06-076-0/+109
* Pretty-printing of derived multi-parameter classes omits parenthesesAlan Zimmerman2017-10-118-0/+177
* Pretty-printer missing parens for infix class declarationAlan Zimmerman2017-10-023-0/+15
* Pretty-printer no longer butchers function arrow fixityAlan Zimmerman2017-07-104-0/+53
* Parenthesize type/data families correctly for -ddump-splicesAlan Zimmerman2017-04-094-0/+96
* Explicitly capture whether a splice has a dollar prefixAlan Zimmerman2017-02-271-0/+2
* Correctly pretty print a wild card in infix positionAlan Zimmerman2017-02-253-0/+11
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-104-0/+91
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Fix pretty printing of MINIMAL signaturesMatthew Pickering2016-12-151-0/+4
* Fix pretty printing of top level SCC pragmasMatthew Pickering2016-12-133-0/+14
* Ignore stderr of all printer testsAlan Zimmerman2016-12-0830-803/+46
* Remove stray commented out line in all.TAlan Zimmerman2016-12-071-1/+0
* Fix pretty printer test to nog generate stdoutAlan Zimmerman2016-12-074-189/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-0780-0/+3602