| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 8 | -59/+128 |
* | 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 |
* | Replace createDirectoryHierarchy with createDirectoryIfMissing True | Takano Akio | 2012-02-27 | 5 | -21/+10 |
* | two typos | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | minor tweak | Gabor Greif | 2012-02-27 | 1 | -1/+1 |
* | remove legacy clean | Gabor Greif | 2012-02-27 | 1 | -4/+1 |
* | 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 | 14 | -29/+68 |
* | Fix parsing of FFI import decls | Ian Lynagh | 2012-02-25 | 1 | -3/+11 |
* | Abstract out the hFlush calls in the GHC API | Ian Lynagh | 2012-02-24 | 3 | -7/+25 |
* | Add x86 implementations of the quotRem, Mul2 and Add2 primops | Ian Lynagh | 2012-02-24 | 1 | -2/+59 |
* | Fix generic 2-word-multiply | Ian Lynagh | 2012-02-24 | 1 | -3/+3 |
* | Implement 2-word-multiply for x86_64 | Ian Lynagh | 2012-02-24 | 3 | -0/+19 |
* | Add a 2-word-multiply operator | Ian Lynagh | 2012-02-24 | 8 | -1/+59 |
* | Add x86_64 support for the add-with-carry op | Ian Lynagh | 2012-02-23 | 1 | -0/+13 |
* | Add a Word add-with-carry primop | Ian Lynagh | 2012-02-23 | 16 | -79/+123 |
* | Call expandCallishMachOp in the x86_64 codegen too | Ian Lynagh | 2012-02-23 | 1 | -0/+4 |
* | Update dependencies | Ian Lynagh | 2012-02-22 | 1 | -1/+1 |
* | Update dependencies | Ian Lynagh | 2012-02-22 | 1 | -1/+1 |
* | Simplified serialization of IfaceTyCon, again | Max Bolingbroke | 2012-02-22 | 6 | -232/+39 |
* | Remove support for CTYPE pragmas on type synonyms | Ian Lynagh | 2012-02-22 | 13 | -45/+29 |
* | Be stricter about abstract newtypes in FFI declarations again. | Ian Lynagh | 2012-02-21 | 1 | -14/+5 |
* | Show the CType in --show-iface output | Ian Lynagh | 2012-02-21 | 2 | -4/+19 |
* | Add a primop for unsigned quotRem; part of #5598 | Ian Lynagh | 2012-02-17 | 9 | -15/+44 |
* | Small refactor | Ian Lynagh | 2012-02-17 | 1 | -87/+92 |
* | Small refactoring: Use (Maybe Header) rather than FastString | Ian Lynagh | 2012-02-17 | 6 | -30/+40 |
* | Allow a header to be specified in a CTYPE pragma | Ian Lynagh | 2012-02-17 | 4 | -30/+46 |
* | Now I understand why Constraint is a sub-kind of ArgKind! | Simon Peyton Jones | 2012-02-17 | 1 | -2/+3 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-02-17 | 22 | -462/+557 |
|\ |
|
| * | Fix parsing regression in CTYPE patch | Ian Lynagh | 2012-02-16 | 1 | -3/+6 |
| * | Fix the build with GHC < 7.4.1 | Ian Lynagh | 2012-02-16 | 1 | -1/+4 |
| * | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2012-02-16 | 38 | -862/+711 |
| |\ |
|
| * | | Add FunPtr to the types that toCType knows about | Ian Lynagh | 2012-02-16 | 1 | -3/+4 |
| * | | Add CType informatino to wired-in types | Ian Lynagh | 2012-02-16 | 1 | -15/+18 |
| * | | Implement the CTYPE pragma; part of the CApiFFI extension | Ian Lynagh | 2012-02-16 | 21 | -72/+164 |
| * | | Whitespace only in types/TyCon.lhs | Ian Lynagh | 2012-02-16 | 1 | -372/+365 |
* | | | Wibble to sub-kinding | Simon Peyton Jones | 2012-02-17 | 2 | -2/+2 |
* | | | Fix a missing defaultKind that resulted in lingering ArgKinds | Simon Peyton Jones | 2012-02-17 | 1 | -4/+3 |
* | | | Fix a nasty bug in the canonicaliser which was failing | Simon Peyton Jones | 2012-02-17 | 1 | -8/+5 |
* | | | More simplification of the sub-kinding story | Simon Peyton Jones | 2012-02-17 | 9 | -200/+149 |
* | | | Implement a typing rule for saturated seq, and document it | Simon Peyton Jones | 2012-02-17 | 2 | -9/+44 |