summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Move large tuples to a new module GHC.LargeTuplewip/rwbarton-large-tupleReid Barton2017-01-066-202/+275
* Typofixes in manual and comments [ci skip]Gabor Greif2017-01-043-3/+3
* Typo in manual [ci skip]Gabor Greif2017-01-031-1/+1
* Don't use $ in the definition of (<**>) in GHC.BaseMatthew Pickering2017-01-031-1/+2
* Add specialization rules for realToFrac on ComplexTakano Akio2017-01-031-0/+13
* Refactor importdecls/topdecls parsing.Edward Z. Yang2017-01-021-44/+50
* Don't suggest enabling TypeApplications when it's already enabledMaciej Bielecki2017-01-024-2/+17
* Update .mailmapMatthew Pickering2017-01-021-2/+9
* Disallow users to write instances of KnownNat and KnownSymsjorn32017-01-024-7/+37
* Remove documentation about non-existent flag.Edward Z. Yang2017-01-011-9/+0
* Fix incorrect statement about plugin packages.Edward Z. Yang2017-01-011-4/+4
* Fix various issues with testsuite code on WindowsTamar Christina2016-12-283-39/+81
* Bump array submoduleBen Gamari2016-12-271-0/+0
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-279-13/+41
* testsuite: Fix T13025Ben Gamari2016-12-272-2/+2
* Expand I/O CP in commentsJoachim Breitner2016-12-271-2/+2
* CallArity: Use exprIsCheap to detect thunksJoachim Breitner2016-12-262-10/+22
* Remove redudant import from check-pprMatthew Pickering2016-12-261-1/+0
* check-ppr: Make --dump the default behaviorBen Gamari2016-12-261-11/+6
* rename: Add note describing #11216Ben Gamari2016-12-231-4/+22
* Define MAP_ANONYMOUS on systems that only provide MAP_ANONGracjan Polak2016-12-232-5/+10
* base: Override Foldable.{toList,length} for NonEmptyArtyom2016-12-231-2/+4
* Fix test for T12877Sylvain Henry2016-12-234-22/+6
* Use python3 for lintersMatthew Pickering2016-12-234-6/+6
* Add caret diagnosticsPhil Ruffwind2016-12-2316-14/+228
* rename: Don't require 'fail' in non-monadic contextsBen Gamari2016-12-234-4/+32
* users-guide: Kill extraneous linkBen Gamari2016-12-231-1/+1
* testsuite: Split out Windows allocations numbers for T12234Ben Gamari2016-12-231-1/+3
* Push coercions in exprIsConApp_maybeSimon Peyton Jones2016-12-236-2/+114
* Removed dead code in DsCCall.mk_altSimon Peyton Jones2016-12-231-48/+41
* Propagate evaluated-ness a bit more faithfullySimon Peyton Jones2016-12-234-3/+54
* Tiny refactor in CoreTidySimon Peyton Jones2016-12-231-10/+10
* Float unboxed expressions by boxingSimon Peyton Jones2016-12-237-118/+274
* Ensure that even bottoming functions have an unfoldingSimon Peyton Jones2016-12-231-20/+26
* Comments onlySimon Peyton Jones2016-12-231-0/+2
* White space onlySimon Peyton Jones2016-12-231-4/+4
* Fix a bug in ABot handling in CoreAritySimon Peyton Jones2016-12-235-4/+33
* Alpha-renaming and white space onlySimon Peyton Jones2016-12-231-10/+11
* Allow timeout to kill entire process tree.Tamar Christina2016-12-232-1/+15
* Revert "Suppress duplicate .T files"Gabor Greif2016-12-221-1/+1
* Fix another forward reference to a NoteRyan Scott2016-12-211-2/+2
* Notes on parsing lists in Parser.yEdward Z. Yang2016-12-211-0/+44
* Update ghc-cabal command line usage text.Edward Z. Yang2016-12-211-3/+7
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-2121-133/+279
* Disambiguate two Notes with identical namesRyan Scott2016-12-211-2/+2
* Fix a forward reference to a NoteRyan Scott2016-12-211-2/+2
* Improved perf for T12227Simon Peyton Jones2016-12-211-1/+3
* Test Trac #12950Simon Peyton Jones2016-12-212-0/+18
* Fix 'SPECIALISE instance'Simon Peyton Jones2016-12-2111-98/+182
* Never apply worker/wrapper to DFunsSimon Peyton Jones2016-12-212-38/+46