summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Inline IOEnv methodswip/inline-ioenvDmitry Ivanov2017-02-231-0/+7
* testsuite: Bump a performance testsBen Gamari2017-02-231-32/+35
* Revert recent submodule bumpsBen Gamari2017-02-2213-16/+14
* Bump time submoduleBen Gamari2017-02-221-0/+0
* A much nicer solution for typechecking ApplicativeDoSimon Peyton Jones2017-02-221-35/+32
* Test Trac #13244Simon Peyton Jones2017-02-222-0/+35
* Fix ApplicativeDo constraint scopingSimon Peyton Jones2017-02-223-22/+70
* Test Trac #13271Simon Peyton Jones2017-02-223-0/+18
* Bump Cabal and containers submodulesBen Gamari2017-02-219-12/+14
* Fix all broken perf tests on x64 WindowsTamar Christina2017-02-215-6/+29
* Test Trac #13300Simon Peyton Jones2017-02-213-0/+17
* Gather constraints locally in checkMainSimon Peyton Jones2017-02-215-7/+45
* Disallow class instances for synonymsSimon Peyton Jones2017-02-214-6/+60
* A bit more tc-tracing in TcTyClsDeclsSimon Peyton Jones2017-02-211-0/+2
* Remove panics for TcTyConSimon Peyton Jones2017-02-212-50/+57
* A little refactoring of the simplifier around join pointsSimon Peyton Jones2017-02-212-38/+45
* Replace some pushTcLevelM's with pushTcLevelM_Ryan Scott2017-02-211-3/+3
* Minor spelling, grammar, and formatting fixesRyan Scott2017-02-211-6/+7
* Fix SetLevels for join pointsSimon Peyton Jones2017-02-211-18/+14
* Improve Core Lint, mainly for join pointsSimon Peyton Jones2017-02-211-38/+69
* testsuite: Fix allocations of T10547Ben Gamari2017-02-211-1/+1
* Refactor inferConstraints not to use CPSSimon Peyton Jones2017-02-212-22/+21
* Fix computation of dfun_tvs in mkNewTypeEqnSimon Peyton Jones2017-02-213-4/+13
* Fix DeriveAnyClass (again)Simon Peyton Jones2017-02-214-118/+172
* Spelling in comments onlySimon Peyton Jones2017-02-211-1/+1
* build.mk: Add option for debug symbolsBen Gamari2017-02-201-0/+7
* Bump time submodule to 1.8Ben Gamari2017-02-207-2/+2
* Bump Win32 submodule to 2.5.1.0Ben Gamari2017-02-201-0/+0
* Bump a few more performance regressions from Type-indexed TypeableBen Gamari2017-02-201-2/+4
* Bump Cabal submoduleBen Gamari2017-02-2010-16/+18
* A number of Typeable wibbles from reviewBen Gamari2017-02-204-13/+11
* Remove redundant importSimon Peyton Jones2017-02-201-1/+0
* Fix Core pretty printerSimon Peyton Jones2017-02-201-2/+3
* Kill off the remaining Rec []Simon Peyton Jones2017-02-203-34/+39
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-206-18/+21
* Typos in manual, tests and commentsGabor Greif2017-02-2012-13/+13
* Remove ghc-api/landmine testsAlan Zimmerman2017-02-199-206/+0
* Improve Haddock documentation for compact.Edward Z. Yang2017-02-183-35/+110
* Disable Typeable binding generation for unboxed sumsBen Gamari2017-02-184-10/+14
* Type-indexed TypeableBen Gamari2017-02-1879-1026/+3111
* Generalize kind of the (->) tyconBen Gamari2017-02-1831-115/+480
* Bump nofib submoduleBen Gamari2017-02-181-0/+0
* Bump libraries/array submoduleBen Gamari2017-02-181-0/+0
* Say 'data' explicitly in IfAbstractTyCon output.Edward Z. Yang2017-02-1711-13/+13
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-1715-47/+156
* Fix recompilation tracking on signatures.Edward Z. Yang2017-02-1712-5/+76
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-1717-38/+151
* Simplify OutputableBndrSimon Peyton Jones2017-02-178-78/+76
* Fix a substitution bug in cseCaseSimon Peyton Jones2017-02-171-1/+2
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-1712-85/+96