summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-2110-10/+50
* Improve TcCanonical.unifyWanted and unifyDerivedSimon Peyton Jones2016-10-211-14/+19
* Define emitNewWantedEq, and use itSimon Peyton Jones2016-10-213-14/+19
* Refactor occurrence-check logicSimon Peyton Jones2016-10-2113-399/+102
* Accept 20% dedgradation in Trac #5030 compile timeSimon Peyton Jones2016-10-211-1/+4
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-2179-859/+1322
* Make TcLevel increase by 1 not 2Simon Peyton Jones2016-10-211-11/+6
* Test Trac #12507Simon Peyton Jones2016-10-212-0/+17
* Comments and trivial refactoringSimon Peyton Jones2016-10-215-21/+23
* Refactor typechecking of pattern bindingsSimon Peyton Jones2016-10-215-177/+304
* Typos in commentsGabor Greif2016-10-214-5/+5
* check-cpp: Make it more robustBen Gamari2016-10-201-1/+3
* Fix Mac OS X build by removing space after ASSERT.Edward Z. Yang2016-10-201-1/+1
* Mark previously failing backpack tests as passing, with correct output.Edward Z. Yang2016-10-2011-35/+119
* Only delete instances when merging when there is an exact match.Edward Z. Yang2016-10-203-24/+78
* Support constraint synonym implementations of abstract classes.Edward Z. Yang2016-10-207-1/+137
* New story for abstract data types in hsig files.Edward Z. Yang2016-10-2024-31/+401
* configure.ac: Report Unregisterised settingErik de Castro Lopo2016-10-201-0/+1
* StgCmmPrim: Add missing write barrier.Peter Trommler2016-10-191-0/+4
* Test for newtype with unboxed argumentSimon Peyton Jones2016-10-197-42/+56
* cmm/Hoopl/Dataflow: remove unused codeMichal Terepeta2016-10-183-665/+11
* Compute export hash based on ALL transitive orphan modules.Edward Z. Yang2016-10-1815-10/+119
* Add some missing RTS symbolsSimon Marlow2016-10-181-0/+9
* fix build failure on Solaris caused by usage of --export-dynamicKarel Gardas2016-10-181-0/+4
* ghc/Main.hs: Add import list to DynamicLoadingÖmer Sinan Ağacan2016-10-181-1/+1
* DynamicLoading: Replace map + zip with zipWithÖmer Sinan Ağacan2016-10-181-2/+2
* fixup! Add option to not retain CAFs to the linker APISimon Marlow2016-10-181-1/+1
* remove unnecessary ifdefSimon Marlow2016-10-181-2/+0
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-182-3/+24
* Track dep_finsts in exports hash, as it affects downstream deps.Edward Z. Yang2016-10-1713-3/+137
* Bump parallel submoduleBen Gamari2016-10-171-0/+0
* testsuite: Mark T7037 as broken on WindowsBen Gamari2016-10-171-1/+2
* testsuite/driver: Allow threading on WindowsBen Gamari2016-10-171-3/+0
* testsuite: Eliminate unnecessary compile_timeout_multiplierBen Gamari2016-10-171-1/+1
* testsuite/driver: More Unicode awarenessBen Gamari2016-10-172-11/+16
* validate: Allow user to override Python interpreterBen Gamari2016-10-171-2/+8
* testsuite/timeout: Ensure that processes are cleaned up on WindowsBen Gamari2016-10-171-16/+19
* testsuite/driver: Never symlink on WindowsBen Gamari2016-10-171-6/+12
* testsuite: Mark T9405 as broken on WindowsBen Gamari2016-10-172-2/+4
* testsuite: Mark T10858 as broken on WindowsBen Gamari2016-10-171-1/+2
* testsuite: Mark break011 as brokenBen Gamari2016-10-171-1/+4
* testsuite: Work around #12554Ben Gamari2016-10-171-2/+42
* Re-add accidentally-deleted lineSimon Peyton Jones2016-10-171-1/+2
* Typos in commentsGabor Greif2016-10-174-4/+4
* Comments onlySimon Peyton Jones2016-10-171-0/+13
* Add more variants of T3064 (in comments)Simon Peyton Jones2016-10-171-10/+13
* Reduce trace output slightlySimon Peyton Jones2016-10-171-4/+2
* Test Trac #12681Simon Peyton Jones2016-10-174-0/+11
* Fix wrapping order in matchExpectedConTySimon Peyton Jones2016-10-173-10/+24
* Correct order of existentials in pattern synonymsSimon Peyton Jones2016-10-174-18/+81