| Commit message (Expand) | Author | Age | Files | Lines |
* | Report deprecations at occurrence sites, not once per module | Simon Peyton Jones | 2012-04-25 | 1 | -1/+1 |
* | Fix GHC API with respect to safe haskell. (#5989) | David Terei | 2012-04-04 | 1 | -23/+20 |
* | Add a crucial forkM on the superclass context of IfaceClass in tcIfaceDecl | Simon Peyton Jones | 2012-03-28 | 3 | -16/+29 |
* | Fix the printing of * (the kind). | Iavor S. Diatchki | 2012-03-18 | 1 | -1/+5 |
* | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-03-13 | 7 | -297/+198 |
|\ |
|
| * | Deal with promoted DataCons in interface files (fixes Trac #5881) | Simon Peyton Jones | 2012-03-05 | 1 | -2/+7 |
| * | In --make, give an indication of why a module is being recompiled | Simon Marlow | 2012-03-01 | 1 | -59/+79 |
| * | Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checker | Simon Marlow | 2012-03-01 | 1 | -6/+32 |
| * | Replace createDirectoryHierarchy with createDirectoryIfMissing True | Takano Akio | 2012-02-27 | 1 | -1/+2 |
| * | Simplified serialization of IfaceTyCon, again | Max Bolingbroke | 2012-02-22 | 4 | -212/+37 |
| * | Remove support for CTYPE pragmas on type synonyms | Ian Lynagh | 2012-02-22 | 5 | -13/+7 |
| * | Show the CType in --show-iface output | Ian Lynagh | 2012-02-21 | 1 | -4/+10 |
| * | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2012-02-16 | 2 | -9/+5 |
| |\ |
|
| | * | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-02-16 | 2 | -2/+3 |
| | |\ |
|
| | * | | Mainly tidying up pretty printing of types | Simon Peyton Jones | 2012-02-16 | 1 | -5/+1 |
| | * | | Refactoring around super-kinds | Simon Peyton Jones | 2012-02-16 | 2 | -4/+4 |
| * | | | Implement the CTYPE pragma; part of the CApiFFI extension | Ian Lynagh | 2012-02-16 | 5 | -10/+23 |
| | |/
| |/| |
|
| * | | add ticket number to comment | Simon Marlow | 2012-02-16 | 1 | -1/+1 |
| * | | oops, a Bool is a little *too* lax (#5878) | Simon Marlow | 2012-02-16 | 1 | -1/+2 |
| |/ |
|
| * | Be less conservative about recompiling after changes to -main-is (#5878) | Simon Marlow | 2012-02-16 | 2 | -5/+8 |
| * | fix #5534 (ghci -fobject-code strangeness) | Simon Marlow | 2012-02-16 | 1 | -2/+13 |
* | | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-02-12 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Give promoted DataCons a tyConArity and promoted TyCons a tyConKind | Simon Peyton Jones | 2012-02-06 | 1 | -8/+0 |
* | | Add support for type-level "strings". | Iavor S. Diatchki | 2012-01-24 | 3 | -6/+13 |
* | | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-01-24 | 4 | -28/+43 |
|\ \
| |/ |
|
| * | Remove getDOpts; use getDynFlags instead | Ian Lynagh | 2012-01-19 | 2 | -4/+4 |
| * | Remove unnecessary extra use of orphan_hash | Simon Marlow | 2012-01-16 | 1 | -2/+1 |
| * | Merge wibble | Manuel M T Chakravarty | 2012-01-16 | 1 | -1/+1 |
| * | Fix vectorisation of classes | Manuel M T Chakravarty | 2012-01-16 | 2 | -8/+36 |
| * | Switch to using the time package, rather than old-time | Ian Lynagh | 2012-01-14 | 2 | -14/+2 |
* | | Merge in more HEAD, fix stuff up | Simon Peyton Jones | 2012-01-23 | 3 | -7/+7 |
|\ \
| |/ |
|
| * | Implememt -fdefer-type-errors (Trac #5624) | Simon Peyton Jones | 2012-01-12 | 3 | -7/+7 |
* | | Mainly, rename LiteralTy to LitTy | Simon Peyton Jones | 2012-01-13 | 4 | -8/+8 |
* | | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-01-07 | 8 | -245/+249 |
|\ \
| |/ |
|
| * | Don't record outputFile in the hashed flags | Simon Marlow | 2012-01-03 | 1 | -1/+3 |
| * | Major refactoring of CoAxioms | Simon Peyton Jones | 2012-01-03 | 7 | -244/+246 |
* | | Merge branch 'master' into type-nats | Iavor S. Diatchki | 2011-12-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Implemnt Trac #5712: show method for infix GADT constructors | Simon Peyton Jones | 2011-12-23 | 1 | -1/+1 |
* | | Extend GHC's type with a representation for type level literals. | Iavor S. Diatchki | 2011-12-18 | 4 | -0/+41 |
|/ |
|
* | Spelling correction in comment | Simon Peyton Jones | 2011-12-13 | 1 | -1/+1 |
* | Comments about orphans | Simon Peyton Jones | 2011-12-12 | 2 | -5/+36 |
* | Take into account -fprof-auto-* | Simon Marlow | 2011-12-07 | 1 | -1/+5 |
* | More changes aimed at improving call stacks. | Simon Marlow | 2011-12-02 | 1 | -9/+14 |
* | Fix newtype wrapper for 'PData[s] (Wrap a)' and fix VECTORISE type and instan... | Manuel M T Chakravarty | 2011-11-25 | 1 | -59/+42 |
* | Checking UsageFile: don't fail if the file doesn't exist, just recompile | Simon Marlow | 2011-11-23 | 1 | -4/+14 |
* | Keep the flag lists as IntSets rather than lists | Simon Marlow | 2011-11-23 | 1 | -2/+2 |
* | Tweak to pretty printing for UsageFile | Simon Marlow | 2011-11-18 | 1 | -1/+2 |
* | Add Safe Haskell '-fwarn-safe', '-fwarn-unsafe', '-fno-safe-infer' flags | David Terei | 2011-11-16 | 1 | -1/+1 |
* | Move mkPiTypes back to Type, rename mkForAllArrowKinds to mkPiKinds | Jose Pedro Magalhaes | 2011-11-16 | 1 | -3/+3 |
* | Maintain the mapping of class selectors in 'VectInfo' | Manuel M T Chakravarty | 2011-11-14 | 1 | -5/+5 |