summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused BottomFound from TickSimon Peyton Jones2018-06-251-3/+0
* More misc commentsSimon Peyton Jones2018-06-253-10/+15
* Coments and debug tracing onlySimon Peyton Jones2018-06-251-0/+4
* Refactor the kind-checking of tyvar bindersSimon Peyton Jones2018-06-253-126/+178
* Improve tc-tracing a bitSimon Peyton Jones2018-06-252-1/+5
* Fix error recovery for pattern synonymsSimon Peyton Jones2018-06-255-37/+95
* Tweak API Annotations for ConDeclGADTAlan Zimmerman2018-06-249-7/+19
* Remove -Wamp flagroland2018-06-222-19/+0
* rts/linker/{SymbolExtras,elf_got}.c: map code as read-onlySantiago Munín2018-06-222-2/+9
* rts: Abort if timerfd read failsBen Gamari2018-06-221-1/+1
* Include ghc-heap and libiserv in the "package" file.HE, Tao2018-06-221-0/+2
* Explain why opt-cmm is not dumped by ddump-cmm-verbose.klebinger.andreas@gmx.at2018-06-221-3/+5
* TTG for IPBind had wrong extension nameAlan Zimmerman2018-06-227-11/+11
* Move a Note to the module that refers to itSimon Peyton Jones2018-06-222-13/+13
* Remove unnecessary call to checkReductionDepthSimon Peyton Jones2018-06-221-1/+2
* Refactor try_solve_fromInstance in shortCutSolverSimon Peyton Jones2018-06-221-15/+15
* Instances in no-evidence implicationsSimon Peyton Jones2018-06-2210-109/+252
* Drop redundant NoteRyan Scott2018-06-211-20/+1
* Fix incorrect GHC versioningHerbert Valerio Riedel2018-06-211-1/+1
* configure: Set version to 8.7ghc-8.7-startBen Gamari2018-06-205-7/+7
* containers: Bump to 0.6.0.1Ben Gamari2018-06-2017-20/+16
* Fix gcc.exe: error: CreateProcess: No such file or directoryMoritz Angermann2018-06-204-2/+44
* rts: A bit of cleanup of posix itimer implementationBen Gamari2018-06-201-12/+9
* Remove HsEqTy and XEqTyRyan Scott2018-06-207-44/+4
* Allow :info for (~) in GHCiRyan Scott2018-06-204-1/+18
* configure: Fix libnuma detection logicBen Gamari2018-06-201-1/+1
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-206-6/+6
* Revert "containers: Bump to 0.6.0.1"Ben Gamari2018-06-1916-16/+20
* 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