ghc-hetmet.git
2008-01-17 Twan van LaarhovenMonadify specialise/Specialise: use do, return, standar...
2008-01-17 Twan van LaarhovenMonadify specialise/SpecConstr: use do, return and...
2008-01-17 Twan van LaarhovenMonadify stgSyn/StgLint
2008-01-17 Twan van LaarhovenMonadify stgSyn/CoreToStg
2008-01-17 Twan van LaarhovenRemove generic monad function from State, it was moved...
2008-01-17 Twan van LaarhovenAdded MaybeT monad transformer to utils/Maybes
2008-01-17 Twan van LaarhovenRemoved unused Maybe functions, use the standard Maybe...
2008-01-17 Twan van LaarhovenMonadIO instance for IOEnv
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: custom monad functions...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: use MonadUnique instance...
2008-01-17 Twan van LaarhovenMonadify simplCore/SetLevels: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplUtils: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/Simplify: use do and return
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplEnv: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplCore: use do, return and standa...
2008-01-17 Twan van LaarhovenMonadify profiling/SCCfinal
2008-01-17 Twan van LaarhovenMonadify coreSyn/CorePrep: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify rename/RnTypes: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnPat: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnNames: use return and standard monad...
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-17 Twan van LaarhovenMonadify rename/RnBinds: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify stranal/StrictAnal: use the State monad instea...
2008-01-17 Twan van LaarhovenMonadify stranal/WwLib: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded MonadUnique class for monads that have a unique...
2008-01-17 Twan van LaarhovenMonadify stranal/WorkWrap: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded Applicative and Functor instances for State monad
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsListComp: use do, return, applicativ...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded Applicative instance for IOEnv
2008-01-17 Twan van LaarhovenAdd 'util/MonadUtils.hs' with common monad (and applica...
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded MASSERT macro for assertions in do notation
2008-01-24 Simon MarlowFIX BUILD wrong imports on non-Windows
2008-01-23 Simon MarlowShow CmdLineError exceptions as "<command line>: ..."
2008-01-23 Simon MarlowFIX #1750: in isBrokenPackage, don't loop if the deps...
2008-01-23 Simon MarlowFIX #1750: throw out mutually recursive groups of packages
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-23 Ian LynaghFix setting argv[0] in shell-utils.c on Windows
2008-01-23 Ian LynaghEscape arguments for Windows in shell-tools.c
2008-01-23 simonpj@microsoft.comAttach the INLINE Activation pragma to any automaticall...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-22 simonpj@microsoft.comComments only
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-22 Simon MarlowFIX #1767 :show documentation claimed too much
2008-01-22 Simon Marlowfix syntax-error output for :show
2008-01-22 Simon MarlowThis goes with the patch for #1839, #1463
2008-01-22 Simon Marlowuse pathSeparator instead of '/'
2008-01-22 Simon Marlowcleanup only
2008-01-21 claus.reinke... FIX #1839, #1463, by supporting ghc-pkg bulk queries...
2008-01-21 simonpj@microsoft.comWibble to the OccurAnal fix for RULEs and loop-breakers
2008-01-21 Simon MarlowFIX #2049, another problem with the module context...
2008-01-21 Simon MarlowIncrease the bar for bootstrapping GHC to 6.4 (HEAD...
2008-01-21 simonpj@microsoft.comDo not worker/wrapper INLINE things, even if they are...
2008-01-21 simonpj@microsoft.comMake the loop-breaking algorithm a bit more liberal...
2008-01-21 simonpj@microsoft.comFix Trac #2055
2008-01-21 Ian LynaghFix exception message with ghc -e
2008-01-21 Ian LynaghFix warnings in main/CmdLineParser
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-20 Ian LynaghTweak runghc
2008-01-20 Ian LynaghFix catching exit exceptions in ghc -e
2008-01-21 simonpj@microsoft.comTypo in phase-control documentation
2008-01-19 Ian LynaghFix warnings in main/Main
2008-01-19 Ian LynaghSupport multiple -e flags
2008-01-19 Ian LynaghFix ghc -e :main (it was enqueuing the main function...
2008-01-19 Ian LynaghFix whitespace
2008-01-19 Ian LynaghFix giving an error if we are given conflicting mode...
2008-01-19 Ian LynaghAdd :run and tweak :main
2007-12-17 judah.jacobson... Make MacFrameworks a subdirectory of distrib, since...
2007-11-27 judah.jacobson... Add scripts for building GMP.framework and GNUreadline...
2007-12-12 judah.jacobson... Use -framework-path flags during the cc phase. Fixes...
2007-12-10 df@dfranke.usFIX #1821 (Parser or lexer mess-up)
2008-01-18 Ian LynaghImprove the error when :list can't find any code to...
2008-01-18 Ian LynaghFix imports when !DEBUG
2008-01-16 Ian LynaghTweak the splitter
2008-01-18 simonpj@microsoft.comWibble to SetLevels.abstractVars
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comAdd missing extendSubst
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
2008-01-17 Clemens FruhwirthFix references to Filepath
2008-01-17 simonpj@microsoft.comFix egregious error in earlier "Record evaluated-ness...
2008-01-17 simonpj@microsoft.comEliminate warnings with -DDEBUG
2008-01-17 simonpj@microsoft.comRecord evaluated-ness information correctly for strict...
2008-01-16 simonpj@microsoft.comIn float-out, make sure we abstract over the type varia...
2008-01-16 simonpj@microsoft.comFix broken debug warning
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
2008-01-16 simonpj@microsoft.comComments only
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2008-01-16 Clemens FruhwirthAdd dyn-wrapper.c used as cross-plattform launch wrappe...
next