Eliminate warnings with -DDEBUG
[ghc-hetmet.git] / compiler /
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 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...
2008-01-15 Ian LynaghFix generating dependencies for different ways now...
2008-01-14 mainland@eecs.harv... Fix utils/Util for debug build
2008-01-14 Ian LynaghGive an error if view pattern syntax is used in an...
2008-01-15 Manuel M T ChakravartyFix 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 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@gma... Fix filename completion by adding trailing spaces/slash...
2008-01-09 judah.jacobson@gma... 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 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-06 Ian LynaghFix build: Recent instance shuffling left us with overl...
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.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-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 FruhwirthAdd package dependencies to link pass when building...
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-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
2007-12-20 simonpj@microsoft.comComment only
2007-12-20 simonpj@microsoft.comFix nasty recompilation bug in MkIface.computeChangedOccs
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-20 simonpj@microsoft.comAdd better panic message in getSRTInfo (Trac #1973)
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-12-15 Roman LeshchinskiyFix lifting of case expressions
2007-12-15 Roman LeshchinskiyUse (UArr Int) instead of PArray_Int# in vectorisation
2007-12-14 Roman LeshchinskiyFix bug in VectInfo loading
2007-12-14 Roman LeshchinskiyRemove unused vectorisation built-in
2007-12-13 Roman LeshchinskiyTreat some standard data cons specially during vectoris...
2007-12-13 Roman LeshchinskiyMore vectorisation-related built ins
2007-12-12 Roman LeshchinskiyTrack changes to package ndp
2007-12-12 Roman LeshchinskiyAdd vectorisation built-ins
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-12-04 simonpj@microsoft.comMake HscTypes.tyThingId respond not panic on ADataCon
2007-12-13 simonpj@microsoft.comUse Unix format for RnPat (no other change)
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-12-13 Roman LeshchinskiyAllow more than 3 simplifier iterations to be run in...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
next