summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up Windows testsuite failuresTamar Christina2018-05-288-6/+192
* 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-252-0/+8
* 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
* testsuite: Bump OS X performance numbersBen Gamari2018-05-241-2/+3
* Use dischargeFunEq consistentlySimon Peyton Jones2018-05-232-0/+17
* 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