Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'type-nats' now includes:
2334112... Fix broken -fPIC on Darwin/PPC (#7442)
b5ce9de... Remove dead code predTreePredType
61f770f... isTauTy should be True for LitTy (see Trac #7459)
0cb35b5... Mac OS X 10.6 needed for pthread_threadid_np(), fixes #7356
45e70a1... Merge branch 'ticket-7442' of git://github.com/phonohawk/ghc
d6d1559... Tweak comments
56240c1... Update haskeline submodule
691c8a8... Don't get submodules when 'get'ing
8fd3f3c... Use a submodule for the time package
ccce9fe... When pulling, only 'fetch' in submodules
4b4f014... Add a check for old time packaes
c3db2b2... Tweak sync-all
31d771b... Use -e rather than -f when checking for libraries/time/.git
3a40456... Make "sync-all pull --rebase" work
156d30d... Fix buglet in -ddump-minimal-imports (Trac #7476)
9467f73... Merge branch 'master' of http://darcs.haskell.org/ghc
e6ce335... Fix pprPanic so that it doesn't throw away the SDoc part of the
error.
88eeabc... Merge branch 'master' of http://darcs.haskell.org/ghc
70c4e4b... Rearrange configure.ac a bit
3c06c09... Rearrange configure.ac a bit
50905e1... Revert "Fix pprPanic so that it doesn't throw away the SDoc
part of the error."
c0d8469... Allow existential data constructors to be promoted
431e804... Merge branch 'master' of http://darcs.haskell.org/ghc
bb2f56a... Add comment
f971e75... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
95d8658... In FP_GCC_VERSION, test $CC not $GCC
3fc453a... Don't define DYNAMIC when compiling the dyn way
57d6798... When using a GHC plugin, load its interface file very
partially: just enough that it can be used, without its rules and instances
affecting (and being linked from!) the module being compiled.
b0626b6... Document promotion of existential data types
5b746f5... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
3864da2... Typo
71b5ca5... Refactor findAndReadIface; no functional changes
ccdccee... Whitespace only in iface/IfaceType.lhs
b25d709... Add the beginnings of support for building vanilla and dynamic
at the same time
d842dff... Use a MonadIO instance instead of an 'io' function
9a20e54... Stop attempting to "trim" data types in interface files
8a0534f... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
6bdac1c... Make nativeCodeGen return the rest of its UniqSupply
9b2882c... Merge branch 'master' of mac:ghc/git/val64/.
566920c... Add -funbox-strict-primitive-fields
e4feb52... fix description of ghci instance env bug
250f026... fix code in library initialisation example (#7471)
27770ae... Invalidate the ModSummary cache in setSessionDynFlags (#7478)
b85a849... Pessimistically assume that unknown arches can't do unaligned
loads
e415777... Detabbing
4f7027d... Document -funbox-strict-primitive-fields
86e2a2a... Don't set "-O0 -g" C flags when -debug is given
c1c2d84... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
7bf6eb9... Minor twiddle to -funbox-strict-primitive-fields docs
1435eef... Refactor primitive field unpacking check
609aecb... Tweaks to dynamic-too code
713c514... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
d7d25db... Merge branch 'master' of http://darcs.haskell.org/ghc
cea7aa3... Merge branch 'master' of http://darcs.haskell.org/ghc
e5182b7... Add replaceDynFlags to the ContainsDynFlags class
0c4a9f3... Add a function to change DynFlags to be suitable for compiling
for way=dynamic
ecd9676... Fix loading dynamic interfaces when using -dynamic-too
b339dd4... Change how sync-all handles directory changes
332e681... Add -funbox-strict-primitive-fields example
f184d9c... Fix a bug in the handling of nested orElse
31d8900... Fix #7487
b0339aa... document special "this" syntax for PackageImports (#7409)
d684114... add enabled_capabilities (#7491)
497cb61... Merge branch 'master' of http://darcs.haskell.org/ghc
48bb69a... Small refactoring: Use more idiomatic strictness forcing in
AsmCodeGen
d23148a... Package the NativeGen state up into a named type
8246c7a... Tweak how 'count' is handled in the nativeCodeGen
8685535... Add more plumbing to the nativeCodeGen
bd8f7fc... Implement the -dynamic-too optimised path for the NCG
5d0d1d9... typo
750a34b... Small code tidy-up
7df6d78... Add a comment
d5b5d48... Use ByteString rather than FastBytes inside FastZString
589b628... Merge ../bs
7651b67... Make FastBytes a synonym for ByteString
2e8c769... Implement word2Float# and word2Double#
e2564ce... Merge ../bs
ab9de78... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
2b977d9... Remove most of TailCalls.h
265af43... Make enabled_capabilities visible (fixes dynamic linking)
c79f733... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
7085b84... Inline some FastBytes/ByteString wrappers
fae0d4c... Whitespace only in hsSyn/Convert.lhs
3c17143... Use BS.pack instead of mkFastBytesByteList
80a3a15... Remove a couple more FastBytes functions
faa8ff4... Major refactoring of the way that UNPACK pragmas are handled
96acba6... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
a243fa7... Use ByteString rather than FastBytes in Binary
ca56668... Remove the trivial mkFastStringFastBytes wrapper
6409ba5... Rename remaining FastBytes usages to ByteString
bcf7123... Implement the slow mode of -dynamic-too
eec4c10... Call gcc with '-x assembler-with-cpp' instead of '-x assembler'.
6a990ac... De-tab compiler/nativeGen/PPC/Instr.hs.
51d3645... PPC: Implement stack resizing for the linear register allocator.
6e0d45a... Small refactoring: makes it easier to see what nativeCodeGen
actually does
55c55f1... Revert "Fix a bug in the handling of nested orElse"
a006ecd... A better fix for #7493 (see comment for details)
909d52e... Document the behavior of "info!".
ea8490e... Tidy up documtation of monomorphsim restriction etc
b585312... Wibbles to faa8ff40 (UNPACK pragmas)
650f76f... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
e3aa165... typo
a38b832... spelling in doc
942939c... Fix Trac #7506 (missing check for form of FFI type)
8c1aab0... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
aad93f5... Move the kind Nat and Symbol out of TysPrim and into TysWiredIn
a62c437... Add some ASSERTs to calls of zipTopTvSubst
3394d49... Pass the correct inst_tys argument to dataConCannotMatch, in
mkRecSelBinds
be5cc2e... Fix TcUnify.matchExpectedTyConApp so that it returns types of
compatible kinds
9429d79... Merge branch 'master' of http://darcs.haskell.org/ghc
f6f881f... Rename all of the 'cmmz' flags and make them more consistent.
54a3963... 'sync-all get -q' also passes -q to 'git submodule'
02c4ab0... Redirect asynchronous exceptions to the sandbox thread in
runStmt (#1381)
1353d1e... Fix over-zealous ASSERT in TcUnify
866d28d... Merge branch 'master' of http://darcs.haskell.org/ghc
b8739b2... Allow newtypes to be promoted
40ef925... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
66fa188... Likely fix to uninitialized DynFlags in plugins.
6290c7b... Clarify promotion rules for newtypes in the documentation
c56c355... Only allow special NeverActive syntax for RULES.
d3e2912... Clarify documentation of [~] syntax on RULE activations
8366792... Implement overlapping type family instances.
b03bc4a... Merge remote-tracking branch 'origin/master' into type-nats
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc