summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuitefoldr-to-foldlBen Gamari2017-01-1031-361/+361
* Replace a number of foldrs with foldl'sBen Gamari2017-01-1028-65/+86
* Bitmap: Use foldl' instead of foldrBen Gamari2017-01-101-3/+7
* Fix warnings on OS XBen Gamari2017-01-101-3/+3
* base: Reexport types in GHC.Tuple from Data.TupleBen Gamari2017-01-101-2/+6
* Fix references in let/app invariant noteDavid Feuer2017-01-101-1/+2
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-109-23/+69
* Don't use the splitter on DarwinDemi Obenour2017-01-102-184/+26
* Fix terminal corruption bug and clean up SDoc interface.Phil Ruffwind2017-01-104-27/+51
* testsuite driver: don't append to existing output filesReid Barton2017-01-101-2/+2
* Expose purgeObj in ObjLinkJon Coens2017-01-101-3/+18
* Fix typo in commentSteffen Forkmann2017-01-101-1/+1
* Remove tyConStringDavid Feuer2017-01-102-8/+1
* Remove deprecated InteractiveEval APIDavid Feuer2017-01-102-45/+1
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-101-5/+23
* Add doc header to Dynamic's re-export of TypeableChris Martin2017-01-101-1/+1
* users-guide: Produce OpenSearch descriptionBen Gamari2017-01-101-0/+1
* Enable subsections via symbols on iOSDemi Obenour2017-01-103-3/+9
* Check that type variable does not reference itself in its kind signatureJohn Leo2017-01-104-6/+46
* base: Add Foreign.ForeignPtr.plusForeignPtr.Shea Levy2017-01-104-0/+11
* Throw an exception on heap overflowDemi Obenour2017-01-1017-27/+269
* testsuite: Add performance testcase from #12707Ben Gamari2017-01-102-0/+204
* Ensure mkUserGuidePart is compiled with current GHC versionBen Gamari2017-01-102-3/+7
* -dead_strip is now the default on DarwinDemi Obenour2017-01-102-11/+17
* Properly detect MinTTY when running GHCi on WindowsRyan Scott2017-01-104-3/+45
* CmmCommonBlockElim: Ignore CmmUnwind nodesBen Gamari2017-01-101-1/+1
* Make HsIParamTy have a Located HsIPNameAlan Zimmerman2017-01-105-7/+6
* Typos in comments (and in a test)Gabor Greif2017-01-0914-18/+18
* Fix zonk_eq_types in TcCanonicalSimon Peyton Jones2017-01-094-6/+96
* Parse holes as infix operatorsÖmer Sinan Ağacan2017-01-085-0/+42
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-083-6/+6
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-063-0/+17
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-0614-305/+206
* Actually add the right file for T13035 stderrMatthew Pickering2017-01-061-1/+4
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-0614-206/+305
* Add missing stderr file for T13035Matthew Pickering2017-01-061-1/+1
* More fixes for #5654Simon Marlow2017-01-0610-62/+170
* Add performance test for #13056Ryan Scott2017-01-062-1/+36
* Fix the implementation of the "push rules"Simon Peyton Jones2017-01-065-153/+202
* Avoid exponential blowup in FamInstEnv.normaliseTypeSimon Peyton Jones2017-01-064-13/+190
* Use the right in-scope setSimon Peyton Jones2017-01-061-2/+3
* Coerce for fmapDefault and foldMapDefaultDavid Feuer2017-01-052-9/+41
* Fix doctests in Data.FunctorOleg Grenrus2017-01-051-1/+1
* Remove single top-level section in Foldable docsChris Martin2017-01-051-7/+6
* Use atomic counter for GHC.Event.Uniquealexbiehl2017-01-052-21/+17
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-0516-30/+588
* Ensure nested binders have Internal NamesSimon Peyton Jones2017-01-055-51/+94
* Minor refactoring in CSESimon Peyton Jones2017-01-051-34/+46
* Remove a redundant testSimon Peyton Jones2017-01-051-1/+4
* Typofixes in manual and comments [ci skip]Gabor Greif2017-01-043-3/+3