summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-073-2/+42
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-072-3/+3
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-074-4/+4
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-077-0/+19
* testsuite: Skip T13838 in ghci wayBen Gamari2018-06-071-1/+3
* Fix #15243 by fixing incorrect uses of NotPromotedRyan Scott2018-06-075-4/+32
* testsuite: Add test for #15232Ben Gamari2018-06-072-0/+13
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-075-0/+37
* Check if both branches of an Cmm if have the same target.klebinger.andreas@gmx.at2018-06-074-0/+16
* Fix unparseable pretty-printing of promoted data consAndreas Herrmann2018-06-0710-23/+132
* testsuite: Fix dynamic-paper stderr fileBen Gamari2018-06-071-1/+15
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-079-10/+19
* Let the simplifier know that seq# forcesDavid Feuer2018-06-062-0/+40
* Introduce DerivingViaRyan Scott2018-06-0414-2/+599
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-0428-78/+185
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-0418-6/+342
* Fix broken test T14547.HE, Tao2018-06-041-1/+1
* Expand type synonyms when Linting a forallSimon Peyton Jones2018-06-042-0/+20
* testsuite: Really mark T14547 as brokenBen Gamari2018-06-031-1/+0
* testsuite: Mark T14547 as brokenBen Gamari2018-06-031-0/+1
* Add tests for #8128 and #8740Ryan Scott2018-06-035-0/+60
* Improve exhaustiveness checking for literal values and patterns, fix #14546HE, Tao2018-06-038-0/+167
* Turn "inaccessible code" error into a warningTobias Dammers2018-06-0211-41/+32
* Fix a bad interaction between GADTs and COMPLETE setsRyan Scott2018-06-023-0/+32
* Handle abi-depends correctly in ghc-pkgTobias Dammers2018-06-022-8/+12
* Fix #15214 by listing (~) in isBuiltInOcc_maybeRyan Scott2018-06-023-0/+7
* Fix #13777 by improving the underdetermined CUSK error messageRyan Scott2018-06-025-0/+37
* Extended the plugin system to run plugins on more representationsBoldizsar Nemeth2018-06-0219-2/+297
* testsuite: Don't assume location of bashBen Gamari2018-06-021-1/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-0295-6640/+2
* Conservatively estimate levity in worker/wrapperBen Gamari2018-06-021-1/+1
* testsuite: Add test for #15186Ben Gamari2018-06-023-0/+116
* testsuite: Make T3234 more robustroland2018-05-304-74/+8
* testsuite: Fix hashbangsBen Gamari2018-05-301-1/+1
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-3019-9/+181
* Improved Valid Hole FitsMatthías Páll Gissurarson2018-05-3048-2310/+1931
* Put the `ev_binds` of main function inside `runMainIO`HE, Tao2018-05-303-0/+13
* T14732 now passes with the profasm wayAlp Mestanogullari2018-05-301-1/+1
* testsuite: Use /usr/bin/env instead of /bin/bashBen Gamari2018-05-292-2/+4
* testsuite: Fix incorrectly capitalized True in testlib.pyBen Gamari2018-05-291-1/+1
* Clean up Windows testsuite failuresTamar Christina2018-05-289-6/+196
* base: Introduce Data.Monoid.Apchessai2018-05-279-15/+15
* Mark #12447's test case as expected to passRyan Scott2018-05-262-3/+3
* Add regression test for #14246Ryan Scott2018-05-263-0/+48
* Add regression test for #14172Ryan Scott2018-05-264-0/+115
* Add regression test for #11766Ryan Scott2018-05-262-0/+31
* testsuite: Don't rely on find command in T15038Ben Gamari2018-05-261-1/+7
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-253-1/+9
* Clean up the conflicting data family instances error messageRyan Scott2018-05-2415-44/+78
* Check for mismatched class methods during typecheckingRyan Scott2018-05-243-0/+15