[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (503b265)
Simon Peyton Jones
simonpj at microsoft.com
Tue Feb 12 14:55:26 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/503b265079a0d637a2565601d13a8236950ba8f3
>---------------------------------------------------------------
commit 503b265079a0d637a2565601d13a8236950ba8f3
Merge: 6d48e90... d595293...
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Feb 12 13:55:03 2013 +0000
Merge branch 'master' of http://darcs.haskell.org/ghc
aclocal.m4 | 25 ++-
compiler/coreSyn/TrieMap.lhs | 38 +----
compiler/deSugar/DsMeta.hs | 6 +-
compiler/hsSyn/Convert.lhs | 8 +-
compiler/hsSyn/HsExpr.lhs-boot | 19 ++-
compiler/hsSyn/HsPat.lhs-boot | 8 +-
compiler/main/DynFlags.hs | 10 +-
compiler/nativeGen/PPC/Instr.hs | 124 ++++++++----
compiler/nativeGen/X86/Instr.hs | 6 +-
compiler/prelude/PrelNames.lhs | 66 ++++--
compiler/specialise/Specialise.lhs | 396 ++++++++++++++++++++----------------
compiler/typecheck/TcDeriv.lhs | 94 +++++++--
compiler/typecheck/TcGenDeriv.lhs | 66 +++++-
compiler/typecheck/TcInstDcls.lhs | 39 +++-
configure.ac | 12 +-
docs/users_guide/flags.xml | 14 ++
docs/users_guide/glasgow_exts.xml | 35 ++--
docs/users_guide/using.xml | 18 ++-
includes/rts/Globals.h | 2 +
libraries/containers | 2 +-
libraries/random | 2 +-
libraries/time | 2 +-
libraries/vector | 2 +-
rts/Globals.c | 14 ++
rts/Linker.c | 2 +
rts/Prelude.h | 1 +
rts/Schedule.c | 6 +
rts/package.conf.in | 2 +
sync-all | 2 +-
29 files changed, 662 insertions(+), 359 deletions(-)
More information about the ghc-commits
mailing list