summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make some tests passwip/tdammers/T11066Tobias Dammers2018-05-3011-41/+32
* Turn "inaccessible code" error into a warningTobias Dammers2018-05-303-3/+44
* testsuite: Use /usr/bin/env instead of /bin/bashBen Gamari2018-05-302-2/+4
* testsuite: Fix incorrectly capitalized True in testlib.pyBen Gamari2018-05-301-1/+1
* Unmask readMVar in readChanDavid Feuer2018-05-301-10/+1
* base: Improve zip documentationTaylor Fausak2018-05-301-1/+8
* Use a less confusing type variable in a few typesSimon Jakobi2018-05-302-6/+6
* Minor refactoringGabor Greif2018-05-302-2/+2
* Typofix in manual [ci skip]Gabor Greif2018-05-301-1/+1
* remove dead maybeIsLFConGabor Greif2018-05-301-6/+1
* Typofixes [ci skip]Gabor Greif2018-05-303-4/+4
* Factor stack chunk printing out of printTSOÖmer Sinan Ağacan2018-05-301-2/+6
* Clean up Windows testsuite failuresTamar Christina2018-05-3012-8/+225
* Fix 32 bit windows buildTamar Christina2018-05-304-3/+5
* Update GHC.Stats docsÖmer Sinan Ağacan2018-05-282-4/+10
* base: Introduce Data.Monoid.Apchessai2018-05-2715-25/+88
* 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
* Comments about the substition invariantSimon Peyton Jones2018-05-252-52/+57
* isDllName: use Opt_ExternalDynamicRefs, not WayDynSimon Marlow2018-05-251-1/+1
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-258-2/+96
* Minor typosRyan Scott2018-05-242-4/+4
* Clean up the conflicting data family instances error messageRyan Scott2018-05-2416-51/+104
* Check for mismatched class methods during typecheckingRyan Scott2018-05-247-3/+59
* testsuite: Bump OS X performance numbersBen Gamari2018-05-241-2/+3
* Disable the SRT offset optimisation on MachO platformsBen Gamari2018-05-234-5/+43
* Fix a bug in SRT generationSimon Marlow2018-05-231-48/+51
* Use dischargeFunEq consistentlySimon Peyton Jones2018-05-235-72/+64
* Don't expose strictness when sm_inline is FalseSimon Peyton Jones2018-05-232-28/+55
* Add missing check to isReflCoVar_maybeSimon Peyton Jones2018-05-232-5/+7
* Remove special case from TcTyVar level checkSimon Peyton Jones2018-05-231-2/+1
* Typo in commentsGabor Greif2018-05-232-2/+2
* Improve performance of CallArityJoachim Breitner2018-05-223-2/+12
* Revert "ghc-pkg: recompute `abi-depends` for updated packages"Ben Gamari2018-05-2111-82/+9
* Check for type families in an instance contextSimon Peyton Jones2018-05-215-2/+32
* Make dischargeFmv handle DerivedsSimon Peyton Jones2018-05-216-18/+52
* Remove TcType.toTcTypeSimon Peyton Jones2018-05-214-69/+20
* Fix perf numbers for #15164Simon Peyton Jones2018-05-211-3/+1
* Do better sharing in the short-cut solverSimon Peyton Jones2018-05-215-63/+631
* ghc-pkg: recompute `abi-depends` for updated packagesAustin Seipp2018-05-2011-9/+82
* ghc-prim: Bump versionBen Gamari2018-05-2065-66/+70
* Add HeapView functionalityPatrick Dougherty2018-05-2035-483/+1948
* rts: Fix compaction of SmallMutArrPtrsBen Gamari2018-05-203-14/+17
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-2013-22/+95
* base: Fix typoBen Gamari2018-05-201-1/+1
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-195-6/+18
* Fix retainer profiling after SRT overhaulSimon Marlow2018-05-191-147/+28