ghc-hetmet.git
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
2008-07-31 Max BolingbrokeDocument CgUtils, follow Digraph changes
2008-07-31 Max BolingbrokeDocument UniqSupply
2008-07-31 Max BolingbrokeDocument SrcLoc
2008-07-31 Max BolingbrokeDocument RdrName and expand its API
2008-07-31 Max BolingbrokeMake Module Uniquable
2008-07-31 Max BolingbrokeTweak comments in MkId and follow mkStringLit renaming
2008-07-31 Max BolingbrokeDocument Literal, expand it's API and rename mkStringLi...
2008-07-31 Max BolingbrokeDocument Id
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-06 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Max BolingbrokePrepare GHC for building with Git
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-08-05 Simon Marlowin stage1, always rebuild Main.hs
2008-08-06 Ian LynaghOoops; lack of mk/confi.mk doesn't mean validate should...
2008-08-05 Ian LynaghC# has moved to ghc-prim:GHC.Types
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghMove the [] definion from base to ghc-prim
2008-08-04 Ian LynaghDon't boot/configure if we are validating --no-clean
2008-08-05 Ian LynaghRemove the cgi package from extralibs
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-04 Ian LynaghDon't make a "windows" flag in the Cabal file - os...
2008-08-05 simonpj@microsoft.comFix Trac #2449
2008-08-04 Simon Marlow2nd try: remove lochash, it isn't needed (now)
2008-08-04 Simon MarlowFIX BUILD on Windows
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-04 simonpj@microsoft.comFix Trac #2433 (deriving Typeable)
2008-08-01 simonpj@microsoft.comFix Trac #2478
2008-07-29 simonpj@microsoft.comImprove docs for GADTs
2008-07-29 simonpj@microsoft.comDocument -dsuppress-uniques
2008-08-04 Simon MarlowUNDO: FIX #2375: remove oc->lochash completely, it...
2008-08-03 Ian Lynaghhaddock fixes
2008-08-03 Ian LynaghFollow the move of assertError from Control.Exception...
2008-07-31 Max BolingbrokeDocument PackageConfig
2008-07-31 Max BolingbrokeDocument CoreSubst
2008-07-31 Max BolingbrokeDocument CoreFVs
2008-07-31 Max BolingbrokeDocument CmmZipUtil
2008-07-31 Max BolingbrokeDocument VarSet
2008-07-31 Max BolingbrokeDocument VarEnv
2008-07-31 Max BolingbrokeDocument Unique
2008-07-31 Max BolingbrokeDocument LazyUniqFM
2008-07-31 Max BolingbrokeDocument FastTypes
next