summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unused identifierswip/all-inlinable-headMatthew Pickering2017-01-091-2/+2
* Always expose unfoldings for overloaded functions.Matthew Pickering2017-01-092-2/+10
* 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
* 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