summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Make ghc-api cleaning less aggressive.Edward Z. Yang2014-09-011-3/+6
* Re-export Word from Prelude (re #9531)Herbert Valerio Riedel2014-08-313-3/+10
* Some typosGabor Greif2014-08-301-1/+1
* testsuite: normalise integer library name for T8958Sergei Trofimovich2014-08-303-6/+4
* Do not say we cannot when we clearly canGabor Greif2014-08-291-15/+3
* Performance improvement of the compiler itselfSimon Peyton Jones2014-08-292-5/+12
* Finally! Test Trac #6056Simon Peyton Jones2014-08-294-0/+37
* Give the worker for an INLINABLE function a suitably-phased ActivationSimon Peyton Jones2014-08-293-5/+6
* Fix failing test on BINDIST=YESEdward Z. Yang2014-08-291-1/+1
* Change testsuite to not use old-style file package databasesDuncan Coutts2014-08-297-12/+13
* Testsuite wibblesSimon Peyton Jones2014-08-291-1/+6
* Rename red-black test in indexed-types to red-black-deleteSimon Peyton Jones2014-08-292-1/+1
* Better compiler performance (30% less allocation) for T783!Simon Peyton Jones2014-08-291-1/+3
* White space onlySimon Peyton Jones2014-08-291-0/+1
* Fix syntax in perf/compiler/all.TSimon Peyton Jones2014-08-291-1/+0
* Improve trimming of auto-rulesSimon Peyton Jones2014-08-291-16/+0
* Add an interesting type-family/GADT example of deletion for red-black treesSimon Peyton Jones2014-08-282-0/+328
* testsuite: disable 'rdynamic' for 'ghci' waySergei Trofimovich2014-08-281-1/+5
* testsuite: disable T367_letnoescape on 'optllvm'Sergei Trofimovich2014-08-281-1/+1
* Testsuite wibblesSimon Peyton Jones2014-08-282-5/+4
* Performance changesSimon Peyton Jones2014-08-281-0/+6
* Testsuite wibblesSimon Peyton Jones2014-08-283-2/+25
* Compiler performance increases -- yay!Simon Peyton Jones2014-08-281-8/+8
* More SPEC rules fireSimon Peyton Jones2014-08-282-4/+6
* Wibbles to "...plus N others" error message about instances in scopeSimon Peyton Jones2014-08-289-28/+20
* Refactor unfoldingsSimon Peyton Jones2014-08-2811-61/+57
* Two buglets in record wild-cards (Trac #9436 and #9437)Simon Peyton Jones2014-08-255-0/+24
* Check for un-saturated type family applicationsSimon Peyton Jones2014-08-253-0/+21
* testsuite: add 16-byte case for T9329Sergei Trofimovich2014-08-251-1/+7
* testsuite: added 'bytes allocated' for T9339 wordsize(32)Sergei Trofimovich2014-08-241-1/+2
* testsuite: mark testwsdeque mark as faulty on NOSMP buildsSergei Trofimovich2014-08-231-0/+1
* testsuite: disable memcpy asm comparison tests on UNREGSergei Trofimovich2014-08-231-8/+9
* testsuite: disable gcc's warnings about casts of incompatible prototypes in U...Sergei Trofimovich2014-08-231-0/+7
* testsuite: T7815 requires SMP support from ghcSergei Trofimovich2014-08-231-0/+1
* Enable GHC API tests by default.Edward Z. Yang2014-08-223-5/+5
* Normalise GHC version number to make tests less fragile.Edward Z. Yang2014-08-224-13/+16
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-2226-45/+58
* gitignore: Ignore tests/rts/rdynamicEdward Z. Yang2014-08-221-0/+1
* T8832: fix no newline at end of file warningKarel Gardas2014-08-211-1/+1
* Correct checkStrictBinds for generalised typearchblob2014-08-193-0/+20
* Add test case for #9046Vitaly Bragilevsky2014-08-193-0/+5
* Have the RTS linker search symbols in the originating windows binary.Facundo Domínguez2014-08-181-3/+1
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-183-0/+47
* testsuite/T9379: Use GHC.Conc instead of Control.Concurrent.STMBen Gamari2014-08-181-1/+3
* concurrent/should_run/throwto002: DoRec -> RecursiveDoBen Gamari2014-08-181-1/+1
* ghci/scripts/ghci016: Add implementation for negateBen Gamari2014-08-181-0/+1
* Make T8832 operative on 32-bit systems (#8832)Reid Barton2014-08-184-3/+16
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-144-0/+99
* Testsuite wibbles around #9200Richard Eisenberg2014-08-125-14/+6
* Change treatment of CUSKs for synonyms and families (#9200).Richard Eisenberg2014-08-121-1/+11