summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-1917-15/+76
* findPtr: don't search the nurserySimon Marlow2018-06-191-0/+13
* Tweak wording in documentationVictor Nawothnig2018-06-191-2/+3
* testsuite: Add broken test for #15289Ben Gamari2018-06-193-0/+14
* testsuite: Skip T11627a and T11627b on DarwinBen Gamari2018-06-191-1/+7
* containers: Bump to 0.6.0.1Ben Gamari2018-06-1916-20/+16
* testsuite: Bump metrics for T5631 and T6048Ben Gamari2018-06-191-5/+7
* configure: Bump version to 8.6.0Richard Eisenberg2018-06-197-11/+11
* Document and simplify tcInstTyBindersRichard Eisenberg2018-06-193-30/+108
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-1913-59/+89
* Adjust comments (Trac #14164)Simon Peyton Jones2018-06-191-2/+2
* Mark some TH tests as req_interpÖmer Sinan Ağacan2018-06-198-10/+15
* Fix typo in comment onlyRichard Eisenberg2018-06-181-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-1824-31/+31
* Fix typechecking of kind signaturesSimon Peyton Jones2018-06-186-1/+25
* Two small refactoringsSimon Peyton Jones2018-06-1810-45/+44
* Fix an infinite loop in niFixTCvSubstSimon Peyton Jones2018-06-183-30/+97
* Remove accidentally checked-in T14845.stderrRyan Scott2018-06-171-7/+0
* Add -Werror=compatVladislav Zavialov2018-06-172-4/+18
* Use __FILE__ for Cmm assertion locations, fix #8619Ömer Sinan Ağacan2018-06-173-18/+7
* UNREG: fix CmmRegOff large offset handling on W64 platformsSergei Trofimovich2018-06-171-8/+4
* Provide a better error message for unpromotable data constructor contextsRyan Scott2018-06-1716-38/+185
* Improve documentation of Eq, Ord instances for Float and DoubleARJANEN Loïc Jean David2018-06-176-9/+190
* Improve error message when importing an unusable packageSean D Gillespie2018-06-1714-47/+161
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-179-18/+62
* testsuite: Mark print022 as broken on 32-bit platformsBen Gamari2018-06-171-2/+4
* testsuite: Mark T3001-2 as broken on 32-bit platformsBen Gamari2018-06-171-1/+3
* configure: Fail when bootstrapping with GHC 8.2.1Ben Gamari2018-06-171-0/+5
* Bump process submoduleBen Gamari2018-06-171-0/+0
* Revert "rts: Use .cfi_{start|end}proc directives"Ben Gamari2018-06-171-18/+1
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-168-4/+108
* base: Add default implementation for Data.Bits.bitSizeBen Gamari2018-06-162-0/+7
* Revert "Amend configure script to support lndir build tree"Ben Gamari2018-06-161-5/+5
* Enhanced constant foldingSylvain Henry2018-06-163-37/+309
* circleci: Add a reference to the documentation on the WikiBen Gamari2018-06-161-0/+3
* circleci: Bump fedora docker image tagBen Gamari2018-06-161-1/+1
* rts: Remove use of __USE_MINGW_ANSI_STDIOBen Gamari2018-06-161-13/+0
* base: Improve the documentation of the enumFrom series of functionsARJANEN Loïc Jean David2018-06-161-4/+42
* Bump nofib submoduleBen Gamari2018-06-161-0/+0
* Preserve parenthesis in function application in typecheckerZubin Duggal2018-06-164-7/+106
* rts: Use .cfi_{start|end}proc directivesBen Gamari2018-06-161-1/+18
* testsuite: Mark overflow1 as broken on 32-bit platforms due to #15255Ben Gamari2018-06-161-1/+2
* testsuite: Mark num009 as broken due to #15062Ben Gamari2018-06-161-0/+1
* Amend configure script to support lndir build treeAdam Gundry2018-06-161-5/+5
* Quantify unfixed kind variables in CUSKsRichard Eisenberg2018-06-1510-111/+24
* Built-in Natural literals in CoreSylvain Henry2018-06-1580-1121/+1946
* Fix #13833: accept type literals with no FlexibleInstancesKirill Zaborsky2018-06-154-2/+21
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-1510-84/+157
* Make dtrace enabled GHC work as a bootstrap compiler on FreeBSDBen Gamari2018-06-151-6/+26
* Add "quantified constraint" context in error message, fix #15231.HE, Tao2018-06-1512-25/+56