summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Bump allocations for T12234Ben Gamari2017-01-171-3/+4
* Bitmap: Use foldl' instead of foldrBen Gamari2017-01-171-3/+7
* testsuite/recomp001: Sleep to ensure that GHC notices file changeBen Gamari2017-01-171-0/+3
* Fix API Annotations for unboxed sumsAlan Zimmerman2017-01-177-15/+116
* Typos in manual and comments [ci skip]Gabor Greif2017-01-175-7/+7
* Comments about TyBinders (only)Simon Peyton Jones2017-01-161-8/+5
* Refine exprOkForSpeculationSimon Peyton Jones2017-01-162-32/+73
* Unbreak libGHCi by adding missing symbol.Tamar Christina2017-01-161-0/+1
* Add missing test files for T13082.Tamar Christina2017-01-162-0/+10
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-159-137/+555
* LLVM: Tweak TBAA metadata codegenErik de Castro Lopo2017-01-162-8/+14
* Revert "Record evaluated-ness on workers and wrappers"Matthew Pickering2017-01-154-101/+37
* Improve access violation reporting on WindowsRyan Scott2017-01-154-6/+18
* Properly introduce CTimer to System.Posix.TypesRyan Scott2017-01-155-26/+50
* Fix abort and import lib search on WindowsTamar Christina2017-01-157-3/+41
* Use latin1 code page on Windows for response files.Tamar Christina2017-01-154-2/+9
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-1316-262/+387
* Require python3 like everywhere else tooGabor Greif2017-01-131-1/+1
* Simplify CPP logic as we now need v7.10 for bootstrappingGabor Greif2017-01-133-17/+3
* Spelling fixes in non-exported data typeGabor Greif2017-01-131-26/+26
* Typos in commentsGabor Greif2017-01-136-6/+6
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-134-37/+101
* Fix top-level constraint handling (Trac #12921)Simon Peyton Jones2017-01-128-87/+166
* Small refactoring in TcErrorsSimon Peyton Jones2017-01-121-14/+16
* Typos in manual, comments and testsGabor Greif2017-01-1217-25/+25
* Add mkUserGuidePart.cabal to .gitignoreRyan Scott2017-01-111-0/+1
* Improve coment in typecheckIfacesForMerging.Edward Z. Yang2017-01-111-21/+36
* Fix handling of closed type families in Backpack.Edward Z. Yang2017-01-1115-49/+185
* Rewrite module signature documentation.Edward Z. Yang2017-01-111-66/+282
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-1120-52/+259
* Improve Backpack support for fixities.Edward Z. Yang2017-01-1110-8/+127
* Warn if you explicitly export an identifier with warning attached.Edward Z. Yang2017-01-112-1/+18
* Attach warnings to non-PVP compatible uses of signatures.Edward Z. Yang2017-01-115-7/+64
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-1145-91/+487
* Revert "event manager: Don't worry if attempt to wake dead manager fails"Ben Gamari2017-01-101-23/+5
* Inline partially-applied wrappersDavid Feuer2017-01-105-12/+76
* 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