add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Data /
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-24 Ian LynaghRemove datatype contexts from base
2011-05-24 Simon Marlowdocument the memory model of IORef
2011-05-09 Jose Pedro MagalhaesAdapt to the renaming of `Representable0` to `Generic`.
2011-05-04 Jose Pedro MagalhaesAdd Representable0 instances to Either and Maybe.
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-04-22 Brent YorgeyUpdate comment on fmapDefault to note that it only...
2011-04-03 Ian LynaghLess strict inits and tails
2011-01-19 Dmitry AstapovFix documentation for mkWeakIORef: argument is finalize...
2011-02-11 Malcolm.Wallace... Add Data.String to the nhc98 build
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-03 Ross Patersonindentation tweaks (whitespace only)
2010-11-16 Ian LynaghAdd a Read instance for Data.Fixed.Fixed
2010-10-18 Bas van DijkAlso export lines, words, unlines and unwords from...
2010-10-18 Bas van DijkDo not export String from Data.Char
2010-10-18 Bas van DijkExport String from Data.String
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-10-27 simonpj@microsoft.comAdd an INLINE pragme for fmapDefault
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-10-20 Daniel FischerFIX #4334
2010-10-02 Daniel FischerLazier intersperse
2010-08-16 ghc@cainnorris.netFIX #4228 (atanh (-1) returns NaN instead of -Infinity)
2010-09-30 Daniel FischerMake intersectBy lazier
2010-07-22 <unknown>Allow Data.HashTable construction with user-supplied...
2010-07-28 simonpj@microsoft.comAdd type signatures to cope with lack of local generali...
2010-07-27 simonpj@microsoft.comAdd type signature in local where
2010-07-14 Simon Marlowclarify meaning of bit
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-01 Simon Marlowuse '==' consistently rather than '->' in examples
2010-06-25 Ian LynaghGive nub's complexity in the haddock docs; fixes #4086
2010-06-08 Simon Marlowadd an INLINE to the list version of traverse, to enabl...
2010-06-15 Simon Marlowdon't depend on Prelude (#4122)
2010-06-02 Ross Patersonexpand Foldable instance for Array
2010-05-27 Ross Patersondoc comment illustrating Foldable(foldr)
2010-05-27 Ross Patersonfix syntax in doc comments
2010-05-04 Simon Marlowadd Typeable instance
2010-05-04 Simon MarlowAdd swap (#3298)
2010-03-19 Bas van DijkWrite the thunk 'next' to the MVar
2010-03-18 Simon Marlowchange to use STM, fixing 4 things
2010-02-24 jpm@cs.uu.nlFIX #3866: improve documentation of Data.Data.Constr
2009-12-24 Malcolm.Wallace... Replace the implementation of mergesort with a 2x faste...
2009-12-23 Malcolm.Wallace... Restore previous Data.Typeable.typeOf*Default implement...
2009-12-18 simonpj@microsoft.comFix Trac #3245: memoising typeOf
2009-12-02 Malcolm.Wallace... Data.Either.partitionEithers was insufficiently lazy.
2009-11-23 Ian LynaghDe-orphan tuple Eq/Ord instances
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-10-29 simonpj@microsoft.comTidy up and comment imports
2009-10-09 Malcolm.Wallace... It seems that nhc98 needs defaulting in Data.Fixed.
2009-10-09 Malcolm.Wallace... Make Data.Functor compatible with non-GHC compilers.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of non-GHC in Data.Fixed.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage for non-GHC in Data.Bits.
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-08-12 Ashley Yakeleyimprovements to Data.Fixed: instances for Typeable...
2009-08-06 Ross Patersonadd INLINE toList
2009-07-21 Ian LynaghUse shift[LR]Integer in the Bits Integer instance
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Ian LynaghRemove some cruft from Data.HashTable
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-03-27 Ian LynaghAdd another Data.List.intersect example from Christian...
2009-03-22 Ian LynaghAdd an import needed in the new build system
2009-02-07 naur@post11.tele.dkRules to make genericLength strict for Int/Integer...
2009-02-12 Jose Pedro Magalhaes#2759: Amend previous patch
2009-01-16 Jose Pedro MagalhaesProposal #2875: remove StringRep and StringConstr
2009-01-16 Jose Pedro MagalhaesFix #2759: add mkRealConstr and mkIntegralConstr, depre...
2008-12-11 Jose Pedro MagalhaesCorrect SYB's representation of Char
2009-01-18 Ross Patersonavoid `mappend` in monoid laws, because it doesn't...
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-16 Ross Patersonadd Monoid laws
2009-01-15 Ross Patersonmake the Monoid docs more self-contained
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2008-11-21 Jose Pedro MagalhaesFix #2760: deprecate mkNorepType, add mkNoRepType
2008-12-01 Jose Pedro MagalhaesFix #2750: change Prelude.(,) to Prelude.(,,)
2008-11-16 Ian LynaghChange an "undefined" into a more informative error...
2008-11-11 jpm@cs.uu.nlupdating Haddock documentation
2008-10-13 jpm@cs.uu.nladd link to the new syb wiki
2008-10-10 jpm@cs.uu.nlchanging haddock links
2008-10-06 jpm@cs.uu.nlremoved (->) instance from Data.Data
2008-10-07 Ross Patersonnon-GHC: delete unnecessary imports
2008-10-02 'Jose Pedro Magalhaesadded new module Data.Data
2008-10-02 'Jose Pedro Magalhaesrestore Complex's derived Data instance
2008-10-02 'Jose Pedro Magalhaesupdate Data.Generics import
2008-10-04 Ian LynaghDon't use ^(2::Int) in Data.Complex.magnitude; partiall...
2008-08-22 <unknown>Generic functions that take integral arguments should...
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonmake Typeable instances for larger tuples available...
2008-08-31 Ross Patersonnon-GHC: add Typeable instance for ForeignPtr
2008-09-02 Simon Marlow#2528: reverse the order of args to (==) in nubBy to...
2008-08-25 Ian LynaghSplit syb off into its own package
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix warnings in Data.Generics.*
2008-08-20 Ian LynaghIgnore some orphan warnings
2008-08-17 Ross Patersonnhc only: expose Foldable and Traversable instances...
2008-08-16 Ian LynaghEliminate orphan rules and instances in the array package
next