Comment the generics stuff instances in GHC.Int, for now.
[ghc-base.git] / GHC / Int.hs
2011-05-02 Jose Pedro MagalhaesComment the generics stuff instances in GHC.Int, for...
2011-04-29 Jose Pedro MagalhaesAdd instances for basic types of the new generic derivi...
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-10-20 Daniel FischerFIX #1434
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-04-24 Ian LynaghAdd more bang patterns, needed to fix the 32bit build
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-04-03 simonpj@microsoft.comImport GHC.Err so we see bottoming functions properly
2008-08-05 Ian LynaghFix warnings
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-03-25 Ian LynaghMove Word64/Int64/Word32/Int32 primitives into ghc...
2008-03-23 Ian LynaghMove Integer out into its own package
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2008-01-04 simonpj@microsoft.comRemove redundant imports of GHC.Err
2007-08-23 Simon MarlowFIX #1282: 64-bit unchecked shifts are not exported...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-01-15 Ian LynaghFix crash with (minBound :: Int*) `div (-1) as...
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-07-21 Simon MarlowFix unsafeIndex for large ranges
2005-07-14 ross[project @ 2005-07-14 15:36:31 by ross]
2005-02-03 ross[project @ 2005-02-03 10:32:11 by ross]
2005-01-11 simonmar[project @ 2005-01-11 16:04:08 by simonmar]
2003-09-16 simonmar[project @ 2003-09-16 13:03:37 by simonmar]
2002-09-18 simonmar[project @ 2002-09-18 11:32:43 by simonmar]
2002-05-10 simonmar[project @ 2002-05-10 16:18:28 by simonmar]
2002-04-26 simonmar[project @ 2002-04-26 12:48:16 by simonmar]