ghc-hetmet.git
2010-12-15 Simon Marlowfix for large stack allocations
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-14 Simon Marlowcomments on SRC_HC_OPTS (#4829)
2010-12-09 Simon Marlowfix another sanity error, and refactor/tidy up
2010-12-15 simonpj@microsoft.comFix a bug in functorLikeTraverse, which was giving...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-12-15 simonpj@microsoft.comTighten up what it means to be an "enumeration data...
2010-12-15 simonpj@microsoft.comAllow enumerations to have phantom arguments.
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-14 simonpj@microsoft.comFix Trac #3731: more superclass subtlety (sigh)
2010-12-14 simonpj@microsoft.comLess verbose debug print
2010-12-14 simonpj@microsoft.comWibble to InstEnv.instanceHead
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-12-14 Ian LynaghGHC 6.12 is now needed to build the HEAD
2010-12-13 Ian LynaghAdd libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 dimitris@microsoft.comDoing the smart canonicalization only if we are not...
2010-12-09 dimitris@microsoft.comMoved canonicalisation inside solveInteract
2010-12-13 Ian LynaghGHCi linker: Assume non-Haskell libraries are dynamic...
2010-12-12 Ian LynaghAdd --version support to ghc-cabal
2010-12-10 Ian LynaghDon't link the GHC RTS into our C-only programs
2010-12-10 Ian LynaghBuild a copy of ghc-cabal with the in-tree compiler...
2010-12-10 Ian LynaghAdd a test that all programs in the bindist were built...
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-10 simonpj@microsoft.comComments only
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-12-10 Simon Marlowwarning fix: don't redefine BLOCKS_PER_MBLOCK
2010-12-10 Simon MarlowOnly reset the event log if logging is turned on (adden...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
2010-12-10 Simon MarlowFix Windows build: move rtsTimerSignal to the POSIX...
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-10 Ben LippmeierDefensify naked read in LLVM mangler
2010-12-10 Ben LippmeierFormatting only
2010-12-08 Ben LippmeierAlways ppr case alts on separate lines
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierSuppress more info with -dsuppress-idinfo
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-12-09 Simon Marlowfix ticket number (#4505)
2010-12-09 Simon Marlowfix warnings
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Dmitry AstapovExport the value of the signal used by scheduler (...
2010-12-08 Simon MarlowTweak the "sorry" message a bit
2010-11-23 Boris Lykah:unset settings support
2010-12-08 Ian LynaghFix Windows memory freeing: add a check for fb == NULL...
2010-12-03 Dmitry AstapovFixes for #4512: EventLog.c - provides ability to termi...
2010-12-07 Ian LynaghMake CPPFLAGS variables, as well as CFLAGS and LDFLAGS
2010-12-06 Ian LynaghAdd a configure message
2010-12-06 Ian LynaghLink even programs containing no Haskell modules with GHC
2010-12-06 Ian LynaghCorrect the stage that the includes/ tools are built in
2010-12-05 Ian LynaghTweak the cleaning of inplace/; fixes trac #4320
2010-12-05 Ian LynaghClose .ghci files after reading them; fixes trac #4487
2010-12-03 pepeiborra... Fix the behaviour of :history for ticks surrounding...
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-12-03 Ian LynaghTell gcc to support back to OS X 10.5
2010-12-02 Ian LynaghMake RelaxedLayout off by default
2010-12-03 simonpj@microsoft.comFix up TcInstDcls
2010-12-03 Simon MarlowthrowTo: report the why_blocked value in the barf()
2010-12-03 Simon Marlowhandle ThreadMigrating in throwTo() (#4811)
2010-12-02 Simon MarlowremoveThreadFromQueue: stub out the link field before...
2010-11-26 Simon Marlowsmall tidyup
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-12-01 Simon Marlowmake a panic message more informative and suggest ...
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-12-02 simonpj@microsoft.comA little refactoring (remove redundant argument passed...
2010-12-02 simonpj@microsoft.comMake rebindable if-then-else a little more permissive
2010-12-02 simonpj@microsoft.comImprove error message (Trac #4799)
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-11-30 pho@cielonegro.orgFIX #1845 (unconditional relative branch out of range)
2010-11-30 pho@cielonegro.orgrts/Linker.c (loadArchive):
2010-11-30 pho@cielonegro.orgrts/Linker.c (machoGetMisalignment):
2010-11-30 pho@cielonegro.orgrts/Linker.c (ocFlushInstructionCache):
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-12-01 Simon Marlowfix ref to utils/ext-core, which moved to Hackage ...
2010-12-01 Simon Marlowfix floating-point/FFI section: fenv is C99, not POSIX
2010-11-30 keller@cse... Fixed some 'unused vars' warnings
2010-11-29 keller@cse... vectScalarLam handles int, float, and double now
2010-11-15 keller@cse... Handling of lets, letrec and case when checking if...
2010-11-26 Simon MarlowDocument the behaviour of fenv.h functions with GHC...
2010-11-27 Ian LynaghRemove the no-ghci-lib warning in ghc-pkg
2010-11-27 Ian LynaghAdd GNU-variant support to the .a parser, and other...
2010-11-27 Ian LynaghRe-indent only
2010-11-27 Ian LynaghImprove linker debugging for archive files
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyInherit the ForceSpecConstr flag in non-recursive neste...
2010-11-27 Roman LeshchinskiyDocument -ddump-rule-firings and -ddump-rule-rewrites
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-25 simonpj@microsoft.comSubstitution should just substitute, not optimise
2010-11-25 simonpj@microsoft.comMake SpecConstr "look through" identity coercions
2010-11-25 simonpj@microsoft.comComment only
2010-11-01 simonpj@microsoft.comWhite space only
2010-11-25 Simon MarlowKeep a maximum of 6 spare worker threads per Capability...
2010-11-15 Simon MarlowUnicide OtherNumber category should be allowed in ident...
next