summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* [ghc-pkg] Fix #5442 by using the flag db stack to modify packages.Edward Z. Yang2014-07-2110-1/+102
* Further improvements to floating equalitiesSimon Peyton Jones2014-07-182-0/+88
* Correctly round when calculating the deviationJoachim Breitner2014-07-171-1/+1
* Adjust a few performance numbersJoachim Breitner2014-07-174-15/+32
* Include test case name in performance resultJoachim Breitner2014-07-171-9/+11
* Test Trac #9323Simon Peyton Jones2014-07-173-0/+13
* Richards optCoercion improvement made test cases fail the nice wayJoachim Breitner2014-07-171-1/+5
* Entirely re-jig the handling of default type-family instances (fixes Trac #9063)Simon Peyton Jones2014-07-1522-49/+99
* Partially revert 194107ea9333c1d9d61abf307db2da6a699847afAustin Seipp2014-07-141-3/+1
* Give performance benchmark deviation also in percentsJoachim Breitner2014-07-141-2/+6
* New testsuite verbosity level 4Joachim Breitner2014-07-142-3/+3
* Update various performance benchmarksJoachim Breitner2014-07-143-12/+19
* Test case for #9305Joachim Breitner2014-07-133-1/+17
* testsuite: Tweak T6048 boundsAustin Seipp2014-07-121-4/+4
* More testsuite ignores.Edward Z. Yang2014-07-071-0/+2
* Do not print the result of 'main' after invoking ':main' (fixes #9086).Gintautas Miliauskas2014-07-076-0/+8
* Test Trac #9222Simon Peyton Jones2014-07-012-0/+8
* Fix demand analyser for unboxed typesSimon Peyton Jones2014-07-013-0/+22
* Check for integer overflow in allocate() (#9172)Reid Barton2014-07-018-0/+62
* Unbreak TcNullaryTC testcase, by using MPTCJoachim Breitner2014-07-011-1/+1
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-303-0/+253
* Promote TcNullaryTC and TcCoercible to fast testsHerbert Valerio Riedel2014-06-291-2/+2
* Update 32bit & 64bit performance numbersHerbert Valerio Riedel2014-06-293-13/+26
* Expect test failure for T8832 on 32bit (re #8832)Herbert Valerio Riedel2014-06-291-1/+1
* Update Cabal to BinaryLiterals-aware 1.20 versionHerbert Valerio Riedel2014-06-291-1/+0
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-2829-1423/+1417
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-2716-0/+129
* Revert "Make -fno-write-interface to all modes of GHC, not just -fno-code."Edward Z. Yang2014-06-272-7/+0
* Make -fno-write-interface to all modes of GHC, not just -fno-code.Edward Z. Yang2014-06-272-0/+7
* Add new flag -fwrite-interface for -fno-code.Edward Z. Yang2014-06-263-0/+15
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-264-254/+0
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-244-0/+254
* Comment the expect_broken for Trac #9208Simon Peyton Jones2014-06-241-0/+3
* Mark T9208 as broken when debugging is onJoachim Breitner2014-06-231-1/+1
* Add fake entries into the global kind environment for pattern synonyms.Dr. ERDI Gergo2014-06-215-0/+27
* Reject forall types in constraints in signaturesSimon Peyton Jones2014-06-206-11/+25
* Make splitStrProdDmd (and similarly Use) more robustSimon Peyton Jones2014-06-202-1/+99
* Tidy up the printing of single-predicate contextsSimon Peyton Jones2014-06-2019-31/+31
* accept T9181 outputSimon Marlow2014-06-171-0/+4
* Optimise the Typeable instance for type app a bit, and add a perf testSimon Marlow2014-06-173-0/+18
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-136-0/+29
* Bytes allocated by haddock.base has crept up (again)Simon Peyton Jones2014-06-121-1/+2
* Fix elemLocalRdrEnv (Trac #9160)Simon Peyton Jones2014-06-123-0/+31
* Line up kind and type variables correctly when desugaring TH bracketsSimon Peyton Jones2014-06-122-0/+10
* Fix a serious, but rare, strictness analyser bug (Trac #9128)Simon Peyton Jones2014-06-113-0/+15
* Fix tyConToIfaceDecl (Trac #9190)Simon Peyton Jones2014-06-112-23/+23
* Improve error message in Trac #8883Simon Peyton Jones2014-06-119-144/+144
* Test #9085.Richard Eisenberg2014-06-113-0/+12
* Test #9097.Richard Eisenberg2014-06-113-1/+16
* Fix #9062.Richard Eisenberg2014-06-111-2/+1