Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'ghc-generics1' now includes:
226b982... Remove an unused make variable
6bf8159... Allow overlaps when -XIncoherentInstances is in force
b8ff444... Fix worker/wrapper for CPR functions
c5554f8... Allow kind-variable binders in type signatures
49d0615... Merge branch 'master' of http://darcs.haskell.org//ghc
68b4a09... Simplify construction of equality predicates
5aa1ae2... Simplify the typechecking of RULES
8152611... Adding -ddump-avoid-vect option for vectorisation avoidance
diagnostics
fa9fdc2... Do SCC on instance declarations (fixes Trac #5715)
cc5d9dc... Merge branch 'master' of http://darcs.haskell.org//ghc
dda1c1b... Comments only
c163e38... Merge branch 'master' of http://darcs.haskell.org/ghc
88f476b... Merge branch 'master' of http://darcs.haskell.org/ghc
c284511... Move free-var info from InstDecl to FamInstDecl
8229801... Merge branch 'master' of http://darcs.haskell.org/ghc
6508697... Add a couple of comments
24746fe... OS X: disable bootstrapping info for 'ar'
5136d64... Add a quotRemWord2 primop
74b9eb7... Add an X86/amd64 implementation for quotRemWord2
bf6f708... Empty data types should not be "trimmed" by TidyPgm
6b0537a... Respect kind-variable scoping when instantiating dfuns
05debbb... Tiny refactoring; no change in behaviour
b35e7e2... Sort instances by location before printing them
739a009... ghci: write exceptions to stderr (#5980)
e4de18d... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
09037d9... Merge nb:ghc/git/ghc
aaff876... Merge branch 'master' of http://darcs.haskell.org/ghc
bbc1eed... Add symbol declaration for __fixunsdfdi in the linker.
9321224... Fixed typo (wrong max constant) in Initiialise.hs
981e4f1... Partial Vectoriasation
edd95cc... Vectorisation Avoidance
85c5dcf... Replaced tabs
0d8781b... Use gnu_printf rather than just printf in function format
attributes
3020e6d... Make the prototype for postHeapEvent match the definition
8b1fd26... A couple of build fixes for Win64
bfd8633... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
eb2d506... It isn't guaranteed that Cabal is warning-free
ddc7f75... Win64 warning fix
3e314cc... Add a flag for the unsupported calling convention warning
979785c... Add experimental GHCi monad.
bcff115... Report deprecations at occurrence sites, not once per module
7aa8104... Merge remote-tracking branch 'origin/master'
33ff498... Wibble to comment (to keep Haddock happy)
a40ee02... Better error messages during sort checking of kind signatures
6fd34a4... Improve pretty-printing
0f8151a... Merge branch 'master' of http://darcs.haskell.org//ghc
61e9a6c... removed superfluous flag for vectScalarFun
4005255... Merge branch 'master' of http://darcs.haskell.org/ghc
2a11904... Fix looking up of Exact RdrNames, fixes Trac #6005
2316a90... More fixes to kind polymorphism, fixes Trac #6035, #6036
84d79a2... distclean was removing ghc-pwd/dist, should be ghc-pwd/dist-boot
7679603... make -XNoImplicitPrelude work properly in GHCi
ebd7226... Fix typo
3b52891... Merge branch 'master' of http://darcs.haskell.org/ghc
4cc8826... Fix a one-character typo (kv1 should be kv2!)
000d451... Improve debug print a bit
4884546... Allow case expressions with a single alternative to be floated
in.
d9d35d8... Remove spurious debug print
d50cb3e... Do not generate derived instances in TH brackets
0646c34... Merge branch 'master' of http://darcs.haskell.org/ghc
9e3171c... Make the RHS of a generic FamInst use the same type variables
as the LHS!
1dbe6d5... Fix warnings on Win64
5bfd893... Fix lookup of fixity signatures for type operators (#6027)
6866b87... Tiny refactor
5f89437... Use coreBindsStats more than coreBindsSize
dd96644... Win64 build fix
3d8dd48... Add SRC_[CH]C_WARNING_OPTS
9f611cc... Merge win:c:/m64/reg8
b643fe0... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
b1eee04... Build fixes
0377f8f... Fix build on OSX: Use the 'z' format specifier modifier when
possible
42760bd... OS X build fixes
80a9f2f... Document the -fwarn-unsupported-calling-conventions flag
0ff6dbc... Win32 build fix
d7b5794... Simplify format specifiers
5a3fdc0... Fix build on Win32, and handle the FMT_* #defines in a slightly
nicer way
31f16fa... Win32 build fix
35e9039... Merge branch 'master' of win:c:/ghc/git/cygwin/.
44098b3... Flags documentation: -fwarn-unrecognized-pragmas is enabled by
-Wall (#6050)
18c2a2f... Doc: updated list of warnings not enabled by -Wall (#4817)
3144f85... add support for ARM hard-float ABI (fixes #5914)
9aa3a7b... Fix build on OS X
1ed0193... Add a new primop mkWeakNoFinalizer (#5879)
b6e2826... Catch illegal imports earlier (#6007)
f18db3b... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
4ca2818... hs_init(): cope with argc and/or argv being NULL (#6006)
26d690a... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
4ffc4c7... White space and debug printint
c049d30... Small refactoring in kind generalisation of type declarations
5519566... Debug printing only
745ec95... Add -faggressive-primops
e3f8557... Refactoring in CoreUtils/CoreArity
bbeaec2... Merge branch 'master' of http://darcs.haskell.org/ghc
5826a77... Pretty printing and debug improvements
77b05fa... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
95fb4b1... Comment out a pprTrace unless DEBUG is on (fix Trac #5929)
a365a58... Make more primops cheaper
d55ff2f... Merge branch 'master' of http://darcs.haskell.org/ghc
4a088f8... Revert "Make more primops cheaper"
a2ae0d7... Revert "Refactoring in CoreUtils/CoreArity"
7533607... Revert "Add -faggressive-primops"
e57c866... Make the interface-file deserialisation work right for promoted
types (Trac #6054)
20e6d9d... More explicit pretty-printing of promoted TyCons with
-dppr-debug
dceecca... Merge branch 'master' of http://darcs.haskell.org//ghc
081ee17... Egregious typo (fixes Trac #6055)
2822e00... Document eta expansion under GHC bugs and infelicities
05b55c6... Get GHCi working on Win64
2c4cac3... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
0042c47... Fix build of rts/Linker.c on Win32
8a25d8a... Fix the stage1 ghc hschooks.c
117c4a8... Fixes for x86/Linux
e89ef70... More Win32 build fixes
3457c6b... Fix maintenance of n_blocks in the RTS
67c793a... Tidy up a remaining glitch in unification
d1e84be... Merge branch 'master' of http://darcs.haskell.org/ghc
b04c0be... Wibble to pretty printing
29cd6f4... Revert "More Win32 build fixes"
02cf6d6... Revert "Fix build of rts/Linker.c on Win32"
27e585b... Revert "Get GHCi working on Win64"
57dae56... Revert "Revert "Get GHCi working on Win64""
257fa1f... Revert "Revert "Fix build of rts/Linker.c on Win32""
f36dd8b... Revert "Revert "More Win32 build fixes""
bf21999... Tell checkProddableBlock how many bytes we want to write
74eebed... Define _HOST_OS and _HOST_ARCH when calling hsc2hs
a53c12a... Fix Win64 build now that hsc2hs knows what platform we're on
afbaa11... Add 'free' to the list of rtsSyms on Win64
18b4ad9... Win64 Linker improvements
40c1106... Cast memory primops in the C backend (#5976)
ac230c5... Allow cases with empty alterantives
f7c2657... Merge branch 'master' of http://darcs.haskell.org/ghc
3a8c7c8... More Win64 ghci fixes
84a9c46... Win64 build fix
4202879... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
dc4ae7b... Check the calling convention of foreign imported labels is
supported
2bc9d89... Add _getpid to rtsSyms on Win64
1169351... Fix overnight build breakage (fix from simonpj)
4f2dfe1... Fix typo in error message (Trac #6076)
f3c24c5... Follow libffi changes on Windows
3762105... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
88f694d... Enable and fix building dynlibs on Win64
a8787ec... Use lnats to avoid overflowing when allocating large amounts
6dcf001... Install DLLs as executable
5872bf5... Working towards fixing DLLs on Win64
f09812d... Fix RTS DLL references on Win64
9949db0... Fix the way we call strip on DLLs
fcb19db... Follow changes in haskeline
b26a1b3... Build fix
209e375... Fix #6080 & house keeping in Vectorise.Exp
ada1385... Test for misaligned sections, and fail if we find one
85ae01b... Fix alignment when loading .a files on Win64
fdc19e6... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
dd7522c... Yet another major refactoring of the constraint solver
041d1bc... Add support for .text.startup sections to the Linker
4614cf6... Adapt to changes in Cabal.
d7bb8cd... Follow upstream mtl and Cabal, add transformers package (#5958)
c046197... Move getMonotonicUSec from base to the RTS.
9fb12e1... Enable FileLock for win32 (#4363)
4b089db... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
2112f43... Be a little less aggressive about inlining (fixes Trac #5623)
a606905... Cosmetics
d63e81b... Use fresh uniques when unboxing coercions in the desugarer
ff10612... Make fresh variables when decomposing Givens
203afa1... Don't pointlessly cast sizeof's result to size_t
f7e246b... Merge branch 'ghc-new-flavor'
4bbd6ba... Simplify the SimplCont data type
e08cad7... Wibbles to 'simplify the SimplCont data type'
4c55030... Take care not to mix polymorphic and unlifted bindings in a
group
980372f... Re-do the "function application discount" (fixes Trac #6048)
cd95449... Fix build on Win64
1cec00d... Merge branch 'master' of http://darcs.haskell.org//ghc
59e1f06... Fix build on Win64
c1e928e... Comments only
4674a23... Fix bug in expandTypeSynonyms that could rarely cause problems
d0f3a8b... Handle cases with no alternatives in GHCi
fc8959a... Refactor LHsTyVarBndrs to fix Trac #6081
9806a0a... Delete dead code mkIParamTyCon
09addd3... Merge branch 'master' of http://darcs.haskell.org/ghc
6c3045b... Fix the the pure unifier so that it unifies kinds
6406cd2... Use pprInfixName in pprInfo (#6091)
c250f93... Tweak the lexer: In particular, improve notFollowedBy and
friends
6a831be... Add flags to manipulate package db stack (#5977)
ca2debb... Rename package-conf flags to package-db.
2fe1546... Update documentation of the package db flags.
ba409e3... Simplify the behavior of package db flags.
215c826... Add a fixity environment to InteractiveContext (#2947)
921530b... Follow changes in Cabal.
5ccb43f... Merge branch 'master' of http://darcs.haskell.org//ghc
ebcad76... When comparing Case expressions, take account of empty
alternatives
969f8b7... Be careful to instantiate kind variables when dealing with
functional dependencies
7fe110a... Merge branch 'master' of http://darcs.haskell.org/ghc
5e4bab8... Don't use stdcall on Win64: It isn't supported; ccall is used
instead
6683995... Set the context_switch flag in yield#
b002f1b... Merge branch 'master' of http://darcs.haskell.org//ghc
28d2952... Merge branch 'master' into ghc-generics1
4ace934... Revert "Move Functor from base to ghc-prim"
13e837d... Small fix to the merge
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc