| Commit message (Expand) | Author | Age | Files | Lines |
* | free the gc_thread structures during shutdown | Simon Marlow | 2009-07-24 | 3 | -0/+19 |
* | Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutex | Simon Marlow | 2009-07-24 | 2 | -22/+83 |
* | Rewrite the foreign import string parser using ReadP | Simon Marlow | 2009-07-23 | 2 | -120/+50 |
* | point to the wiki | Simon Marlow | 2009-07-23 | 1 | -0/+4 |
* | Remove note about avoiding use of #def in libraries | Simon Marlow | 2009-07-23 | 1 | -9/+0 |
* | refactorings | Simon Marlow | 2009-07-23 | 1 | -8/+9 |
* | Fix Trac #3391: make generic to/from bindings only for newly-declared types | simonpj@microsoft.com | 2009-07-23 | 1 | -7/+7 |
* | Print explicit braces and semicolons in do-notation | simonpj@microsoft.com | 2009-07-23 | 1 | -2/+9 |
* | Documentation for stand-alone deriving (Trac #3012) | simonpj@microsoft.com | 2009-07-23 | 1 | -6/+36 |
* | Windows only: set the encoding on stdin to utf8 | Simon Marlow | 2009-07-23 | 1 | -0/+6 |
* | Fix Trac #3012: allow more free-wheeling in standalone deriving | simonpj@microsoft.com | 2009-07-23 | 8 | -69/+100 |
* | Use the ErrMsg record type | simonpj@microsoft.com | 2009-07-23 | 1 | -7/+7 |
* | Stop generating redundant parens in 'deriving' code | simonpj@microsoft.com | 2009-07-23 | 2 | -18/+45 |
* | Wibble to printing tuple sections | simonpj@microsoft.com | 2009-07-23 | 1 | -1/+1 |
* | Fix Trac #3193: improve line number reporting for equality constraints | simonpj@microsoft.com | 2009-07-23 | 3 | -7/+6 |
* | Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a -> m (Maybe b) | simonpj@microsoft.com | 2009-07-23 | 1 | -0/+9 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 22 | -152/+263 |
* | NetBSD defines _REENTRANT in its header files, so compiling ghc gives | Simon Marlow | 2009-07-23 | 1 | -0/+2 |
* | includes/TSO.h: kill trailing whitespace | Samuel Bronson | 2009-07-22 | 1 | -3/+3 |
* | Say what StgTSOBlockInfo is for, where to read about it. | Samuel Bronson | 2009-07-22 | 1 | -0/+1 |
* | Make the Integer library used directly configurable in GHC and base | Ian Lynagh | 2009-07-22 | 6 | -14/+21 |
* | Fix cleaning with the new integer changes | Ian Lynagh | 2009-07-22 | 1 | -1/+3 |
* | Add integer-simple as a build option | Ian Lynagh | 2009-07-22 | 2 | -0/+11 |
* | Tweak whitespace | Ian Lynagh | 2009-07-19 | 1 | -14/+14 |
* | thenIO, bindIO, returnIO moved to GHC.Base | Simon Marlow | 2009-07-22 | 1 | -3/+3 |
* | remove unused $(HscIfaceFileVersion) | Simon Marlow | 2009-07-20 | 3 | -22/+0 |
* | Choose external names more predictably | Simon Marlow | 2009-07-20 | 1 | -198/+303 |
* | Use stable ordering in the dependencies | Simon Marlow | 2009-07-17 | 1 | -16/+5 |
* | fall back on libffi for 'foreign import "wrapper"' if necessary | Simon Marlow | 2009-07-16 | 1 | -0/+10 |
* | Take account of GADTs when reporting patterm-match overlap | simonpj@microsoft.com | 2009-07-22 | 2 | -7/+17 |
* | Fix Trac #3382: desugaring of NPats | simonpj@microsoft.com | 2009-07-20 | 1 | -27/+32 |
* | Add a -fwarn-dodgy-exports flag; fixes #1911 | Ian Lynagh | 2009-07-19 | 3 | -7/+28 |
* | Build terminfo if we /aren't/ on Windows, not if we /are/ | Ian Lynagh | 2009-07-19 | 1 | -1/+1 |
* | Change how PACKAGES is constructed, so that everything gets cleaned properly | Ian Lynagh | 2009-07-18 | 1 | -39/+45 |
* | temporarily turn off unused import warnings for the time library | Ian Lynagh | 2009-07-18 | 1 | -0/+2 |
* | Follow the split directory rename in the GHC build system rules | Ian Lynagh | 2009-07-18 | 1 | -1/+1 |
* | Add osuf to the name we use for the split dir | Ian Lynagh | 2009-07-18 | 1 | -1/+1 |
* | Temporarily turn off unused-do-bind warnings for the time package | Ian Lynagh | 2009-07-18 | 2 | -1/+5 |
* | Make ghc-cabal handle "Custom" Setup.hs files that have a configure script | Ian Lynagh | 2009-07-18 | 1 | -2/+10 |
* | Add the time library, and support for libraries in tarballs | Ian Lynagh | 2009-07-18 | 4 | -3/+31 |
* | Always serialise Int as 64bit values; fixes trac #3041 | Ian Lynagh | 2009-07-17 | 1 | -9/+0 |
* | Remove some code that has always been commented out | Ian Lynagh | 2009-07-17 | 1 | -4/+0 |
* | Fix Trac #3346: tcSimplify for LHS of RULES with type equalities | simonpj@microsoft.com | 2009-07-17 | 1 | -2/+12 |
* | Allow mixed case in the LINE pragma; patch from squadette; fixes #1817 | Ian Lynagh | 2009-07-17 | 1 | -12/+10 |
* | Comment only | simonpj@microsoft.com | 2009-07-17 | 1 | -1/+1 |
* | Add missing case for eq_note. | t-peterj@microsoft.com | 2009-06-24 | 1 | -0/+1 |
* | Rename parameters to make debugging code compile. | t-peterj@microsoft.com | 2009-06-26 | 1 | -1/+1 |
* | Comment fix: use the same variable names in the conclusion as in the premise. | t-peterj@microsoft.com | 2009-06-18 | 1 | -2/+2 |
* | Typo fixes, from Alexey Mahotkin | Ian Lynagh | 2009-07-17 | 1 | -6/+6 |
* | Use names like '$fOrdInt' for dfuns (and TF instances), rather than '$f21' | Simon Marlow | 2009-07-16 | 5 | -42/+45 |