| Commit message (Expand) | Author | Age | Files | Lines |
* | Egregious bug in tcLHsConResTy | simonpj@microsoft.com | 2006-08-10 | 1 | -2/+2 |
* | Comments about improvements to SpecConstr | simonpj@microsoft.com | 2006-08-10 | 1 | -66/+112 |
* | Remove HasBounds-instance and implement MArray.getBounds instead | Esa Ilari Vuokko | 2006-08-09 | 1 | -3/+1 |
* | Fix Array imports | Esa Ilari Vuokko | 2006-08-09 | 1 | -1/+3 |
* | fixes to the stage2 build following removal of old FFI syntax | Simon Marlow | 2006-08-09 | 2 | -4/+4 |
* | add some more options to stage 2 | Simon Marlow | 2006-08-09 | 1 | -0/+1 |
* | remove debugging code accidentally left in | Simon Marlow | 2006-08-09 | 1 | -4/+0 |
* | only define GHCI if $(GhcWithInterpreter)=YES, also add -threaded | Simon Marlow | 2006-08-09 | 1 | -1/+6 |
* | Remove old FFI syntax | Simon Marlow | 2006-08-09 | 8 | -159/+25 |
* | More fixes to pre-matching and pre-subsumption | simonpj@microsoft.com | 2006-08-08 | 1 | -20/+26 |
* | Group exports so that all length functions are together; no semantic change | simonpj@microsoft.com | 2006-08-08 | 1 | -2/+5 |
* | Check that lazy patterns are for lifted types | simonpj@microsoft.com | 2006-08-08 | 1 | -1/+7 |
* | Spelling in a comment | simonpj@microsoft.com | 2006-08-08 | 1 | -1/+1 |
* | Remove srcSpanStartLine/srcSpanEndLine crash | simonpj@microsoft.com | 2006-08-08 | 3 | -18/+34 |
* | Add ghc and version number in .ident directive in NCG | Duncan Coutts | 2006-07-06 | 1 | -0/+7 |
* | Support the GNU non-exec stack annotation system | Duncan Coutts | 2006-07-06 | 1 | -0/+9 |
* | Fix pre-subsumption and pre-matching | simonpj@microsoft.com | 2006-08-08 | 1 | -6/+24 |
* | Improve error message | simonpj@microsoft.com | 2006-08-08 | 1 | -3/+3 |
* | Pull out common removal code, and detect does-not-exist correctly | Ian Lynagh | 2006-07-10 | 1 | -12/+12 |
* | Create our own directory in the temporary directory to avoid various races | Ian Lynagh | 2006-07-10 | 2 | -14/+62 |
* | Merge SysTools import declarations | Ian Lynagh | 2006-07-09 | 1 | -2/+1 |
* | Don't freeze the dynamic flags used for filename generation before the pipeli... | Ian Lynagh | 2006-07-09 | 1 | -31/+31 |
* | Add -fextended-default-rules and -fmono-pat-binds | simonpj@microsoft.com | 2006-08-07 | 2 | -10/+15 |
* | add a comment | Simon Marlow | 2006-08-07 | 1 | -0/+3 |
* | Do pre-subsumption in the main subsumption check | simonpj@microsoft.com | 2006-08-04 | 6 | -103/+143 |
* | Make unification robust to a boxy type variable meeting itself | simonpj@microsoft.com | 2006-08-01 | 1 | -9/+29 |
* | Don't include the package name in a cost centre's module name | Simon Marlow | 2006-08-03 | 1 | -2/+6 |
* | .hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6 | Simon Marlow | 2006-07-28 | 23 | -150/+0 |
* | update to match .lhs-boot | Simon Marlow | 2006-07-28 | 1 | -0/+3 |
* | get ReadP from the right place. | Simon Marlow | 2006-07-28 | 1 | -1/+1 |
* | Improve error message for deriving | simonpj@microsoft.com | 2006-07-27 | 1 | -5/+9 |
* | Lazy patterns are like wild-cards for overlap warnings | simonpj@microsoft.com | 2006-07-27 | 1 | -1/+2 |
* | fix some problems with wired-in packages | Simon Marlow | 2006-07-27 | 1 | -16/+26 |
* | fix symbols for GHC.PrimopWrappers | Simon Marlow | 2006-07-27 | 1 | -1/+1 |
* | Add missing import | simonpj@microsoft.com | 2006-07-27 | 1 | -0/+3 |
* | Make -fcontext-stack into a dynamic flag | simonpj@microsoft.com | 2006-07-27 | 4 | -70/+80 |
* | Deal correctly with infix type constructors in GADT decls | simonpj@microsoft.com | 2006-07-26 | 4 | -49/+48 |
* | Improve pretty printing of ConDecl | simonpj@microsoft.com | 2006-07-26 | 1 | -5/+5 |
* | fix parse error (merge-o, I think) | Simon Marlow | 2006-07-26 | 1 | -2/+2 |
* | fix DEBUG build | Simon Marlow | 2006-07-26 | 1 | -3/+5 |
* | Unbox the Unique stored in a Name | Simon Marlow | 2006-07-25 | 1 | -12/+17 |
* | optimisations to newUnique | Simon Marlow | 2006-07-25 | 1 | -4/+15 |
* | tiny bit of extra strictness | Simon Marlow | 2006-07-25 | 1 | -1/+1 |
* | Make a SplitUniqSupply contain an Int# rather than an Int | Simon Marlow | 2006-07-25 | 1 | -8/+5 |
* | Generalise Package Support | Simon Marlow | 2006-07-25 | 71 | -1645/+1899 |
* | unused import | Simon Marlow | 2006-07-06 | 1 | -1/+0 |
* | unused import | Simon Marlow | 2006-07-06 | 1 | -1/+0 |
* | remove more Addr bits | Simon Marlow | 2006-07-04 | 1 | -1/+0 |
* | unused import | Simon Marlow | 2006-07-04 | 1 | -1/+0 |
* | add default cases | Simon Marlow | 2006-07-04 | 1 | -0/+2 |