[commit: ghc] new-typeable's head updated: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (ba7affb)
José Pedro Magalhães <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'new-typeable' now includes:
b5ce9de... Remove dead code predTreePredType
61f770f... isTauTy should be True for LitTy (see Trac #7459)
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
ba7affb... Merge branch 'master', remote-tracking branch 'origin' into new-typeable