summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-1114-30/+141
* Improve Backpack support for fixities.Edward Z. Yang2017-01-119-0/+78
* Warn if you explicitly export an identifier with warning attached.Edward Z. Yang2017-01-111-0/+4
* Attach warnings to non-PVP compatible uses of signatures.Edward Z. Yang2017-01-114-0/+20
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-1135-30/+257
* Inline partially-applied wrappersDavid Feuer2017-01-104-2/+40
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-103-0/+16
* testsuite driver: don't append to existing output filesReid Barton2017-01-101-2/+2
* Check that type variable does not reference itself in its kind signatureJohn Leo2017-01-103-0/+30
* Throw an exception on heap overflowDemi Obenour2017-01-106-0/+36
* testsuite: Add performance testcase from #12707Ben Gamari2017-01-102-0/+204
* Make HsIParamTy have a Located HsIPNameAlan Zimmerman2017-01-101-1/+0
* Typos in comments (and in a test)Gabor Greif2017-01-095-5/+5
* Fix zonk_eq_types in TcCanonicalSimon Peyton Jones2017-01-093-1/+82
* Parse holes as infix operatorsÖmer Sinan Ağacan2017-01-083-0/+38
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-082-5/+4
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-062-0/+9
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-064-36/+0
* Actually add the right file for T13035 stderrMatthew Pickering2017-01-061-1/+4
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-064-0/+36
* Add missing stderr file for T13035Matthew Pickering2017-01-061-1/+1
* More fixes for #5654Simon Marlow2017-01-064-55/+56
* Add performance test for #13056Ryan Scott2017-01-062-1/+36
* Fix the implementation of the "push rules"Simon Peyton Jones2017-01-061-1/+4
* Avoid exponential blowup in FamInstEnv.normaliseTypeSimon Peyton Jones2017-01-063-0/+155
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-055-0/+81
* Ensure nested binders have Internal NamesSimon Peyton Jones2017-01-052-0/+29
* Don't suggest enabling TypeApplications when it's already enabledMaciej Bielecki2017-01-023-0/+9
* Disallow users to write instances of KnownNat and KnownSymsjorn32017-01-023-1/+26
* Fix various issues with testsuite code on WindowsTamar Christina2016-12-283-39/+81
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-274-5/+10
* testsuite: Fix T13025Ben Gamari2016-12-272-2/+2
* Expand I/O CP in commentsJoachim Breitner2016-12-271-2/+2
* CallArity: Use exprIsCheap to detect thunksJoachim Breitner2016-12-261-5/+6
* Fix test for T12877Sylvain Henry2016-12-234-22/+6
* Add caret diagnosticsPhil Ruffwind2016-12-239-0/+110
* rename: Don't require 'fail' in non-monadic contextsBen Gamari2016-12-232-1/+10
* testsuite: Split out Windows allocations numbers for T12234Ben Gamari2016-12-231-1/+3
* Push coercions in exprIsConApp_maybeSimon Peyton Jones2016-12-235-0/+66
* Propagate evaluated-ness a bit more faithfullySimon Peyton Jones2016-12-232-0/+31
* Float unboxed expressions by boxingSimon Peyton Jones2016-12-234-0/+55
* Fix a bug in ABot handling in CoreAritySimon Peyton Jones2016-12-234-1/+23
* Allow timeout to kill entire process tree.Tamar Christina2016-12-232-1/+15
* Revert "Suppress duplicate .T files"Gabor Greif2016-12-221-1/+1
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-2111-13/+55
* Improved perf for T12227Simon Peyton Jones2016-12-211-1/+3
* Test Trac #12950Simon Peyton Jones2016-12-212-0/+18
* Fix 'SPECIALISE instance'Simon Peyton Jones2016-12-213-0/+49
* Don't eta-expand in stable unfoldingsSimon Peyton Jones2016-12-215-0/+28
* Test Trac #12968, plus some commentsSimon Peyton Jones2016-12-212-0/+15