summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* A few more typos in non-codeGabor Greif2016-02-191-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-181-1/+1
* Remove extraneous fundeps on (~)Richard Eisenberg2016-02-171-1/+5
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-173-0/+0
* Testsuite: delete only_compiler_types, assume ghcThomas Miedema2016-02-163-0/+0
* Update directory submodule to v1.2.5.1 releaseHerbert Valerio Riedel2016-02-141-0/+0
* 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
* 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