Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'type-nats' now includes:
226b982... Remove an unused make variable
6f1a432... fix quadratic performance issue with long module names (#5981)
d6e3f3d... small cleanup
dd24d6b... Disable the timer signal while blocked in select() (#5991)
e12bec8... Fix crash with debug tracing and the new heap events
9d26519... Improve the handling of threadDelay in the non-threaded RTS
f089917... Turn on TRACE_gc with +RTS -Ds (this regressed at some point)
ab52df86.. Revert "trac #5265 (support for additional .ghci files)"
76bde33... Add support for additional .ghci files in GHCi (#5265)
0a532c6... Do not re-encode correctly encoded inputs and arguments (#5795)
e8dbeed... Fix a race condition in the GHCi debugger exposed by testcase
break011.
148b27b... Fix instance signature error message (#6001)
206c8fc... Allow threads in GHCi to receive BlockedIndefintely* exceptions
(#2786)
392c288... updateThunk: minor tweak to avoid an unnecessary call to
checkBlockingQueues
5eabdc1... Fix crash with tiny initial stack size (#5993)
f1a633a... Don't document '-freg-liveness' or '-fllvm-tbaa', developer
flags
295717d... More imporvements to optimisation flag docs.
eecd7c9... Added ':runmonad' command to GHCi
e0e99f9... Revert "Added ':runmonad' command to GHCi"
3377abe... Untabify HsTypes
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
5ba7db9... Use monotonic clock in Select.c (#5865)
e57d23d... Use monotonic time function for darwin (#5865)
6dc22bf... Support large SLIDE instructions.
e408f4f... Export State monad transformer from ByteCodeItbls.
f8d4882... Bytecode assembler refactoring.
d5ec296... Implemented word-sized addressing of pointers and literals.
68b4a09... Simplify construction of equality predicates
5aa1ae2... Simplify the typechecking of RULES
6ba8b33... Fix operand expansion function.
d1060a0... Add newline to the end of file
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"
a87c3ab... Port a bit of the type-nat solver to GHC types.
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc