Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'type-nats' now includes:
c8bac7c... Elaborate the typechecker's trace slightly
7435825... Add kind-defaulting in simplifyInfer (fixes Trac #7332)
9ab868e... Comments only
81594da... Use isCheapApp in exprIsWorkFree
0b2a6a0... Wrap a bracket quotation in a coercion that makes it have the
right type
6976210... Refactor the type of tcBracked (no change in behaviour)
92916e0... Move occurCheckExpand from TcCanonical to TcType
8691041... Improve error reporting for kind occurs-checks
5cd52bf... Build system fix for building a profiling GHC
86f6acd... Rename DynFlag to GeneralFlag
d5ab88c... Rename setDynFlag, unSetDynFlag following the
DynFlag->GeneralFlag rename
4d4797d... Whitespace only in simplStg/SimplStg.lhs
6759e5a... Remove a copy of foldM, and use the standard function instead
cd33eef... Some alpha renaming
f934258... Fix build on OS X (fix from Duncan Coutts)
6e771fa... Remove unused -ddump flags
51da4ee... Put header and timestamp in dump files
d4a1964... Refactor the way dump flags are handled
21e5b61... Turn DYNAMIC_BY_DEFAULT off in mk/build.mk.sample
660dc69... Follow 'flags' -> 'generalFlags' rename
5e54d55... Fix conversion of HsRule to TH syntax
984676d... Deprecate Rank2Types and PolymorphicComponents, in favour of
RankNTypes
b597182... Fix a long-standing bug in tidying
a351361... Comments and debug tracing only
e252bb6... Improve error reporting for kind errors
0001f51... Whitespace only in nativeGen/PIC.hs
6a58aa0... In approximateWC, do not float contraints out of an implication
with equalities
242fc56... Some refactoring of the occurs check in TcUnify
5381000... profiling fixes
2726033... Improve reporting of duplicate signatures
6fbd46b... Remove the old codegen
8019bc2... Only promote *non-existential* data constructors
c6f4f8a... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
6c54727... Set the way when loading dynamic objects for GHCi
d277031... Suppress deprecation warnings for Rank2Types in libraries that
use the flag
827598e... Wibbles in TcErrors
1152f94... An accidentally-omitted part of commit 8019bc2c, about
promoting data constructors
4a738e1... Simplify and clean up kind-checking of type/class declarations
8e189a7... Simplify code slightly; no change in behaviour
429c81c... Merge branch 'master' of http://darcs.haskell.org/ghc
bca2e47... Whitespace only in simplCore/OccurAnal.lhs
176a360... Fix typo
e3d7889... Add some more primop rules; fixes #7286
fc5a6e2... Whitespace only in hsSyn/HsExpr.lhs
2cf9093... Add some more PrimOp rules
b093521... Add a rule for (plusAddr# x 0) == x; fixes #7284
9f9bb2b... Add the p_dyn and thr_p_dyn ways
4f83f54... Set V = 1 by default, and add info about turning it off to
build.mk.sample
771d376... add GHC.Float.rationalToFloat, rationalToDouble (fixes #7295)
6bb741b... Use fromRational when pre-computing fromRational literals
82879d9... Be careful when combining two CFunEqCans, in the case where one
has a unification variable on the right.
cd51b9c... In lookupFlatEqn, look in the flat-cache *last*
b243d30... Merge branch 'master' of http://darcs.haskell.org/ghc
49108c3... typo
412af8c... Foreign calls can clobber heap & stack memory too
14ddde0... When DYNAMIC_BY_DEFAULT, make inplace wrappers for everything
5f37e0c... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
82ab12a... October 2012 stats
2c2be63... comments only
c7942f9... Fix a silly bug that would cause -xc to print less than useful
information
d81d70b... fix a warning
2471a6b... Use canned heap checks to save a few bytes of code
dc7a936... Avoid calling toInfoLbl on the entry label (#7313)
bba7621... Fix -fPIC on OS X x86
a5bf0d5... Merge branch 'master' of http://darcs.haskell.org/ghc
2324b40... removeWay should also unset the wayGeneralFlags
a7e0d44... a small -fPIC optimisation
88a6f86... Small optimisation: always sink/inline reg1 = reg2 assignments
a58b2d0... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
a299f10... Use Cabal to build mkUserGuidePart
fb41ac5... extend LD_LIBRARY_PATH instead of replacing it
09209de... Add a case for CmmLabelDiffOff to cmmOffsetLit
65fec07... Comment to explain why we need to split proc points on
x86/Darwin with -fPIC
61bf570... fix bug in heap check in putMVar#
0b3811c... typo
935bf7c... Merge branch 'master' of http://darcs.haskell.org/ghc
b8da5dd... Remove the kludgy TH dependencies
68ae113... Make it possible to build with only way dyn
b01edb0... Merge branch 'master' of http://darcs.haskell.org/ghc
c67b431... Always use --force when registering packages
df2bcd8... Set the default way correctly when dynamic-by-default
820134a... remove unused sched_shutting_down
afbceef... delete old comments
24b4bfb... Fix bug in 88a6f863d9f127fc1b03a1e2f068fd20ecbe096c (#7366)
9008ae0... declare stg_gc_prim and stg_killMyself (#7350)
cdf1389... fix off-by-one-column in showRichTokenStream (#7351)
467e1a6... fprintCCS_stderr: untag the exception (#7319)
b54318d... Remove an outdated comment
38aeca2... Make "ghc-pkg check" check for prof and dyn ways, as well as
vanilla
86e2479... Fix the transformers-building code, and move it from validate
to ghc.mk
6e28baa... Make DefaultFastGhcLibWays be just "dyn" when we are dynamic by
default
9a2f777... Merge branch 'master' of http://darcs.haskell.org/ghc
c588395... Fix a bug in CmmSink exposed by a recent optimisation (#7366)
c03a899... Fix installation of vanilla libraries
8d8af5e... Revert "Always use --force when registering packages"
f3115bd... Fix the haddocking build system rules when dynamic is the
default way
93d4539... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
e0c77c9... Fix doc typo; fixes #7318
615268a... Tweak build.mk.sample
edb5303... Fix installation
9246f7c... Improve trace
b6acaf0... Comments in Note [Efficient orientation] about interacting
CFunEqCans
66ec09b... Merge branch 'master' of http://darcs.haskell.org/ghc
3406c06... More info on a Core Lint failure
ec0d62c... Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
788cead... Revert "Suppress deprecation warnings for Rank2Types in
libraries that use the flag"
26b2caf... Make Rank2Types and PolymorphicComponents into a synonym for
RankNTypes (no deprecation)
84d527b... Improve the GhcLibWays sanity checking
0c7f0c2... Add some missing parentheses to mkDerivedConstants.c
fb1b2c7... Fix a couple of format strings
3a0a315... Fix build on platforms on which we don't have register info
1b02de8... Remove some old .gitignore entries
b6ef352... Merge remote-tracking branch 'origin/master' into type-nats
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc