Fix Trac #2467: decent warnings for orphan instances
[ghc-hetmet.git] / compiler /
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-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
2008-07-31 Max BolingbrokeAdd some type signatures to RnNames
2008-07-31 Max BolingbrokeComment only in IfaceENv
2008-07-31 Max BolingbrokeDocument ZipCfg
2008-07-31 Max BolingbrokeDocument MachOp
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-31 Max BolingbrokeDocument DFMonad
2008-07-31 Max BolingbrokeDocument NameSet
2008-07-31 Max BolingbrokeDocument NameEnv
2008-07-31 Max BolingbrokeDocument Module
2008-07-31 Max BolingbrokeDocument DataCon
2008-07-31 Max BolingbrokeDocument BasicTypes
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-08-01 Ian LynaghUpdate assertErrorName; assertError has moved to Contro...
2008-07-31 Ian LynaghFix the catching of "IOEnv failure" with extensible...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghAdd the Exception module to ghc.cabal
2008-07-30 Ian LynaghMark the ghc package as not exposed
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-30 Simon MarlowFIX #2388: check that the operand fits before using...
2008-07-30 Simon Marlowoops, fix a small pessimisation made in previous refact...
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-28 Simon MarlowComplete the changes for #1205
2008-07-25 Simon Marlowupdate the comments about how we find $topdir
2008-07-25 Simon Marlowtry to fix the way we find $topdir
2008-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-24 Simon MarlowDon't prematurely link shared libraries against the...
2008-07-24 Simon Marlowadd --enable-shared to configure, and $(BuildSharedLibs...
2008-07-24 Simon Marlowsmall cleanup
2008-07-24 Ian Lynaghcompiler/package.conf.in is no longer used, so remove it
2008-07-23 Ian LynaghFix a build error on powerpc/Linux; spotted by Jeroen...
2008-07-22 Simon Marlowrefactoring/tidyup: (not.is64BitInteger) -> is32BitInteger
2008-07-22 Ian LynaghWarn about unrecognised pragmas; these often mean we...
2008-07-22 Ian LynaghAdd replacements for the -optdep flags, and deprecate...
2008-07-22 Ian LynaghFix the stage3 build
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Ian Lynaghhaddock the stage2 compiler if HADDOCK_DOCS is YES
2008-07-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-18 Ian LynaghSome "install" and "clean" fixes
2008-07-18 Ian LynaghChange how inplace detection works, so that it also...
2008-07-18 Ian LynaghMore dependency wibbling
2008-07-18 Ian LynaghWe need to make Parser.y and Config.hs earlier
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghFix some argument names
2008-07-17 Ian LynaghSplit building the ghc package and binary into "boot...
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghWindows fixes
2008-07-16 Ian LynaghFix the inplace compiler finding package.conf on Windows
2008-07-16 Ian LynaghFix the build with GHC 6.4.2
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-15 Manuel M T ChakravartyFix for 1st half of #2203 Before_cabalised-GHC
2008-07-14 Manuel M T ChakravartyFix check of rhs of type family instances (#2157)
2008-07-14 Simon MarlowFIX BUILD on Windows
2008-07-14 Simon MarlowMake showSDoc and printDoc use the same default width...
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-07-11 Simon MarlowFIX #2248
2008-07-11 Simon Marlowadd a comment to the effect that printDoc prints FastSt...
2008-07-11 Simon MarlowFIX #2302: print FastStrings in UTF-8 in error messages
2008-07-11 Simon MarlowFIX #2278: don't complain if the -odir directory doesn...
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
next