summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: Bump allocations for T12234Ben Gamari2017-01-171-3/+4
* testsuite/recomp001: Sleep to ensure that GHC notices file changeBen Gamari2017-01-171-0/+3
* Fix API Annotations for unboxed sumsAlan Zimmerman2017-01-175-0/+93
* Add missing test files for T13082.Tamar Christina2017-01-162-0/+10
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-153-0/+343
* Improve access violation reporting on WindowsRyan Scott2017-01-153-5/+11
* Fix abort and import lib search on WindowsTamar Christina2017-01-155-0/+35
* Use latin1 code page on Windows for response files.Tamar Christina2017-01-152-2/+2
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-134-0/+36
* Typos in commentsGabor Greif2017-01-132-2/+2
* Fix top-level constraint handling (Trac #12921)Simon Peyton Jones2017-01-123-0/+42
* Typos in manual, comments and testsGabor Greif2017-01-126-6/+6
* Fix handling of closed type families in Backpack.Edward Z. Yang2017-01-118-0/+81
* 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