Repository : ssh://darcs.haskell.org//srv/darcs/ghc

Branch 'fix#5464' now includes:

     8595c61... Eliminate isHiBootTyCon in favour of isAbstractTyCon
     be53e4f... Fix Trac #5455: be a bit more selective in mkSelectorBinds
     14f977a... Minor wording change
     6ffaf6f... fix the eager-blackholing check, which I inadvertently broke in 
1c2f89535394958f75cfb15c8c5e0433a20953ed (symptom was broken biographical 
profiling, see #5451).
     0f0a3c9... fix GhcUnregisterised default, and add kfreebsdgnu to 
OsSupportsGhci (#5441)
     559f375... Add s390x to list of supported architectures
     fedb6a9... Add missing import (fixes #5460).
     6bad38a... Remove bogus isCoercionKind function and its sole use
     d982622... There are no predicate kinds in external core: remove Keq
     902d460... Fix handing of CoVars in SetLevels: it wasn't renaming 
occurrences of case-bound coercion variabes
     c02ff7c... Zap demand information if the simplifier reduces the arity: 
fixes CoreLint failure
     b98267a... Remove the "Ghastly special case" from dataTcOccs
     69cf252... Make an import unconditional
     9729fe7... Implement -XConstraintKind
     bad0252... Wibble in tickyDynAlloc (only affects -ticky)
     bfb7d73... Remove dead code
     80d1963... Minor refactoring of dsLCoercion, plus comments
     0bdafd5... ConstraintKind -> ConstraintKinds
     536359d... Add Constraint as a legitmiate tycon in Kinds
     aba74af... Comments and layout
     c4c9810... Nuke isCertainlyPredReprTy
     df05656... Whitespace only
     193ad9f... Added repack command to sync-all
     c2b1e0d... Correct a few typos
     ced8474... Fix typos in comments
     e18f03a... Add deepseq as a core package
     6ff6895... Add deepseq as a core package; part of #5468
     967633d... Revert "Get rid of associated-type default declarations"
     de8c8d6... Implement associated type defaults
     4c35337... Documentation for associated type instance defaults
     4714d50... Merge branch 'master' of http://darcs.haskell.org/ghc
     1466b0c... Obey the exprArity invariants!  Fixes Trac #5441
     6529337... Merge branch 'master' of http://darcs.haskell.org/ghc
     4b17d74... Merge branch 'master' of http://darcs.haskell.org/ghc
     c2bd94c... Refactoring and code moving-around, following Max's AT-default 
patch
     ff94f97... Comments, and rename FactTuple to ConstraintTuple
     ffada1e... Record selectors should be Exported Ids
     99a52b0... Move exprIsConApp_maybe to CoreSubst so we can use it in VSO. 
Fix VSO bug with unlifted let bindings.
     b3bc5f4... Merge branch 'no-pred-ty'
     5c312b4... Merge branch 'master' of http://darcs.haskell.org/ghc
     4d7033d... Report bindings that cannot be vectorised
     e3f4a1b... Adapt vectoriser to disappearing PredTy
     a7ac381... Solve irreducible evidence from itself
     055c632... Whitespace only in basicTypes/Literal.lhs
     f5084f6... Fix warnings in basicTypes/Literal.lhs
     2818cfd... Whitespace only in codeGen/CgUtils.hs
     af536ac... Fix warnings in codeGen/CgUtils.hs
     7ca27dc... Fix associated type default instantiation check (#5481)
     4027a7d... When checking FFI types are IO, don't look through abstract 
newtypes; #3008
     1b4e251... GHC does build with Alex 3 now - remove the configure trap
     fdac48f... change how Integer's are handled in Core
     73aeb7d... Remove an old "ToDo" comment
     e610292... Remove some (probably bit-rotted) .NET cases
     e0e4288... Merge branch 'master' of http://darcs.haskell.org/ghc
     eecd53b... Fix integer stuff (fixes Trac #5485)
     99a6412... Tighten up the side-condition testing for deriving (again)
     7bfc28d... LLVM pre-mangler files should be considered cish
     b215384... Hack: add noCafIdInfo to shiftIntegerL and friends
     54ba453... Merge branch 'master' of http://darcs.haskell.org/ghc
     c782840... Correct a back-to-front coercion (fixes Trac #5490)
     3137073... Merge branch 'master' of http://darcs.haskell.org/ghc
     493146a... Add some missing dependencies; should fix make after 
re-configure
     259ea3e... Fix typo
     607537a... Gentoo's scanelf program found executable stack in many 
resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * 
!WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o
     0a4537f... Fix etags output; trac #4256
     1e87c0a... Improve the handling of Integer literals
     908a62d... Whitespace only in hsSyn/HsImpExp.lhs
     5a369e7... Parenthesise type operators in -ddump-minimal-imports output; 
trac #4239
     9de6f19... In :load, call GHC.guessTarget on the new targets before 
unloading
     3db7572... Add support for all top-level declarations to GHCi
     222589a... fix bug in :show bindings when a variable is bound to an 
exception
     94e7c6b... move AvailInfo and related things into its own module
     01d7bc7... fix warnings
     fc80c87... show bindings in the order they were defined
     a29500f... add a ToDo
     730f6c6... Take account of the mk_integer in a LitInteger when computing 
CAF-hood
     24a2353... Add a transformation limit to the simplifier (Trac #5448)
     879c4a8... Comments and functions renaming only
     12d2089... A little refactoring of TcIface on LitInteger
     25881af... Move tcLookupFamInst, tcLookupDataFamInst from TcEnv to FamInst
     f3c7ed7... Implement GHCi command :kind! which normalises its type
     488e21c... Make a new type synonym CoreProgram = [CoreBind] and comment 
its invariants in Note [CoreProgram] in CoreSyn
     dac072b... Add some more Integer rules
     b45363e... Add a comment to CorePrep that it does the Integer conversion
     a21de08... Update to time 1.4
     c93690d... Fix #5464: Change the way the extra bindings for the generic 
representation are generated.
     8224782... Merge branch 'fix#5464' of http://darcs.haskell.org/ghc into 
fix#5464
     bbbcc83... Remove unnecessary import.

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to