summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2014-12-284-0/+18
* Run T9762 only if dynamic libraries are availableJoachim Breitner2014-12-271-2/+5
* 2nd attempt to fix T9032 test-caseHerbert Valerio Riedel2014-12-254-4/+2
* Fix linker interaction between Template Haskell and HPC (#9762)Reid Barton2014-12-236-1/+20
* Make ghc -e fail on invalid declarationsReid Barton2014-12-235-0/+17
* Make ghc -e not exit on valid import commands (#9905)Reid Barton2014-12-236-1/+30
* Fixup edd233acc19d269385 (T9032 test)Herbert Valerio Riedel2014-12-232-1/+2
* Test earlier for self-import (Trac #9032)Simon Peyton Jones2014-12-234-0/+25
* Attempt to improve cleaningSimon Peyton Jones2014-12-233-4/+8
* Eliminate so-called "silent superclass parameters"Simon Peyton Jones2014-12-2323-182/+254
* Rename NamedWildcards flag to NamedWildCardsThomas Winant2014-12-2323-23/+23
* Fix panic on :kind _ in GHCi (Trac #9879)Thomas Winant2014-12-234-0/+9
* fix spInfoSrcLoc field nameFacundo Domínguez2014-12-221-5/+5
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-223-10/+8
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-224-1/+37
* Update containers submodule to 0.5.6.2 releaseHerbert Valerio Riedel2014-12-221-2/+2
* Update pretty and random submodulesHerbert Valerio Riedel2014-12-221-2/+3
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-223-0/+15
* Add expected output to T9915 testDr. ERDI Gergo2014-12-212-0/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-212-0/+6
* Change performance numbers for T3064Richard Eisenberg2014-12-191-1/+2
* Optimize flattener by trying to reduce a TF before reducing its args.Richard Eisenberg2014-12-191-5/+9
* Add instance Lift NaturalRichard Eisenberg2014-12-191-0/+4
* Add Jan Stolarek's test for Trac #9872Simon Peyton Jones2014-12-192-0/+157
* Merge some instances from th-orphans.Richard Eisenberg2014-12-192-0/+76
* Consider equality contexts exotic, uninferrable by "deriving"Richard Eisenberg2014-12-194-1/+6
* Add Data.Version.makeVersion & `IsList Version`Herbert Valerio Riedel2014-12-191-3/+6
* Update Cabal submodule to 1.22 versionHerbert Valerio Riedel2014-12-181-1/+0
* Update `bytestring` submoduleHerbert Valerio Riedel2014-12-181-1/+1
* Fix wrong-kind-of-family error message (Trac #9896)Simon Peyton Jones2014-12-185-6/+20
* Minor typo in commentGabor Greif2014-12-171-1/+1
* Performance enhancements in TcFlatten.Richard Eisenberg2014-12-171-5/+11
* Wibble error messageSimon Peyton Jones2014-12-171-1/+1
* Fix egregious bug in the new canonicalisation code for AppTySimon Peyton Jones2014-12-172-0/+18
* Comment in testSimon Peyton Jones2014-12-171-0/+10
* Improve TidyPgm.hasCafRefs to account for Integer literals (Trac #8525)Simon Peyton Jones2014-12-171-2/+1
* Fix the scope-nesting for arrowsSimon Peyton Jones2014-12-173-7/+7
* Typos in commentsGabor Greif2014-12-171-2/+2
* update containers submodules to 0.5.6.1 releaseHerbert Valerio Riedel2014-12-161-2/+2
* Debug test case and test suite wayPeter Wortmann2014-12-167-3/+67
* Make annotations-literals test case cleaning less aggressiveJoachim Breitner2014-12-161-2/+4
* *Really* Re-Update Haddock submoduleHerbert Valerio Riedel2014-12-161-2/+2
* Fix panic on [t| _ |] (Trac #9879)Thomas Winant2014-12-153-0/+9
* Changing prefetch primops to have a `seq`-like interfaceCarter Tazio Schonwald2014-12-152-35/+20
* Pattern-synonym matcher and builder Ids must be *LocalIds*Simon Peyton Jones2014-12-152-0/+163
* Fixup bad haddock.base perf-num bump in 0c9c2d89Herbert Valerio Riedel2014-12-141-2/+2
* Re-Update Haddock submodule to latest `master` tipHerbert Valerio Riedel2014-12-141-2/+4
* Revert "Update Haddock submodule to latest `master` tip"Herbert Valerio Riedel2014-12-141-4/+2
* Update Haddock submodule to latest `master` tipHerbert Valerio Riedel2014-12-141-2/+4
* Rewrite `Coercible` solverRichard Eisenberg2014-12-1225-209/+251