| Commit message (Expand) | Author | Age | Files | Lines |
* | add casMutVar# | Simon Marlow | 2011-04-11 | 1 | -0/+6 |
* | Renumber TH uniques | Ian Lynagh | 2011-03-29 | 1 | -2/+2 |
* | Optimise comparisons against min/maxBound (ticket #3744). | Michal Terepeta | 2010-10-27 | 1 | -13/+61 |
* | GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKED | Simon Marlow | 2011-03-01 | 1 | -1/+1 |
* | Added a VECTORISE pragma | Manuel M T Chakravarty | 2011-02-20 | 3 | -42/+64 |
* | Add sizeof(Mutable)Array# primitives | Daniel Peebles | 2011-01-26 | 1 | -0/+8 |
* | tweak newArray# documentation again | Simon Marlow | 2011-01-19 | 1 | -1/+1 |
* | Fix documentation bug: newArray# accepts word count, not byte count. | Edward Z. Yang | 2011-01-18 | 1 | -1/+1 |
* | Tidy up the handling of wild-card binders, and make Lint check it | simonpj@microsoft.com | 2010-11-26 | 1 | -3/+7 |
* | Add warning for probable identities (fromIntegral and friends) | simonpj@microsoft.com | 2010-11-16 | 1 | -7/+21 |
* | Add strictness for raiseIO# primop | simonpj@microsoft.com | 2010-10-27 | 1 | -0/+4 |
* | Fix whitespace and layout in PrelRules. | Michal Terepeta | 2010-10-24 | 1 | -185/+184 |
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 2 | -5/+4 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -2/+16 |
* | Fix test T4235 with -O | simonpj@microsoft.com | 2010-10-06 | 1 | -14/+10 |
* | Documentation for INLINABLE | simonpj@microsoft.com | 2010-09-15 | 1 | -5/+3 |
* | Move error-ids to MkCore (from PrelRules) | simonpj@microsoft.com | 2010-09-14 | 3 | -131/+6 |
* | Super-monster patch implementing the new typechecker -- at last | simonpj@microsoft.com | 2010-09-13 | 2 | -23/+174 |
* | Give seqId the right type | simonpj@microsoft.com | 2010-09-03 | 1 | -4/+5 |
* | Remove dead code | simonpj@microsoft.com | 2010-09-03 | 1 | -10/+0 |
* | Give the correct kind to unsafeCoerce# | simonpj@microsoft.com | 2010-07-27 | 1 | -1/+7 |
* | add numSparks# primop (#4167) | Simon Marlow | 2010-07-20 | 1 | -0/+7 |
* | New asynchronous exception control API (ghc parts) | Simon Marlow | 2010-07-08 | 1 | -3/+10 |
* | remove out of date comments; point to the wiki | Simon Marlow | 2010-06-25 | 1 | -19/+8 |
* | Refix docs for sizeofByteArray#/sizeofMutableByteArray# (#3800) | Ian Lynagh | 2010-06-20 | 1 | -6/+4 |
* | Fix Trac #3966: warn about useless UNPACK pragmas | simonpj@microsoft.com | 2010-05-06 | 1 | -3/+2 |
* | Add Data and Typeable instances to HsSyn | David Waern | 2010-03-30 | 1 | -3/+6 |
* | Tidy up AnyTyCon stuff | simonpj@microsoft.com | 2010-03-01 | 1 | -14/+5 |
* | Comments only | simonpj@microsoft.com | 2010-02-25 | 1 | -2/+8 |
* | don't constant fold division that would result in negative zero (#3676) | Simon Marlow | 2010-02-11 | 1 | -2/+10 |
* | Fix docs for sizeofByteArray#/sizeofMutableByteArray# (#3800) | Simon Marlow | 2010-01-19 | 1 | -9/+13 |
* | Refactor PackageTarget back into StaticTarget | Ben.Lippmeier@anu.edu.au | 2010-01-04 | 1 | -23/+21 |
* | Tag ForeignCalls with the package they correspond to | Ben.Lippmeier@anu.edu.au | 2010-01-02 | 2 | -7/+36 |
* | Substantial improvements to coercion optimisation | simonpj@microsoft.com | 2010-01-04 | 1 | -0/+1 |
* | More work on the simplifier's inlining strategies | simonpj@microsoft.com | 2009-12-02 | 1 | -33/+36 |
* | inline has moved to GHC.Magic | Ian Lynagh | 2009-11-23 | 1 | -2/+5 |
* | Remove the (very) old strictness analyser | simonpj@microsoft.com | 2009-11-19 | 1 | -1/+1 |
* | Implement -fexpose-all-unfoldings, and fix a non-termination bug | simonpj@microsoft.com | 2009-11-19 | 1 | -3/+3 |
* | A radical overhaul of the coercion infrastucture | simonpj@microsoft.com | 2009-11-12 | 1 | -0/+7 |
* | Tidy up coercions, and implement csel1, csel2, cselR | simonpj@microsoft.com | 2009-11-06 | 1 | -2/+6 |
* | Minor refactoring | simonpj@microsoft.com | 2009-10-30 | 1 | -1/+5 |
* | The Big INLINE Patch: totally reorganise way that INLINE pragmas work | simonpj@microsoft.com | 2009-10-29 | 1 | -2/+3 |
* | White space only | simonpj@microsoft.com | 2009-10-29 | 1 | -2/+4 |
* | Remove a redundant parameter for mkTupleTy (the arity) | simonpj@microsoft.com | 2009-10-28 | 1 | -3/+5 |
* | Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va... | simonpj@microsoft.com | 2009-10-15 | 3 | -65/+125 |
* | Fixes for cross-compiling to a different word size | Simon Marlow | 2009-10-14 | 1 | -3/+5 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 1 | -0/+10 |
* | Fix Trac #3421: a typo in TysPrim | simonpj@microsoft.com | 2009-08-10 | 1 | -1/+1 |
* | Remove old 'foreign import dotnet' code | Simon Marlow | 2009-07-27 | 1 | -175/+5 |
* | Remove GHC's haskell98 dependency | Ian Lynagh | 2009-07-24 | 4 | -4/+5 |