summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-015-3/+28
* Treat isConstraintKind more consistentlySimon Peyton Jones2018-08-013-1/+19
* Fix #15385 by using addDictsDs in matchGuardsRyan Scott2018-08-012-0/+23
* Remove the type-checking knot.Richard Eisenberg2018-08-019-11/+38
* Bump Cabal submodule to 2.4Ben Gamari2018-08-011-3/+1
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-013-0/+22
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-016-1/+53
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-312-0/+26
* testsuite: Add test for #15346Richard Eisenberg2018-07-313-0/+88
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-313-0/+23
* Stop marking soluble ~R# constraints as insolubleSimon Peyton Jones2018-07-313-0/+29
* Fix #15423 by using pprAStmtContextRyan Scott2018-07-313-3/+3
* Fix the GHCi debugger with ApplicativeDoSimon Marlow2018-07-314-0/+23
* Suppress -Winaccessible-code in derived codeRyan Scott2018-07-314-32/+21
* Fix Ar crashing on odd-sized object files (Trac #15396)Krzysztof Gogolewski2018-07-313-0/+11
* Fix pretty-printing of data declarations in splicesKrzysztof Gogolewski2018-07-313-0/+65
* Fix a major copy'n'paste error in LLVM CodeGenKrzysztof Gogolewski2018-07-311-1/+1
* Fix a nasty bug in piResultTysSimon Peyton Jones2018-07-312-0/+10
* testsuite: Add test for #14346Sylvain Henry2018-07-312-0/+22
* testsuite: Fix up testsuiteBen Gamari2018-07-303-3/+5
* Run StgCse after unarise, fixes #15300Ömer Sinan Ağacan2018-07-301-3/+1
* Add an expect_broken test for #14185Krzysztof Gogolewski2018-07-302-0/+31
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-1612-55/+64
* Revert "Do not imply NoStarIsType by TypeOperators/TypeInType"Ben Gamari2018-07-1613-65/+56
* #15387 Fix setting testsuite verbose to zeroAntti Siponen2018-07-161-1/+1
* Fix processHeapClosureForDead CONSTR_NOCAF caseghc-8.6.1-alpha2Ömer Sinan Ağacan2018-07-141-2/+1
* Fix decompsePiCos and visible type applicationSimon Peyton Jones2018-07-143-0/+23
* Instantiate GND bindings with an explicit type signatureRyan Scott2018-07-127-67/+132
* Fix nptr field alignment in RtClosureInspectÖmer Sinan Ağacan2018-07-121-2/+1
* Kind-check CUSK associated types separatelyRichard Eisenberg2018-07-122-0/+15
* Fix #15307 by making nlHsFunTy parenthesize moreRyan Scott2018-07-121-4/+5
* Fix #15308 by suppressing invisble args more rigorouslyRyan Scott2018-07-124-8/+22
* Run the renamed source plugin after each HsGroupMatthew Pickering2018-07-123-9/+9
* Fix newtype instance GADTsRyan Scott2018-07-122-0/+9
* Add regression test for #15321Ömer Sinan Ağacan2018-07-123-0/+22
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-07-123-0/+103
* Parenthesize rank-n contexts in ConvertRyan Scott2018-07-123-0/+14
* Fix #15331 with careful blasts of parenthesizeHsTypeRyan Scott2018-07-123-0/+16
* Make ppr_tc_args aware of -fprint-explicit-kindsRyan Scott2018-07-126-5/+22
* Fix for built-in Natural literals desugaringSylvain Henry2018-07-113-0/+9
* Fix error recovery for pattern synonymsghc-8.6.1-alpha1Simon Peyton Jones2018-06-272-9/+14
* API Annotations when parsing typappAlan Zimmerman2018-06-274-0/+47
* Fix TcLevel manipulation in TcDerivInfer.simplifyDerivSimon Peyton Jones2018-06-273-0/+43
* Instances in no-evidence implicationsSimon Peyton Jones2018-06-274-0/+95
* Tweak API Annotations for ConDeclGADTAlan Zimmerman2018-06-257-0/+12
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-06-2413-56/+65
* containers: Bump to 0.6.0.1Ben Gamari2018-06-205-14/+10
* Allow :info for (~) in GHCiRyan Scott2018-06-203-0/+15
* Revert "containers: Bump to 0.6.0.1"Ben Gamari2018-06-195-10/+14
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-199-15/+15