summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Pass -haddock to tests in should_compile_*flag*_nohaddockThomas Miedema2016-02-195-4/+48
* Modifier letter in middle of identifier is okThomas Miedema2016-02-194-9/+5
* A few more typos in non-codeGabor Greif2016-02-191-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-186-92/+92
* Take type-function arity into accountSimon Peyton Jones2016-02-182-0/+9
* Fix desugaring of bang-pattern let-bindingsSimon Peyton Jones2016-02-183-0/+11
* Remove superfluous code when deriving Foldable/TraversableRyanGlScott2016-02-172-0/+15
* Fix #11313.Richard Eisenberg2016-02-173-0/+16
* Fix #11246.Richard Eisenberg2016-02-172-0/+6
* Fix #11241.Richard Eisenberg2016-02-173-1/+13
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-1720-67/+43
* Suggest candidate instances in error messageYuras Shumovich2016-02-163-0/+16
* Fix typosRik Steenkamp2016-02-162-5/+5
* Improved error message about exported type operators.Ulya Trofimovich2016-02-164-10/+30
* Testsuite: delete only_compiler_types, assume ghcThomas Miedema2016-02-162-24/+45
* Add missing newlines at end of file [skip ci]Thomas Miedema2016-02-168-8/+8
* Rename missing-pat-syn-sigs to missing-pat-syn-signaturesMatthew Pickering2016-02-152-2/+2
* Make T11361 actually run with reversed uniquesBartosz Nitka2016-02-152-3/+3
* Add a testcase for #11362Bartosz Nitka2016-02-152-0/+28
* A tiny, outright bug in tcDataFamInstDeclSimon Peyton Jones2016-02-151-2/+19
* Comments onlySimon Peyton Jones2016-02-153-0/+11
* Improve error message suppressionSimon Peyton Jones2016-02-155-97/+44
* testsuite: tweak error messages for new Show instanceSergei Trofimovich2016-02-125-7/+7
* Improve pretty-printing of HsWrappersSimon Peyton Jones2016-02-121-6/+4
* Beef up tc124Simon Peyton Jones2016-02-121-4/+10
* Simplify AbsBinds wrappingSimon Peyton Jones2016-02-121-1/+1
* Add test for #11319Reid Barton2016-02-112-0/+7
* Another batch of typo fixes in non-codeGabor Greif2016-02-117-7/+7
* Always do eta-reductionSimon Peyton Jones2016-02-112-0/+36
* Wrap solveEqualities in checkNoErrsSimon Peyton Jones2016-02-1014-55/+84
* Error early when you register with too old a version of Cabal.Edward Z. Yang2016-02-103-3/+5
* add Template Haskell regression test for #9022.Dominik Bollmann2016-02-103-0/+23
* TcErrors: Fix plural form of "instance" errorBen Gamari2016-02-0910-16/+16
* Restore derived Eq instance for SrcLocRyanGlScott2016-02-091-1/+1
* testsuite: Un-break T5642Ben Gamari2016-02-091-2/+3
* Define tyConRolesRepresentational and use itSimon Peyton Jones2016-02-081-3/+6
* Test Trac #11552Simon Peyton Jones2016-02-082-0/+22
* Fix a nasty superclass expansion bugSimon Peyton Jones2016-02-083-11/+101
* Add comments to TcCoercibleFailSimon Peyton Jones2016-02-082-3/+10
* Add Edward Kmett's example as a test caseSimon Peyton Jones2016-02-082-0/+197
* Fix SimpleFail12 error outputSimon Peyton Jones2016-02-081-3/+3
* Allow foralls in instance declsSimon Peyton Jones2016-02-0819-127/+125
* Add test for #11516Ben Gamari2016-02-062-0/+12
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-065-6/+6
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-049-19/+297
* Add (failing) test for #11247Thomas Miedema2016-02-027-0/+25
* Use a correct substitution in tcCheckPatSynDeclBartosz Nitka2016-02-022-0/+19
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-013-0/+10
* Mark dynamic-paper as expect_fail_for optasm and optllvm (#11330)Thomas Miedema2016-01-291-1/+4
* Fixup test for #10728Thomas Miedema2016-01-292-12/+8