summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Test Trac #12885Simon Peyton Jones2016-11-282-0/+13
* Test Trac #12776Simon Peyton Jones2016-11-282-0/+43
* Fix inference of partial signaturesSimon Peyton Jones2016-11-253-0/+46
* Test Trac #12845Simon Peyton Jones2016-11-253-0/+31
* Test Trac #12867Simon Peyton Jones2016-11-253-0/+23
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-253-0/+18
* Perf improvements in T6048, T10547Simon Peyton Jones2016-11-251-2/+6
* Allow TyVars in TcTypesSimon Peyton Jones2016-11-251-2/+1
* Another major constraint-solver refactoringSimon Peyton Jones2016-11-2535-228/+500
* Make quoting and reification return the same typesDominik Bollmann2016-11-252-0/+69
* Collect wildcards in sum types during renaming (#12711)Ömer Sinan Ağacan2016-11-243-0/+4
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-219-0/+33
* testsuite: Add (still failing) testcase for #12550Ben Gamari2016-11-213-0/+64
* testsuite: Add (still broken) testcase for #12447Ben Gamari2016-11-213-0/+13
* testsuite: Add test for #12024Ben Gamari2016-11-213-0/+10
* testsuite: Add test for #12855Ben Gamari2016-11-212-0/+10
* A few typos in commentsGabor Greif2016-11-212-2/+2
* Add Data instance for ConstRyan Scott2016-11-181-2/+2
* Have reify work for local variables with functional dependencies.Facundo Domínguez2016-11-173-0/+26
* Test for type synonym loops on TyCon.Edward Z. Yang2016-11-1613-1/+1084
* Fix -fobject-code with -fexternal-interpreterSimon Marlow2016-11-164-0/+14
* Test for unnecessary register spillsThomas Jakway2016-11-155-0/+229
* Typos in comments, notes and manualGabor Greif2016-11-151-1/+1
* Mark T12041 as expect_broken with -DDEBUG (#12826)Simon Marlow2016-11-151-1/+2
* testsuite: Fix creep of T4029Ben Gamari2016-11-141-1/+2
* Accept output for scc003Simon Marlow2016-11-141-20/+19
* Kill Type pretty-printerBen Gamari2016-11-1316-43/+42
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-11167-608/+608
* testsuite: Lower allocations for T876Ben Gamari2016-11-111-1/+2
* Prevent GND from inferring an instance context for method-less classesRyan Scott2016-11-108-16/+23
* testsuite: Update allocation numbers for T5631Ben Gamari2016-11-101-1/+3
* Fix hs_try_putmvar003 (#12800)Simon Marlow2016-11-071-1/+1
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-0615-16/+146
* Stop -dno-debug-output suppressing -ddump-tc-traceMatthew Pickering2016-11-061-0/+2
* Handle types w/ type variables in signatures inside patterns (DsMeta)Mikhail Vorozhtsov2016-11-0510-16/+95
* Take account of injectivity when doing fundepsSimon Peyton Jones2016-11-043-0/+19
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-035-15/+7
* Add test for #12788Ryan Scott2016-11-034-0/+36
* testsuite: Update T10858 allocationsBen Gamari2016-11-021-1/+1
* Add testcase for #12757Ben Gamari2016-11-023-0/+33
* Fix Trac #12797: approximateWCSimon Peyton Jones2016-11-022-0/+16
* Have static pointers work with -fno-full-laziness.Facundo Domínguez2016-11-013-0/+44
* Align GHCi's library search order more closely with LDsTamar Christina2016-10-316-0/+31
* Typos in commentsGabor Greif2016-10-313-9/+9
* Add test for #12732Ryan Scott2016-10-283-0/+13
* Minor doc addition as requested in #12774.Edward Z. Yang2016-10-271-0/+3
* Allow levity-polymorpic arrowsSimon Peyton Jones2016-10-273-0/+47
* Refine ASSERT in buildPatSyn for the nullary case.Matthew Pickering2016-10-263-0/+13
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-3/+6
* Fundeps work even for unary type classesSimon Peyton Jones2016-10-264-54/+34