Remove redundant fromIntegral calls
[ghc-hetmet.git] / compiler / main /
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument HscTypes, refactor it somewhat, remove unused...
2008-07-31 Max BolingbrokeDocument Packages and a minor refactoring
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
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 BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
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-03 Ian Lynaghhaddock fixes
2008-07-31 Max BolingbrokeDocument PackageConfig
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
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-24 Simon MarlowDon't prematurely link shared libraries against the...
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-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-18 Ian LynaghChange how inplace detection works, so that it also...
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghFix some argument names
2008-07-16 Ian LynaghFix the inplace compiler finding package.conf on Windows
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-14 Simon MarlowFIX BUILD on Windows
2008-07-11 Simon MarlowFIX #2248
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-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 Simon Marlowsmall improvement to an error message
2008-07-11 Simon MarlowFIX #2381, and improve the fix for #1565
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
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-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-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-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-26 Ian LynaghFollow Cabal changes
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...
2008-06-16 simonpj@microsoft.comFix Trac #2321: bug in SAT
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghFix some warnings in ParsePkgConf
2008-06-14 Ian LynaghFix warnings in Main
2008-06-14 Ian LynaghUse maybePrefixMatch in StaticFlags rather than redefin...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghTweak the deprecated flags warning
2008-06-14 Ian LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian Lynagheta-reduce a Monad type synonym, so we can use it non...
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-14 Ian LynaghFix warnings in DriverMkDepend
2008-06-14 Ian LynaghFix whitespace in DriverMkDepend
2008-06-14 Ian LynaghFix the last warnings in DynFlags
2008-06-14 Ian LynaghPass dynflags down to loadPackageConfig rather than...
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-06-14 Ian LynaghWhitespace only in DynFlags
2008-06-12 Ian LynaghMake SysTools warning-free
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-12 Ian LynaghRemove unused FFI import GetTempPathA (getTempPath)
2008-06-11 Ian LynaghWhitespace only, in SysTools
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-06-06 Ian LynaghShow whether DEBUG is on in ghc --info
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-06-03 Simon Marlow-no-link-chk has been a no-op since at least 6.0; remove it
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-30 Simon Marlowdisable SAT for now (see #2321)
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-23 Simon Marlowdon't make -ddump-if-trace imply -no-recomp
2008-05-20 Roman LeshchinskiyAdd -Odph
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-10 Ian LynaghFollow changes in Cabal
2008-05-07 Roman LeshchinskiyVectorise even with -O0
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian LynaghFix build
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in StaticFlags
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InteractiveEval
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprTyThing
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverMkDepend
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in GHC
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverPipeline
next