summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Identify fields by selector when type-checking expressions (fixes #13847)wip/T13644Adam Gundry2017-09-185-4/+18
* Identify fields by selector when type-checking patterns (fixes #13644)Adam Gundry2017-09-142-5/+6
* [RTS] Make -po workBartosz Nitka2017-09-141-2/+11
* Remove unused variable bindingSimon Peyton Jones2017-09-141-1/+1
* Interim fix for a nasty type-matching bugSimon Peyton Jones2017-09-141-10/+58
* Refactor tcInferAppsSimon Peyton Jones2017-09-142-29/+32
* Refactor to eliminate FamTyConShapeSimon Peyton Jones2017-09-146-105/+78
* Tidying could cause ill-kinded typesSimon Peyton Jones2017-09-1410-81/+127
* Fix subtle bug in TcTyClsDecls.mkGADTVarsSimon Peyton Jones2017-09-143-30/+94
* More refinements to debugPprTypeSimon Peyton Jones2017-09-141-12/+9
* No need to check ambiguity for visible type argsSimon Peyton Jones2017-09-141-0/+5
* Model divergence of retry# as ThrowsExn, not DivergesBen Gamari2017-09-133-2/+6
* rts: Add regsterCc(s)List to RTS symbols listBen Gamari2017-09-131-0/+2
* Clarify seq documentationSibi Prabakaran2017-09-131-2/+3
* Simplify Data.Type.Equality.==David Feuer2017-09-136-184/+62
* Better document TypeRep patternsBen Gamari2017-09-131-1/+27
* Option "-ddump-rn-ast" dumps imports and exports tooAlan Zimmerman2017-09-134-339/+377
* Add non-ASCII isLetter True exampleChris Martin2017-09-131-0/+2
* Fix @since annotations in GHC.StatsDmitry Ivanov2017-09-131-3/+3
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-134-3/+13
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-132-2/+2
* Use ar for -staticlibMoritz Angermann2017-09-139-22/+399
* Clarify Data.Data documentationDavid Feuer2017-09-131-6/+18
* DriverMkDepend: Kill redundant importBen Gamari2017-09-131-1/+0
* rts: Print message before SIGUSR2 backtraceBen Gamari2017-09-131-0/+1
* Add regression test for #14209Ryan Scott2017-09-132-0/+6
* Check if -XStaticPointers is enabled when renaming static expressionsRyan Scott2017-09-134-0/+24
* Add a test for #14140David Feuer2017-09-123-0/+41
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-1230-201/+1024
* Add testcase for #14186Joachim Breitner2017-09-125-18/+83
* Retire cabal_macros_boot.h hackHerbert Valerio Riedel2017-09-092-47/+2
* Canonicalise MonoidFail instances in GHCHerbert Valerio Riedel2017-09-0912-10/+16
* Canonicalise Monoid instances in GHCHerbert Valerio Riedel2017-09-097-15/+15
* Remove makefile logic for legacy -this-package-keyHerbert Valerio Riedel2017-09-093-17/+0
* Remove now redundant cabal conditionals in {ghc,template-haskell}.cabalHerbert Valerio Riedel2017-09-092-19/+7
* Remove now redundant CPPHerbert Valerio Riedel2017-09-093-11/+0
* Bump T783 expected allocationsBen Gamari2017-09-081-1/+2
* Deal with unbreakable blocks in Applicative DoDavid Feuer2017-09-075-2/+23
* Drop special handling of iOS and AndroidMoritz Angermann2017-09-075-21/+4
* includes/rts: Drop trailing commaBen Gamari2017-09-071-1/+1
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-0744-561/+580
* Travis: Boot with ghc-8.2.1, and disable test suiteJoachim Breitner2017-09-071-6/+7
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-0730-38/+38
* Handle W80 in floatFormatGabor Greif2017-09-071-0/+1
* Update xhtml submoduleHerbert Valerio Riedel2017-09-071-0/+0
* Cleanups, remove commented-out codeGabor Greif2017-09-071-5/+1
* Clean up opt and llcMoritz Angermann2017-09-0618-174/+342
* rts: Fix use of #ifBen Gamari2017-09-061-1/+1
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-0516-107/+542
* rts: Add heap breakdown type for -hTBen Gamari2017-09-053-0/+7