summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-054-29/+34
* StgLint: Show constructor arity in mismatch messageBen Gamari2017-09-051-1/+1
* base: Update acosh to handle -1::ComplexAlex Bradley2017-09-054-1/+13
* SetLevels: Substitute in ticks in lvlMFEBen Gamari2017-09-052-2/+3
* Replace hashing function for string keys implementation with xxhashTamar Christina2017-09-054-10/+1190
* get-win32-tarballs: Use correct `find`Ben Gamari2017-09-052-3/+12
* get-win32-tarballs: Use bash, not shBen Gamari2017-09-051-1/+1
* Fix egregious duplication of vars in RnTypesRyan Scott2017-09-055-29/+114
* Remember the AvailInfo for each IEalexbiehl2017-09-057-22/+31
* testsuite: Add test for #14129Ben Gamari2017-09-052-0/+4
* testsuite: Fix validation of waysBen Gamari2017-09-051-9/+18
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-0429-113/+128
* Document the Generic(1) lawsRyan Scott2017-09-021-2/+16
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-0211-93/+70
* Disallow bang/lazy patterns in the RHSes of implicitly bidirectional patsynsRyan Scott2017-09-027-8/+72
* Document the intricacies of ForallC variable quantification betterRyan Scott2017-09-021-0/+29
* Update transformers submoduleHerbert Valerio Riedel2017-09-021-0/+0
* Remove broken citeseer citation linksChris Martin2017-09-012-2/+2
* Add testcase for #14178Ben Gamari2017-09-013-0/+36
* Fix order of PrelRuleBen Gamari2017-09-011-1/+1
* Improve stm haddocksBen Gamari2017-09-011-27/+32
* Add missing Semigroup instances in utils/{hpc,runghc}Herbert Valerio Riedel2017-08-312-10/+15
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-3110-58/+96
* Really fix Trac #14158Simon Peyton Jones2017-08-313-2/+50
* Small changes to ddump-tc tracingSimon Peyton Jones2017-08-314-8/+12
* Add debugPprTypeSimon Peyton Jones2017-08-3132-98/+154