summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Wibbles (mainly comments)wip/T2893Simon Peyton Jones2018-06-013-4/+4
* Implement QuantifiedConstraintsSimon Peyton Jones2018-05-2318-6/+342
* Improve performance of CallArityJoachim Breitner2018-05-221-1/+3
* Revert "ghc-pkg: recompute `abi-depends` for updated packages"Ben Gamari2018-05-2110-31/+8
* Check for type families in an instance contextSimon Peyton Jones2018-05-214-1/+18
* Make dischargeFmv handle DerivedsSimon Peyton Jones2018-05-212-0/+27
* Fix perf numbers for #15164Simon Peyton Jones2018-05-211-3/+1
* Do better sharing in the short-cut solverSimon Peyton Jones2018-05-212-0/+511
* ghc-pkg: recompute `abi-depends` for updated packagesAustin Seipp2018-05-2010-8/+31
* ghc-prim: Bump versionBen Gamari2018-05-2061-62/+62
* Add HeapView functionalityPatrick Dougherty2018-05-201-10/+14
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-2011-20/+89
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-192-5/+5
* Do not unify representational equalitiesSimon Peyton Jones2018-05-182-0/+19
* Orient TyVar/TyVar equalities with deepest on the leftSimon Peyton Jones2018-05-1828-154/+189
* Add regression tests for #11515 and #12563Ryan Scott2018-05-186-0/+33
* Fix GHCi space leaks (#15111)Simon Marlow2018-05-172-4/+10
* Fix #15073 by suggesting UnboxedTuples in an error messageRyan Scott2018-05-164-0/+37
* Improve numeric stability of numericEnumFrom for floating numbersHE, Tao2018-05-161-1/+2
* Fix #15039 by pretty-printing equalities more systematicallyRyan Scott2018-05-1614-9/+399
* An overhaul of the SRT representationSimon Marlow2018-05-161-1/+1
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-151-9/+6
* Algebraically simplify add/sub with carry/overflowSebastian Graf2018-05-154-8/+36
* testsuite: Disable T14697 on WindowsBen Gamari2018-05-151-0/+2
* Revert "Simplify callSiteInline a little"Ben Gamari2018-05-151-6/+4
* testsuite: Fix expected allocations of T9020 and T12425Ben Gamari2018-05-151-3/+4
* Tidy up error suppressionSimon Peyton Jones2018-05-152-0/+24
* Fix performance regressions from #14737Tobias Dammers2018-05-141-1/+3
* Fix another batch of `./validate --slow` failuresAlp Mestanogullari2018-05-1318-29/+88
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-134-2/+41
* GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-136-0/+12
* Refactor LitStringSylvain Henry2018-05-131-1/+2
* TcInteract: Ensure that tycons have representations before solving for TypeableBen Gamari2018-05-133-5/+4
* Simplify -ddump-json implementationMatthew Pickering2018-05-132-17/+2
* Use correct source spans for EmptyCaseRyan Scott2018-05-123-0/+35
* Adds CTRL-C handler in Windows's timeout (trac issue #12721)ARJANEN Loïc Jean David2018-05-121-23/+32
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-103-9/+1
* Fix #15038Ömer Sinan Ağacan2018-05-108-0/+464
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-093-1/+9
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-082-0/+16
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-082-16/+0
* Normalize the element type of ListPat, fix #14547Ben Gamari2018-05-082-0/+16
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-082-16/+0
* Simplify the kind checking for type/class declsSimon Peyton Jones2018-05-086-0/+36
* testsuite: Bump T5631 expected allocationsBen Gamari2018-05-051-3/+4
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-051-1/+1
* Add hyperbolic functions to test of Float-inversesJustus Sagemüller2018-05-053-1/+16
* Add test for invertability of `Floating` methods.Justus Sagemüller2018-05-053-0/+59
* Add 'addWordC#' PrimOpSebastian Graf2018-05-0562-64/+64
* testsuite: Add test for #15067Ben Gamari2018-05-053-0/+24