summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update binary submodule to 0.8.2.0 releaseHerbert Valerio Riedel2016-02-021-0/+0
* Make TypeError a newtype, add changelog entryRyanGlScott2016-02-022-1/+6
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-022-3/+4
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-023-73/+90
* Remote GHCi: Optimize the serialization/deserialization of byte codeSimon Marlow2016-02-021-10/+54
* Update unix submodule to latest snapshotHerbert Valerio Riedel2016-02-011-0/+0
* Hide the CallStack implicit parameterEric Seidel2016-02-014-47/+104
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-63/+44
* Missing @since annotations in GHC.Genericswip/gadtpm-prefix-treeRyanGlScott2016-01-311-0/+28
* Minor doc fixes to GHC.GenericsRyanGlScott2016-01-311-5/+23
* Update unix submodule to latest snapshotHerbert Valerio Riedel2016-01-311-0/+0
* 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
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-272-17/+18
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-265-34/+34
* Update process submodule to 1.4.2.0 releaseHerbert Valerio Riedel2016-01-261-0/+0
* Update transformers submodule to 0.5.1.0 releaseHerbert Valerio Riedel2016-01-261-0/+0
* Make a constraint synonym for repeated BinaryStringRep and use it.Edward Z. Yang2016-01-221-8/+11
* Fix docstring GHC.IO.Handle.FD.openFileBLockingThomas Miedema2016-01-211-3/+3
* Update and improve documentation in Data.FoldableBen Gamari2016-01-211-9/+55
* Update submodule stm + randomThomas Miedema2016-01-202-0/+0
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-202-87/+19
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-197-61/+41
* 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
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-141-1/+1
* GHC.Generics: Fix documentationBen Gamari2016-01-141-1/+1
* Add missing type representationsBen Gamari2016-01-132-7/+29
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-132-0/+15
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-132-44/+66
* Add -prof stack trace to assertSimon Marlow2016-01-133-5/+13
* fix typo causing compilation failure on SPARC (ArchSparc -> ArchSPARC)Karel Gardas2016-01-121-1/+1
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-091-0/+1
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-084-11/+29
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-082-22/+31
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-0811-185/+354
* Bump Cabal and Haddock to fix #11308Ben Gamari2016-01-061-0/+0
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-063-33/+49
* Add Cabal synopses and descriptionsBen Gamari2016-01-052-3/+5
* Rewrite Haddocks for GHC.Base.constBen Gamari2016-01-041-1/+6
* Update Cabal submodule, Fixes #11326Alan Zimmerman2016-01-011-0/+0
* Minor fix of MonadFail instance for `ReadPrec`Herbert Valerio Riedel2016-01-011-1/+1
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-015-22/+10
* Update haskeline submodule to latest snapshotHerbert Valerio Riedel2015-12-311-0/+0
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-313-4/+1