ghc-hetmet.git
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comAdd missing extendSubst
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
2008-01-17 Clemens FruhwirthFix references to Filepath
2008-01-17 simonpj@microsoft.comFix egregious error in earlier "Record evaluated-ness...
2008-01-17 simonpj@microsoft.comEliminate warnings with -DDEBUG
2008-01-17 simonpj@microsoft.comRecord evaluated-ness information correctly for strict...
2008-01-16 simonpj@microsoft.comIn float-out, make sure we abstract over the type varia...
2008-01-16 simonpj@microsoft.comFix broken debug warning
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
2008-01-16 simonpj@microsoft.comComments only
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2008-01-16 Clemens FruhwirthAdd dyn-wrapper.c used as cross-plattform launch wrappe...
2008-01-16 Clemens FruhwirthUse runPhase_MoveBinary also for generating a dynamic...
2008-01-10 Clemens FruhwirthRemove -fhardwire-lib-paths in favour of -dynload sysdep
2008-01-10 Clemens Fruhwirthghc-inplace defaults to -fhardwire-lib-paths. Change...
2008-01-16 Clemens FruhwirthAdd -dynload flag as dynamic flag.
2008-01-16 Ian LynaghAdd a missing import
2008-01-16 Ian LynaghFix Makefile generatin on Windows
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-16 Ian LynaghFix typo
2008-01-16 simonpj@microsoft.comThe Core type-matcher should look through PredTypes
2008-01-16 simonpj@microsoft.comA bottoming function should have infinite arity
2008-01-10 Clemens FruhwirthAdd Main.dyn_o deployed into the RTS library dir to...
2008-01-10 Clemens FruhwirthRefactor cross-plattform process spawning from ghc...
2007-12-31 Clemens FruhwirthMore verbose error reporting in mk/target.mk
2008-01-15 Ian LynaghFix generating dependencies for different ways now...
2008-01-14 mainland@eecs... Fix utils/Util for debug build
2008-01-14 Ian LynaghGive an error if view pattern syntax is used in an...
2008-01-15 Roman LeshchinskiyFIX BUILD (Solaris): include fcntl.h for file operations
2008-01-15 Manuel M T... Fix warning when USE_READLINE is unset
2008-01-14 Ian LynaghRemove an extra ) that was breaking the build on Windows
2008-01-13 Ian LynaghFix warnings in utils/ListSetOps
2008-01-13 Ian LynaghFix warnings in utils/Panic
2008-01-13 Ian LynaghFix warnings in utils/UniqSet
2008-01-13 Ian LynaghFix warnings in utils/Maybes
2008-01-13 Ian LynaghFix warnings in utils/BufWrite
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2008-01-13 Ian LynaghFix warnings in utils/OrdList
2008-01-13 Ian LynaghFix warnings in utils/FastMutInt
2008-01-13 Ian LynaghFix warnings in utils/State
2008-01-13 Ian LynaghOnly initialise readline if we are connected to a terminal
2008-01-13 Ian LynaghFix warnings in utils/Util
2008-01-13 Ian LynaghFix warnings in utils/Bag.lhs
2008-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2008-01-12 Ian LynaghTweak whitespace in HsExpr
2008-01-12 Ian LynaghFix warnings in HsExpr
2008-01-12 Ian LynaghFilePath fixes
2008-01-12 Ian Lynaghdon't initialize readline needlessly
2008-01-12 Ian LynaghFix whitespace
2008-01-12 Ian LynaghUse System.FilePath
2008-01-10 judah.jacobson... Fix filename completion by adding trailing spaces/slash...
2008-01-09 judah.jacobson... Use command-dependent word break characters for tab...
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-09 Roman LeshchinskiyMore refactoring in getCoreToDo
2008-01-09 Roman LeshchinskiyDocument -fsimplifier-phases
2008-01-09 Roman LeshchinskiyAdd -fsimplifier-phases option
2008-01-09 Roman LeshchinskiyRefactor getCoreToDo slightly
2008-01-07 simonpj@microsoft.comFix Trac #2018: float-out was ignoring the kind of...
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2008-01-07 simonpj@microsoft.comFix Trac #2017
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2008-01-04 Simon Marlowpass -no-user-package-conf to ghc-inplace
2008-01-06 Ian LynaghFix build: Recent instance shuffling left us with overl...
2008-01-06 Ian LynaghAdd instructions for building docs to README
2008-01-04 simonpj@microsoft.comA little refactoring of GenIfaceEq to make the Outputab...
2008-01-04 simonpj@microsoft.comMake the instance of DebugNodes more H98-like
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-26 Isaac Dupreegeneralize instance Outputable GenCmm to H98 (#1405)
2007-12-26 Isaac Dupreemove and generalize another instance (#1405)
2007-12-26 Isaac Dupreemove and generalize an instance (#1405)
2008-01-04 simonpj@microsoft.comDo not consult -XGADTs flag when pattern matching on...
2008-01-04 simonpj@microsoft.comAdd a note about primop wrappers (cf Trac #1509)
2008-01-04 simonpj@microsoft.comDocument SOURCE pragma; clarify TH behavior for mutuall...
2008-01-04 simonpj@microsoft.comWhite space and comments only
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-03 Simon Marlowremove trace apparently left in by accident
2008-01-03 simonpj@microsoft.comRemove -funfolding-update-in-place flag documentation
2008-01-03 Simon MarlowFix warnings with newer gcc versions (I hope)
2008-01-03 Simon MarlowFIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHoles
2008-01-02 Simon Marlowfix validation failure on non-i386
2008-01-02 Simon Marlowexpand "out of stack slots" panic to suggest using...
2008-01-02 Simon MarlowWarning clean, and fix compilation with GHC 6.2.x
2007-12-20 Simon MarlowAdd dead code elimination in cmmMiniInline
2008-01-02 Isaac Dupreeimplement prefix unboxed tuples (part of #1509)
2008-01-01 Clemens FruhwirthLink libgmp.a statically into libHSrts.dll on Windows
2008-01-01 Clemens FruhwirthEmbedd DLL name into its import library, so client...
2008-01-01 Clemens FruhwirthAdd package dependencies to link pass when building...
2007-12-30 Clemens FruhwirthFix building libHSrts.dll by using ghc-pkg instead...
2007-12-29 Clemens FruhwirthAdd installPackage to dependencies of make.library...
2007-12-28 Clemens FruhwirthInstall dynlibs correctly
2007-12-28 Isaac Dupreeimport ord that alex secretly imported
2007-12-27 Isaac Dupreeadd missing import that happy -agc secretly provided
2007-12-26 Isaac Dupreecorrect type mistake, hidden by happy -agc coercions!
2007-12-27 Clemens FruhwirthAPI changes for cabal-HEAD
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-24 simonpj@microsoft.comWhen complaining about non-rigid context, give suggesti...
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-21 simonpj@microsoft.comFix Trac #1981: seq on a type-family-typed expression
next