summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Convert loose sub-repos into proper submodules (re #8545)Herbert Valerio Riedel2014-06-2515-0/+0
* Fixup c1035d51e to behave more like in GHC 7.6Herbert Valerio Riedel2014-06-241-3/+6
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-242-0/+281
* Fix regression in Data.Fixed Read instance (re #9231)Herbert Valerio Riedel2014-06-241-3/+4
* Typos in commentsGabor Greif2014-06-192-2/+2
* Typos in commentsGabor Greif2014-06-191-5/+5
* TypoJose Pedro Magalhaes2014-06-191-1/+1
* Only comments: add notes explaining the various oddities of the `Typeable` i...Iavor S. Diatchki2014-06-181-0/+19
* Optimise the Typeable instance for type app a bit, and add a perf testSimon Marlow2014-06-171-3/+14
* Redo instance to be more efficient (see #8778, #9203)Iavor S. Diatchki2014-06-161-4/+6
* Update the incorrect comment on when function was introduced.Iavor S. Diatchki2014-06-161-2/+2
* Fix recomputation of TypeRep in the instance for Typeable (s a) (#9203)Simon Marlow2014-06-161-1/+3
* Implement `Typeable` support for type-level literals (#8778).Iavor S. Diatchki2014-06-142-4/+53
* Catch two typosGabor Greif2014-06-121-2/+2
* Comments only explaining the imports for GHC.Integer, GHC.TupleSimon Peyton Jones2014-06-111-8/+32
* Test #9111.Richard Eisenberg2014-06-112-0/+12
* Fix #9111.Richard Eisenberg2014-06-111-2/+57
* Refine deprecation warnings in template-haskell.Richard Eisenberg2014-06-111-2/+2
* Add comments about instances of type-level (==).Richard Eisenberg2014-06-111-0/+55
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-112-11/+20
* Forgot to amend before pushing...Joachim Breitner2014-06-101-1/+1
* Fire "map/coerce" only in phase 1Joachim Breitner2014-06-101-1/+1
* Make Ptr's parameter phantomJoachim Breitner2014-06-102-4/+12
* Revert "Make Ptr's parameter phantom"Joachim Breitner2014-06-092-9/+4
* Make Ptr's parameter phantomJoachim Breitner2014-06-092-4/+9
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-1/+5
* Export `TimerManager` from GHC.Event (re #9165)Herbert Valerio Riedel2014-06-041-1/+2
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-297-0/+195
* T4006, environment001, T3307 all work on msys2Simon Peyton Jones2014-05-282-5/+4
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-2728-27/+28
* Provide deprecated backward compatible implementation to 'equalP'Gabor Greif2014-05-192-1/+10
* Re-add 'classP' with a compatible implementation and a deprecation noticeGabor Greif2014-05-192-1/+8
* integer-gmp: do not confuse ./configure (#8783)Christian Maeder2014-05-181-1/+1
* base: Document Foreign.ForeignPtr (#8475)Chris Heller2014-05-181-1/+0
* ghc: Update containers submoduleAustin Seipp2014-05-181-0/+0
* Express OPTIONS_GHC as LANGUAGE pragmasHerbert Valerio Riedel2014-05-152-2/+3
* Drop use of CPP in `bin-package-db`Herbert Valerio Riedel2014-05-152-5/+9
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-2/+1
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-142-14/+14
* Add strict ver. of (<$>): (<$!>) to Control.MonadAlexander Berntsen2014-05-142-0/+17
* Update transformers submodule to new v0.4 relHerbert Valerio Riedel2014-05-072-0/+0
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-045-115/+6
* Per-thread allocation counters and limitsSimon Marlow2014-05-025-6/+115
* Typo in commentGabor Greif2014-04-291-1/+1
* Update 32-bit perf numbersSimon Peyton Jones2014-04-281-2/+4
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-253-3/+113
* Make absolutely sure that 'done' and 'safeIndex' are strict in the indexSimon Peyton Jones2014-04-241-5/+8
* Be sure to UNPACK the size of an arraySimon Peyton Jones2014-04-241-9/+9
* Update integer-gmp's .gitignore fileHerbert Valerio Riedel2014-04-221-12/+13
* Generalise type of recently added System.Exit.dieHerbert Valerio Riedel2014-04-211-1/+1