summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generic and Generic1 instances for tupleswip/D2899Vladislav Zavialov2016-12-281-0/+110
* 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
* Move InId/OutId to CoreSynSimon Peyton Jones2016-12-218-84/+51
* Lint DFunUnfoldingsSimon Peyton Jones2016-12-211-2/+14
* Don't eta-expand in stable unfoldingsSimon Peyton Jones2016-12-217-13/+64
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Move typeSize/coercionSize into TyCoRepSimon Peyton Jones2016-12-214-47/+59
* Add note for rebindable syntax of [a..b]Simon Peyton Jones2016-12-211-0/+4
* Test Trac #12968, plus some commentsSimon Peyton Jones2016-12-214-0/+20
* Fix typos (not test relevant)Gabor Greif2016-12-212-2/+2
* Suppress duplicate .T filesGabor Greif2016-12-211-1/+1
* Rewrite Note [Api annotations] for clarity.Edward Z. Yang2016-12-203-55/+88