summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Rewrite `Coercible` solverRichard Eisenberg2014-12-1225-209/+251
* 32-bit performance changes following constraint solver improvementsSimon Peyton Jones2014-12-112-7/+15
* Fix an obscure but terrible bug in the simplifier (Trac #9567)Simon Peyton Jones2014-12-112-17/+21
* Test Trac #9090Simon Peyton Jones2014-12-112-0/+29
* Add a third test variant to Trac #9872Simon Peyton Jones2014-12-113-0/+206
* Tests for Trac #9872Simon Peyton Jones2014-12-105-0/+392
* Testsuite wibbles from constraint-solver improvementsSimon Peyton Jones2014-12-1011-136/+129
* Reorganise the work list, so that flattening goals are treated in the right o...Simon Peyton Jones2014-12-109-152/+152
* Only run subsections_via_symbols test when LLVM is available.Edward Z. Yang2014-12-101-0/+4
* Add proper expected output for T5435_dyn_asm on DarwinEdward Z. Yang2014-12-091-0/+2
* fix misleading error message regarding function arityYuras Shumovich2014-12-093-0/+19
* Implement -XStaticValuesFacundo Domínguez2014-12-0935-2/+373
* catch some recent typosGabor Greif2014-12-081-1/+1
* Revise the inert-set invariants againSimon Peyton Jones2014-12-085-6/+22
* Portability: wc -l sometimes has leading spaces, trim them off.Edward Z. Yang2014-12-051-2/+2
* renamer: fix trac issue #9778Carlos Tomé2014-12-053-0/+12
* Disable T8124 on Windows (uses pthreads)Simon Marlow2014-12-051-0/+1
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-052-1/+38
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-053-4/+7
* Make annotations test case cleaning less aggressiveJoachim Breitner2014-12-031-3/+6
* Update 32-bit performace numbers (has not been done for ages)Simon Peyton Jones2014-12-034-16/+37
* Unique-ify the names of top-level auxiliary bindings in derived instances (Tr...Simon Peyton Jones2014-12-024-0/+23
* Fix another bug in deriving( Data ) for data families; Trac #4896Simon Peyton Jones2014-12-022-0/+21
* Test Trac #4921Simon Peyton Jones2014-12-023-0/+32
* Fix test suite race on T5462 (solves intermittent T5462Yes1/T5462Yes2/T5462No...Edward Z. Yang2014-12-022-5/+5
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-023-7/+4
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-022-38/+1
* Uncomment the instance signatures, to activate the testSimon Peyton Jones2014-12-021-3/+3
* Test Trac #7908Simon Peyton Jones2014-12-012-1/+50
* Fix the handling of instance signatures (Trac #9582, #9833)Simon Peyton Jones2014-12-018-8/+44
* More Tweaks for API AnotationsAlan Zimmerman2014-11-303-11/+12
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2918-12/+213
* Reimplement `gcdExtInteger` (#9281)Herbert Valerio Riedel2014-11-291-11/+1
* Re-implement `recipModInteger` (#9281)Herbert Valerio Riedel2014-11-291-10/+1
* Re-implement `powModInteger` (#9281)Herbert Valerio Riedel2014-11-291-12/+1
* Implement Partial Type SignaturesThomas Winant2014-11-28176-1/+2108
* Kind variables in RHS of an associated type instances should be bound on LHSSimon Peyton Jones2014-11-286-9/+30
* Re-activate `integerGmpInternals` test (#9281)Herbert Valerio Riedel2014-11-282-26/+55
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-282-1/+38
* Make the linker API thread-safeSimon Marlow2014-11-283-4/+7
* Tidy up tracing somewhatSimon Peyton Jones2014-11-282-2/+3
* Don't discard a bang on a newtype pattern (Trac #9844)Simon Peyton Jones2014-11-284-0/+22
* Get the right fixity-env in standalone deriving (Trac #9830)Simon Peyton Jones2014-11-274-1/+22
* Test Trac #7243Simon Peyton Jones2014-11-273-0/+11
* Trac #6022 is actually fine nowSimon Peyton Jones2014-11-272-7/+7
* Don't require ConstraintKinds at usage sites (Trac #9838)Simon Peyton Jones2014-11-273-0/+18
* Don't require PatternSynonyms language extension to just use pattern synonymsDr. ERDI Gergo2014-11-275-10/+3
* Cabal submodule update: hole support and tests.Edward Z. Yang2014-11-2621-4/+171
* Test Trac #9834Simon Peyton Jones2014-11-263-0/+95
* Make clearNursery freeSimon Marlow2014-11-253-0/+26