Fix Haddock errors.
[ghc-hetmet.git] / compiler /
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
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-07-11 Ian LynaghRemove the need for undecidable instances in LazyUniqFM
2008-07-11 Simon Marlowsmall improvement to an error message
2008-07-11 Simon MarlowFIX #2381, and improve the fix for #1565
2008-07-10 Ian LynaghChange pragma order to stop GHC 6.4 getting confused
2008-07-10 Ian Lynagh-H80m isn't allowed in an options pragma. Just remove...
2008-07-10 Ian LynaghRemove a commented-out flag
2008-07-10 Ian LynaghRemove an HPUX-only flag which has no comment explainin...
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-10 Ian LynaghRemove a redundant comment
2008-07-10 Ian LynaghRemove remnants of javaGen
2008-07-10 Ian LynaghRemove some remnants of ilxgen
2008-07-10 Ian LynaghRemove a comment for GHC <= 4.08
2008-07-10 Ian LynaghRemove .hi-boot-[56] stuff from the Makefile
2008-07-10 Ian LynaghRemove a flag that a comment claims is for GHC < 5
2008-07-10 Ian LynaghWe can now unconditionally use -fno-warn-orphans
2008-07-10 Ian LynaghMove another flag from the Makefile into a pragma
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-07-10 Ian LynaghRemove an ancient commented out "parser/Parser_HC_OPTS...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-09 Simon MarlowTreat the Unicode "Letter, Other" class as lowercase...
2008-07-08 Ian LynaghFix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackages
2008-07-08 Ian LynaghExtend the flag for not automatically linking haskell98
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-08 Ian LynaghGet rid of compat/
2008-07-07 Simon MarlowFIX #1736, and probably #2169, #2240
2008-07-07 simonpj@microsoft.comFix Trac #2414: occurrs check was missed
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-07-03 Ian LynaghFix trac #2307: conflicting functional dependencies
2008-07-03 Roman LeshchinskiyAdd type signatures
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-01 Roman LeshchinskiySlight refactoring
2008-07-01 Roman LeshchinskiyRename *NDP* -> *DPH*
2008-07-01 Roman LeshchinskiyParametrise vectoriser with DPH package
2008-07-01 Roman LeshchinskiyDon't use DPH backend directly in vectoriser
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-07-01 simonpj@microsoft.comFix Trac #2307: need to nub bad fundep reports
2008-07-01 simonpj@microsoft.comEasy fix for Trac #2409
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-25 simonpj@microsoft.comFix Trac #2394: test for non-algebraic types in standal...
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-21 Ian LynaghRemove special handling for character types of characte...
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-18 Ian LynaghMake the wired-in packages code handle ndp mapping...
next