ghc-hetmet.git
2008-08-12 Roman LeshchinskiyUse dph-{seq|par} instead of dph_{seq|par}
2008-08-09 Ian LynaghSimplify how we build dph
2008-08-09 Ian LynaghGeneralise libraries/Makefile.local
2008-08-09 Ian LynaghThe dph packages still contain warnings
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-11 simonpj@microsoft.comExport Depth (needed for mkUserStyle); collapse identic...
2008-08-11 simonpj@microsoft.comWhen suppressing uniques, don't print the separating...
2008-08-11 simonpj@microsoft.comMake -dsuppress-uniques apply regardless of -ppr-debug
2008-08-11 simonpj@microsoft.comFix Trac #2367: selectors for GADTs
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-08-11 simonpj@microsoft.comFix Trac #2506: infix assert
2008-08-11 simonpj@microsoft.comUse do-notation
2008-08-11 simonpj@microsoft.comFix Trac #2494: tcSimplifyRuleLhs
2008-08-11 simonpj@microsoft.comMake comparison on equalities work right (ie look at...
2008-08-11 simonpj@microsoft.comMinor refactoring; no functionality change
2008-08-09 simonpj@microsoft.comFix Trac #2486: restore the specialiser to a working...
2008-08-10 Ian LynaghRemove a pointless use of $(HERE_ABS)/
2008-08-10 Ian LynaghDon't give the -d flag to rm; it goes wrong on Windows
2008-08-10 Ian LynaghAdd mk/bindist.mk
2008-08-10 Ian LynaghRemove references to the files that the RTS no longer...
2008-08-10 Ian LynaghWe don't need to generate driver/package.conf any more...
2008-08-10 Ian LynaghRemove inplace-datadir when cleaning
2008-08-10 Ian LynaghRemove driver/ghc; The Cabal package in ghc/ now makes...
2008-08-10 Ian LynaghMake "make clean" in ghc/ only clean the stage we want...
2008-08-10 Ian LynaghMake "make clean" in compiler/ only clean the stage...
2008-08-10 Ian LynaghAlso clean pwd.hi and pwd.o
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-08-10 Ian LynaghUse Cabal to build pwd
2008-08-07 Max BolingbrokeMove allM to MonadUtils
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-09 Tim ChevalierFixed performance bug in ext-core preprocessor
2008-08-07 Ian LynaghFix darcs-all get
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-08-07 Max BolingbrokeDocument Name and expand it's API
2008-07-31 Max BolingbrokeFollow OccName changes in Convert
2008-07-31 Max BolingbrokeUse DynFlags.getMainFun in TcRnDriver
2008-07-31 Max BolingbrokeFix Vectorise after introduction of MonadThings
2008-07-31 Max BolingbrokeFollow introduction of MkCore in VectUtils
2008-07-31 Max BolingbrokeFix VectMonad after introduction of MonadThings
2008-07-31 Max BolingbrokeMinor refactorings in TcEnv
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMonad and expand API
2008-07-31 Max BolingbrokeAdd MkCore, holding general Core construction facilities
2008-07-31 Max BolingbrokeDocument HscTypes, refactor it somewhat, remove unused...
2008-07-31 Max BolingbrokeUse new RdrName export in RdrHsSyn
2008-07-31 Max BolingbrokeDocument CoreUtils
2008-07-31 Max BolingbrokeDocument Packages and a minor refactoring
2008-07-31 Max BolingbrokeDocument CoreSyn and expand its API
2008-07-31 Max BolingbrokeDocument IdInfo
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
2008-07-31 Max BolingbrokeDocument OccName and expand it's API
2008-07-31 Max BolingbrokeFollow Digraph changes in VectType
2008-07-31 Max BolingbrokeFollow OccName changes in VectBuiltIn
2008-08-07 Max BolingbrokeDocument Util
2008-07-31 Max BolingbrokeDocument UniqSet
2008-07-31 Max BolingbrokeDocument UniqFM and add listToUFM_C
2008-07-31 Max BolingbrokeFollow FastString changes in Pretty
2008-08-07 Max BolingbrokeDocument Outputable
2008-07-31 Max BolingbrokeDocument FiniteMap
2008-07-31 Max BolingbrokeDocument FastString and rename strLength to lengthLS
2008-07-31 Max BolingbrokeAdd more functionality to Digraph and refactor it's...
2008-07-31 Max BolingbrokeDocument TypeRep and follow OccName change
2008-07-31 Max BolingbrokeDocument Type
2008-07-31 Max BolingbrokeDocument TyCon
2008-07-31 Max BolingbrokeDocument Coercion
2008-07-31 Max BolingbrokeFollow Digraph changes in TcTyDecls
2008-07-31 Max BolingbrokeMake IOEnv a MonadUnique
2008-07-31 Max BolingbrokeFollow TcEnv API addition in TcForeign
2008-07-31 Max BolingbrokeFollow Digraph changes in TcBinds
2008-07-31 Max BolingbrokeFollow OccName and MkCore changes in Inst
2008-07-31 Max BolingbrokeDocument Rules
2008-07-31 Max BolingbrokeFollow Literal change in Simplify
2008-07-31 Max BolingbrokeFollow Digraph changes in OccurAnal
2008-07-31 Max BolingbrokeFollow Digraph changes in RnBinds and small refactoring
2008-07-31 Max BolingbrokeDocument TysWiredIn and follow OccName changes
2008-07-31 Max BolingbrokeFollow OccName changes in TysPrim
2008-07-31 Max BolingbrokeFollow OccName changes in ParserCore
2008-07-31 Max BolingbrokeFollow Digraph changes in RegLiveness
2008-07-31 Max BolingbrokeFollow Digraph changes in RegAllocLinear.hs
2008-07-31 Max BolingbrokeFollow Digraph changes in AsmCodeGen
2008-07-31 Max BolingbrokeDocument InteractiveEval and follow OccName change
2008-08-07 Ian LynaghFollow Digraph changes in GHC; patch from Max Bolingbroke
2008-07-31 Max BolingbrokeExpand ErrUtils api with another plain variant
2008-07-31 Max BolingbrokeFollow OccName changes and minor refactorings in TcIface
2008-07-31 Max BolingbrokeFollow Digraph changes in MkIface
2008-07-31 Max BolingbrokeMinor refactoring in RtClosureInspect
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName in InteractiveUI
2008-07-31 Max BolingbrokeHandle introduction of MkCore in MatchLit
2008-07-31 Max BolingbrokeHandle introduction of MkCore in MatchCon
2008-07-31 Max BolingbrokeHandle introduction of MkCore in Match
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsUtils
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMeta
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsListComp
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsForeign
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsExpr
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsBinds
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsArrows
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName rename in Coverage
next