add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Data / Bits.hs
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-07-14 Simon Marlowclarify meaning of bit
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage for non-GHC in Data.Bits.
2009-07-21 Ian LynaghUse shift[LR]Integer in the Bits Integer instance
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2008-08-05 Ian LynaghFix warnings
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-05-02 simonpj@microsoft.comAdd comments about why rotate has an INLINE
2008-05-01 Don StewartInline Data.Bits.rotate@Int, enables rotate to be const...
2008-03-23 Ian LynaghMove Integer out into its own package
2008-02-19 Don Stewartuntabify
2006-11-17 Ross Patersonfix shift docs to match ffi spec
2006-10-12 Samuel BronsonUse unchecked shifts to implement Data.Bits.rotate
2006-10-09 Samuel BronsonInline shift in GHC's Bits instances for {Int,Word...
2006-09-26 Ross Patersonfix header comment
2006-08-24 Ross Patersondocument minimal complete definition for Bits
2005-01-11 simonmar[project @ 2005-01-11 16:04:08 by simonmar]
2003-05-05 ross[project @ 2003-05-05 19:44:28 by ross]
2003-03-08 panne[project @ 2003-03-08 23:03:47 by panne]
2003-01-30 panne[project @ 2003-01-30 20:41:10 by panne]
2003-01-24 malcolm[project @ 2003-01-24 15:18:46 by malcolm]
2002-10-01 ross[project @ 2002-10-01 10:32:11 by ross]
2002-05-10 simonmar[project @ 2002-05-10 13:42:07 by simonmar]
2002-05-09 simonmar[project @ 2002-05-09 13:16:29 by simonmar]
2002-04-26 simonmar[project @ 2002-04-26 13:34:05 by simonmar]
2002-04-24 simonmar[project @ 2002-04-24 16:31:37 by simonmar]
2002-02-05 simonmar[project @ 2002-02-05 17:32:24 by simonmar]
2001-12-21 simonmar[project @ 2001-12-21 15:07:20 by simonmar]
2001-07-03 simonmar[project @ 2001-07-03 11:37:49 by simonmar]
2001-06-28 simonmar[project @ 2001-06-28 14:15:04 by simonmar]