summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous fundeps on (~)Richard Eisenberg2016-02-171-1/+5
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-126-6/+32
* Restore derived Eq instance for SrcLocRyanGlScott2016-02-091-1/+2
* Fix haddocks for TypeErrorBen Gamari2016-02-071-4/+4
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-061-0/+3
* Fix @since annotations for renamed pretty{CallStack,SrcLoc}Herbert Valerio Riedel2016-02-061-2/+2
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-1/+0
* Make TypeError a newtype, add changelog entryRyanGlScott2016-02-022-1/+6
* Hide the CallStack implicit parameterEric Seidel2016-02-014-47/+104
* Missing @since annotations in GHC.Genericswip/gadtpm-prefix-treeRyanGlScott2016-01-311-0/+28
* Minor doc fixes to GHC.GenericsRyanGlScott2016-01-311-5/+23
* Define CTYPE for more Posix typesHerbert Valerio Riedel2016-01-301-10/+10
* Add closing parenthesis in comment for eqString (#11507)Thomas Miedema2016-01-291-1/+1
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-265-34/+34
* Fix docstring GHC.IO.Handle.FD.openFileBLockingThomas Miedema2016-01-211-3/+3
* Update and improve documentation in Data.FoldableBen Gamari2016-01-211-9/+55
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-201-75/+19
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+1
* un-wire-in error, undefined, CallStack, and IPEric Seidel2016-01-181-5/+9
* Show TYPE 'Lifted/TYPE 'Unlifted as */# in Show TypeRep instanceRyanGlScott2016-01-174-2/+20
* Complete operators properlyArthur Fayzrakhmanov (Артур Файзрахманов)2016-01-171-12/+15
* GHC.Generics: Fix documentationBen Gamari2016-01-141-1/+1
* Add missing type representationsBen Gamari2016-01-131-7/+21
* Add -prof stack trace to assertSimon Marlow2016-01-133-5/+13
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Rewrite Haddocks for GHC.Base.constBen Gamari2016-01-041-1/+6
* Minor fix of MonadFail instance for `ReadPrec`Herbert Valerio Riedel2016-01-011-1/+1
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-015-22/+10
* Testsuite: mark T7653 with high_memory_usageThomas Miedema2015-12-301-1/+2
* Modify getFullArgs to include program nameRik Steenkamp2015-12-291-7/+11
* Update a few references to GHC 7.12Ben Gamari2015-12-291-1/+1
* Adding flags: -ffull-guard-reasoning and too-many-guardsGeorge Karachalias2015-12-271-0/+1
* Visible type applicationRichard Eisenberg2015-12-241-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-2363-229/+338
* Comments onlySimon Peyton Jones2015-12-231-3/+4
* base: Add sections to changelogBen Gamari2015-12-211-65/+70
* Added missing instances for Identity and Const (#11210)Shane O'Brien2015-12-213-3/+15
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-212-0/+5
* Encode strictness in GHC generics metadataRyanGlScott2015-12-212-45/+243
* Implement phase 1 of expanded FloatingDan Doel2015-12-214-0/+105
* Move Const to own module in Data.Functor.Const and enable PolyKindsShane O'Brien2015-12-214-29/+73
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-215-28/+28
* Modify IsString String instance (fixes #10814)Dan Doel2015-12-212-10/+45
* fix typoHerbert Valerio Riedel2015-12-181-1/+1
* Move Data.Functor.(Classes,Compose,Product,Sum) into baseRyanGlScott2015-12-176-0/+751
* IO Handles: update comments [skip ci]Thomas Miedema2015-12-173-7/+11
* Testsuite: #10712 is fixedThomas Miedema2015-12-171-1/+1
* Note [The equality types story] in TysPrimRichard Eisenberg2015-12-161-7/+6
* GHC.Stack: Fix Haddock markupBen Gamari2015-12-162-3/+9
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-1618-22/+22