summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always build GHCi libsSimon Marlow2017-03-152-6/+4
* testsuite: Bump margin of T4029 to 15%Ben Gamari2017-03-151-1/+2
* Reimplement minusList using SetDavid Feuer2017-03-142-3/+41
* Shortcut a test in exprIsOkDavid Feuer2017-03-141-2/+2
* Fix #13337.Richard Eisenberg2017-03-1417-54/+176
* Fix Windows GCC driverTamar Christina2017-03-141-5/+3
* Allow associated types to pattern-match in non-class-bound variablesRyan Scott2017-03-1415-114/+125
* Further document :type +v's role in analyzing -XTypeApplications in GHCiRyan Scott2017-03-142-19/+56
* testsuite: Bump allocations for T4029Ben Gamari2017-03-141-1/+2
* Introduce and use mkLetRec, mkLetNonRecBen Gamari2017-03-143-35/+41
* Fix CaseIdentity optimisation AGAINSimon Peyton Jones2017-03-143-9/+18
* Typos in manual and commentsGabor Greif2017-03-1419-26/+26
* Fix #13382: Put join ceiling underneath lambdasLuke Maurer2017-03-132-2/+5
* Bump nofib submoduleBen Gamari2017-03-131-0/+0
* testsuite: Fix peak_megabytes_allocated for T4029Ben Gamari2017-03-131-1/+1
* testsuite: Fix use of wc in T13340Ben Gamari2017-03-131-1/+1
* Typeable: Fix remaining typeRepX referencdsBen Gamari2017-03-133-24/+24
* Make exports from Data.Typeable and Type.Reflection consistentRyan Scott2017-03-132-3/+12
* Broaden demand analysis IO hack notesDavid Feuer2017-03-131-4/+8
* Maybe Monoid doc: "is no semigroup" -> "used to be no semigroup"Chris Martin2017-03-131-2/+2
* Add COLUMN pragmaPhil Ruffwind2017-03-135-1/+50
* Add `-fmax-errors` flagCharles Cooper2017-03-134-10/+28
* unlit: replace the SHEBANG with an empty linePhil Ruffwind2017-03-134-0/+9
* Elaborate further on ZipList Applicative docsChris Martin2017-03-131-5/+13
* Don't reference elSupremum in haddock for Lifetime MonoidChris Martin2017-03-131-1/+1
* Replace debugging trace with a proper WARNMatthew Pickering2017-03-132-2/+10
* KQueue: Eliminate redundant importBen Gamari2017-03-121-4/+3
* Remove `runs` function which already exists in baseÖmer Sinan Ağacan2017-03-124-27/+9
* Observe #13267 in release notesRyan Scott2017-03-111-0/+10
* Emit Core lint warnings on stderr, fix #13342Ben Fiedler2017-03-111-2/+4
* dsGRHSs: Remove unused pattern variables argumentÖmer Sinan Ağacan2017-03-112-4/+4
* Fix bkpcabal03 test.Edward Z. Yang2017-03-101-1/+1
* Bump time submoduleBen Gamari2017-03-101-0/+0
* testsuite: Bump T10359 allocationsBen Gamari2017-03-101-1/+3
* Comments onlySimon Peyton Jones2017-03-102-23/+35
* Drop redundant importSimon Peyton Jones2017-03-101-1/+0
* Define TcSimplify.simplifyTopImplic and use itSimon Peyton Jones2017-03-103-8/+15
* Fix constraint simplification in rulesSimon Peyton Jones2017-03-104-76/+114
* Improve error messages for skolemsSimon Peyton Jones2017-03-1061-178/+250
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-1064-384/+532
* Deal with JoinIds before void typesSimon Peyton Jones2017-03-103-3/+20
* Do not generate a data-con wrapper for !Int#Simon Peyton Jones2017-03-102-3/+19
* implement missing Fabs{32,64} on i386 NCG and UNREGSergei Trofimovich2017-03-102-4/+4
* configure.ac: Bump version to 8.3ghc-8.3-startBen Gamari2017-03-095-4/+4
* Fix typo in base changelogRyan Scott2017-03-091-1/+1
* Data.Typeable: Export splitTyConApp, typeRepArgs, and typeRepTyConBen Gamari2017-03-095-15/+39
* configure.ac: Ensure that we handle case of non-present --targetBen Gamari2017-03-091-1/+7
* Fix test results for T13380David Feuer2017-03-092-1/+2
* Revert "configure.ac: Bump version to 8.3"Ben Gamari2017-03-092-2/+2
* integerConstantFolding: no longer broken with -DDEBUG (#1106)Joachim Breitner2017-03-091-2/+1