| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Haiku platform (#5828) | Paolo Capriotti | 2012-03-07 | 2 | -1/+6 |
* | Get correct options when calling 'clang' inplace of 'as' (#5903) | David Terei | 2012-03-06 | 1 | -5/+8 |
* | Deal with promoted DataCons in interface files (fixes Trac #5881) | Simon Peyton Jones | 2012-03-05 | 1 | -2/+7 |
* | Fix Trac #5892: a coding errors | Simon Peyton Jones | 2012-03-04 | 1 | -4/+4 |
* | Make type trimming more conservative with -XDataKinds (fixes Trac #5912) | Simon Peyton Jones | 2012-03-04 | 1 | -16/+50 |
* | Tidy up the handling of kind generalisation | Simon Peyton Jones | 2012-03-04 | 3 | -58/+34 |
* | Attach INLINE pagmas in mutually recursive bindings | Simon Peyton Jones | 2012-03-04 | 2 | -6/+33 |
* | Improved debug printing with -dverbose-core2core | Simon Peyton Jones | 2012-03-04 | 5 | -42/+41 |
* | White space only | Simon Peyton Jones | 2012-03-02 | 4 | -9/+6 |
* | Hurrah! This major commit adds support for scoped kind variables, | Simon Peyton Jones | 2012-03-02 | 56 | -2377/+2324 |
* | Fix crash caused by allowing duplicate *-modules in the context (#5904) | Simon Marlow | 2012-03-02 | 1 | -2/+13 |
* | Drop the per-task timing stats, give a summary only (#5897) | Simon Marlow | 2012-03-02 | 6 | -105/+73 |
* | In --make, give an indication of why a module is being recompiled | Simon Marlow | 2012-03-01 | 2 | -76/+97 |
* | Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checker | Simon Marlow | 2012-03-01 | 1 | -6/+32 |
* | GHCi: add :seti, for options that apply only at the prompt (#3217) | Simon Marlow | 2012-03-01 | 12 | -133/+378 |
* | Fix validate with tables-next-to-code off | Ian Lynagh | 2012-02-27 | 1 | -0/+7 |
* | Fix the unregisterised build; fixes #5901 | Ian Lynagh | 2012-02-27 | 12 | -42/+55 |
* | Whitespace only in nativeGen/AsmCodeGen.lhs | Ian Lynagh | 2012-02-27 | 1 | -301/+294 |
* | Fix copy/paste error in the docs | Ian Lynagh | 2012-02-27 | 1 | -1/+1 |
* | raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866) | Simon Marlow | 2012-02-27 | 3 | -11/+67 |
* | slight tweak to help text (#5896) | Simon Marlow | 2012-02-27 | 1 | -2/+2 |
* | Mention -threaded in the intro to Concurrent Haskell | Simon Marlow | 2012-02-27 | 2 | -7/+47 |
* | Remove documentation that a feature was missing, because it is not. (#5896) | Simon Marlow | 2012-02-27 | 1 | -7/+0 |
* | Add sync-all new-workdir | Johan Tibell | 2012-02-27 | 1 | -0/+27 |
* | Replace createDirectoryHierarchy with createDirectoryIfMissing True | Takano Akio | 2012-02-27 | 5 | -21/+10 |
* | tyops | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | formatting tweaks | Gabor Greif | 2012-02-27 | 1 | -8/+8 |
* | (some) tabs -> spaces | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | tabs -> spaces | Gabor Greif | 2012-02-27 | 1 | -53/+53 |
* | (some) tabs -> spaces | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | (some) tabs -> spaces | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | zap extra semi | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | typo | Gabor Greif | 2012-02-27 | 1 | -5/+5 |
* | comments only | Gabor Greif | 2012-02-27 | 1 | -6/+6 |
* | typo | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | typo | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | some small corrections | Gabor Greif | 2012-02-27 | 2 | -3/+3 |
* | two typos | Gabor Greif | 2012-02-27 | 2 | -2/+2 |
* | minor tweak | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | typo | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | remove legacy clean | Gabor Greif | 2012-02-27 | 1 | -4/+1 |
* | use idiomatic (GHC) types | Gabor Greif | 2012-02-27 | 1 | -6/+6 |
* | tidied this up, the macro definitions were causing duplicate semis in the source | Gabor Greif | 2012-02-27 | 1 | -10/+10 |
* | remove unused function: printError | Simon Marlow | 2012-02-27 | 1 | -4/+1 |
* | Fix warnings in utils/GraphColor.hs | Ian Lynagh | 2012-02-26 | 1 | -4/+26 |
* | Whitespace only in utils/GraphColor.hs | Ian Lynagh | 2012-02-26 | 1 | -286/+281 |
* | Change -X flags into LANGUAGE pragmas | Ian Lynagh | 2012-02-26 | 5 | -10/+14 |
* | Fix warnings in utils/GraphOps.hs | Ian Lynagh | 2012-02-26 | 1 | -7/+31 |
* | Whitespace only in utils/GraphOps.hs | Ian Lynagh | 2012-02-26 | 1 | -433/+432 |
* | Implement "value" imports with the CAPI | Ian Lynagh | 2012-02-26 | 15 | -31/+88 |