Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -59/+59 |
* | flags.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -22/+22 |
* | ghci.xml whitespace only | Daniel Fischer | 2011-05-31 | 1 | -97/+97 |
* | fix format specs on 64-bit builds | Simon Marlow | 2011-05-31 | 1 | -4/+6 |
* | Fix a cause of very occasional <<loop>> with parallel programs and | Simon Marlow | 2011-05-31 | 1 | -2/+32 |
* | Fix some validation errors | David Terei | 2011-05-31 | 5 | -25/+21 |
* | Remove some old unused prelnames | David Terei | 2011-05-31 | 1 | -4/+2 |
* | Remove very dead Java backend code. | David Terei | 2011-05-31 | 3 | -35/+1 |
* | Fix warnings in X86/CodeGen | David Terei | 2011-05-31 | 1 | -87/+108 |
* | Add new mem{cpy,set,move} cmm prim ops. | David Terei | 2011-05-31 | 10 | -124/+274 |
* | LLVM: Figure out llvm version we are calling | David Terei | 2011-05-30 | 1 | -0/+40 |
* | Make assignTemp_ less pessimistic | Johan Tibell | 2011-05-30 | 1 | -6/+10 |
* | Remove most of the CPP from AsmCodeGen | Ian Lynagh | 2011-05-29 | 4 | -116/+183 |
* | Fix build on windows (hopefully) | Duncan Coutts | 2011-05-29 | 1 | -1/+1 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 10 | -2/+330 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 6 | -2/+183 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 5 | -12/+36 |
* | Rearrange shutdownCapability code slightly | Duncan Coutts | 2011-05-26 | 3 | -37/+45 |
* | Merge branch 'ghc-generics' | Jose Pedro Magalhaes | 2011-05-26 | 2 | -7/+22 |
|\ | |||||
| * | Better output for -ddump-deriv when using generics. | Jose Pedro Magalhaes | 2011-05-25 | 2 | -7/+22 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-05-26 | 52 | -1469/+1386 |
|\ \ | |||||
| * \ | Merge remote branch 'origin/master' into ghc-generics | Simon Peyton Jones | 2011-05-26 | 42 | -756/+883 |
| |\ \ | |||||
| * | | | Do not be so eager about loading family-instance modules | Simon Peyton Jones | 2011-05-26 | 1 | -19/+22 |
| * | | | Rejig the way in which generic default method signatures are checked | Simon Peyton Jones | 2011-05-26 | 6 | -78/+77 |
| | |/ | |/| | |||||
| * | | Remove comment. | Jose Pedro Magalhaes | 2011-05-23 | 1 | -5/+1 |
| * | | Fix a bug with standalone deriving of Generic instances. | Jose Pedro Magalhaes | 2011-05-23 | 1 | -4/+17 |
| * | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-20 | 28 | -260/+1260 |
| |\ \ | |||||
| * \ \ | Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-20 | 8 | -88/+88 |
| |\ \ \ | |||||
| | * | | | Simon's fixes to the generated type instances in Generics | Simon Peyton Jones | 2011-05-20 | 8 | -88/+88 |
| * | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-17 | 32 | -440/+1090 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Fix some small things broken with the last merge. | Jose Pedro Magalhaes | 2011-05-12 | 2 | -3/+5 |
| * | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-12 | 136 | -4474/+5159 |
| |\ \ \ \ | |||||
| * | | | | | Remove some old code. | Jose Pedro Magalhaes | 2011-05-12 | 1 | -80/+23 |
| * | | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-10 | 7 | -15/+63 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-09 | 24 | -728/+675 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Make the errors for DeriveGeneric consistent with other deriving errors. | Jose Pedro Magalhaes | 2011-05-09 | 1 | -5/+5 |
| * | | | | | | | "Representable0" -> "Generic" in the user's guide. | Jose Pedro Magalhaes | 2011-05-09 | 2 | -32/+31 |
| * | | | | | | | Improve the error message when we cannot derive Generic. | Jose Pedro Magalhaes | 2011-05-09 | 2 | -13/+34 |
| * | | | | | | | Deprecate -XGenerics. | Jose Pedro Magalhaes | 2011-05-09 | 2 | -8/+5 |
| * | | | | | | | Rename `Representable0` to `Generic`. | Jose Pedro Magalhaes | 2011-05-09 | 4 | -106/+71 |
| * | | | | | | | Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-05 | 1 | -13/+13 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-generics | Simon Peyton Jones | 2011-05-05 | 59 | -1550/+2352 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Invert sense of "why" error messages, so that "or" means "or" | Simon Peyton Jones | 2011-05-04 | 1 | -13/+13 |
| * | | | | | | | | | Do not enable -XGenerics when building the optimized libs. | Jose Pedro Magalhaes | 2011-05-05 | 3 | -9/+3 |
| * | | | | | | | | | Remove comment mentioning the old generic classes. | Jose Pedro Magalhaes | 2011-05-05 | 1 | -2/+1 |
| * | | | | | | | | | Update the User Guide with generics stuff. | Jose Pedro Magalhaes | 2011-05-05 | 2 | -212/+202 |
| | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Fix a previous incorrect merge. | Jose Pedro Magalhaes | 2011-05-05 | 1 | -3/+2 |
| * | | | | | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-05 | 18 | -360/+368 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-04 | 35 | -1069/+1967 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove HsNumTy and TypePati. | Jose Pedro Magalhaes | 2011-05-04 | 19 | -125/+22 |
| | |_|/ / / / / / / | |/| | | | | | | | |