| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Haddock `/Since: 4.4.0.0/` comments to symbols | Herbert Valerio Riedel | 2013-09-22 | 1 | -0/+4 |
* | Add Haddock `/Since: 4.7.0.0/` comments to new symbols | Herbert Valerio Riedel | 2013-09-21 | 1 | -0/+1 |
* | Add `{-# MINIMAL #-}` annotations to typeclasses | Herbert Valerio Riedel | 2013-09-18 | 1 | -0/+4 |
* | Make `<Typeable.h>` obsolete and refactor away its use | Herbert Valerio Riedel | 2013-09-17 | 2 | -27/+27 |
* | Constant-fold `__GLASGOW_HASKELL__` CPP conditionals | Herbert Valerio Riedel | 2013-09-17 | 19 | -288/+20 |
* | Remove Hugs98 specific code | Herbert Valerio Riedel | 2013-09-17 | 9 | -52/+8 |
* | Fix import warnings | Ian Lynagh | 2013-06-06 | 1 | -1/+0 |
* | Re-jig SOURCE imports | Simon Peyton Jones | 2013-06-06 | 5 | -7/+2 |
* | Update parallel IO manager to handle the invalid files in the same way as pre... | Andreas Voellmy | 2013-05-05 | 1 | -2/+3 |
* | Remove some things deprecated since GHC 7.2 | Ian Lynagh | 2013-02-16 | 2 | -40/+0 |
* | Mark DEPRECATED pragmas with when they were added | Ian Lynagh | 2013-02-16 | 3 | -5/+3 |
* | Remove nhc98-specific files and content | Ian Lynagh | 2013-02-15 | 9 | -150/+6 |
* | Update a H98 reference to H2010 | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Improve a comment | Ian Lynagh | 2012-11-17 | 1 | -2/+2 |
* | Change a commonet not to refer to the Haskell 2010 report in particular | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Fix a typo | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Remove commented types in module export lists | Ian Lynagh | 2012-10-27 | 10 | -143/+127 |
* | remove deprecated pragmas (eliminating warnings) | Gabor Greif | 2012-10-23 | 1 | -1/+0 |
* | Move the Word type from base to ghc-prim | Ian Lynagh | 2012-05-21 | 1 | -3/+0 |
* | DEPRECATE Foreign.Marshal.Error.void (use Control.Monad.void instead) | Simon Marlow | 2012-04-25 | 2 | -2/+2 |
* | Remove some redundant imports | Ian Lynagh | 2012-02-29 | 1 | -1/+0 |
* | Move chr's definition into a new GHC.Char | Ian Lynagh | 2012-02-28 | 1 | -0/+1 |
* | Make the fileSystemEncoding/localeEncoding/foreignEncoding mutable | Max Bolingbroke | 2011-11-18 | 1 | -7/+7 |
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 14 | -10/+43 |
* | Update base for new Safe Haskell design | David Terei | 2011-10-25 | 5 | -4/+8 |
* | Export constructors for Foreign.C.Types and System.Posix.Types newtypes | Ian Lynagh | 2011-10-21 | 3 | -24/+11 |
* | Remove the Eq superclass of Num | Ian Lynagh | 2011-10-12 | 2 | -9/+11 |
* | Add Data.Bits.popCount | Johan Tibell | 2011-08-25 | 1 | -1/+2 |
* | Fix documentation for withCWStringLen (#5396) | Simon Marlow | 2011-08-25 | 1 | -4/+3 |
* | Implement unsafeLocalState by unsafeDupablePerformIO, not | Simon Marlow | 2011-07-18 | 1 | -1/+1 |
* | fix warnings (including moving things around to avoid orphan | Simon Marlow | 2011-07-11 | 1 | -0/+40 |
* | Typeable overhaul (see #5275) | Simon Marlow | 2011-07-11 | 1 | -0/+2 |
* | Foreign.Marshal now reexports Foreign.Marshal.Safe | Ian Lynagh | 2011-07-07 | 1 | -11/+3 |
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 21 | -163/+427 |
* | Whitespace only. This patch is part 2 of 4 for trac #4247 and #4970. | William Knop | 2011-06-11 | 1 | -15/+14 |
* | Add Haskell types for C types useconds_t and suseconds_t, which are respectiv... | William Knop | 2011-06-11 | 1 | -3/+7 |
* | Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this | Max Bolingbroke | 2011-05-14 | 1 | -1/+43 |
* | For GHC, implement the Typeable.hs macros using standalone deriving | Ian Lynagh | 2011-04-24 | 2 | -1/+7 |
* | Tweak alloca docs | Ian Lynagh | 2011-04-03 | 1 | -2/+3 |
* | Generalize the type of Foreign.Marshal.Utils.maybeNew; fixes trac #5044 | Ian Lynagh | 2011-04-03 | 1 | -2/+2 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 15 | -15/+45 |
* | CIntPtr, CUIntPtr, CIntMax, CUIntMax are new to nhc98. | Malcolm.Wallace@me.com | 2010-10-25 | 1 | -0/+6 |
* | Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl... | simonpj@microsoft.com | 2010-10-22 | 1 | -1/+0 |
* | export allocaBytesAligned; make allocaArray use the correct alignment (#2917) | Simon Marlow | 2010-08-12 | 2 | -3/+5 |
* | Remove egregious ghc-ish from Foreign.Marshal | Malcolm.Wallace@me.com | 2010-07-22 | 1 | -0/+4 |
* | add unsafeLocalState from Haskell 2010, and docs | Simon Marlow | 2010-07-20 | 1 | -1/+29 |
* | add module intro from Haskell 2010 | Simon Marlow | 2010-07-14 | 1 | -1/+23 |
* | doc: use "finalizer" consistently | Simon Marlow | 2010-07-14 | 1 | -1/+1 |
* | add cast{C,U}CharToChar and castCharTo{C,U}Char, from Haskell 2010 | Simon Marlow | 2010-07-13 | 1 | -0/+25 |
* | mention that IntPtr and WordPtr can be marshalled to/from intptr_t and uintptr_t | Simon Marlow | 2010-07-13 | 1 | -2/+4 |