ghc-hetmet.git
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreTidy
2008-01-18 Twan van LaarhovenFix warnings in coreSyn/CoreSyn
2008-01-25 Ian LynaghStrictness tweaks
2008-01-25 Ian LynaghParser tweak
2008-01-25 Ian LynaghA couple more parser tweaks
2008-01-24 Ian LynaghMake comb[234] strict
2008-01-24 Ian LynaghStrictness tweaks
2008-01-24 Ian LynaghTell happy to be strict
2008-01-24 Ian LynaghMake the Parser Monad's return strict
2008-01-24 Ian LynaghGet a bit of sharing
2008-01-24 Ian LynaghMake sL strict in /both/ arguments to L
2008-01-24 Ian LynaghA touch more strictness in the parser
2008-01-24 Ian LynaghAdd a bit of strictness to the parser
2008-01-23 Ian LynaghUse nilFS
2008-01-23 Ian LynaghWhitespace only
2008-01-26 andy@galois.comFix #2062: foldr1 problem in hpc tool
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-25 simonpj@microsoft.comBe a little keener to inline
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenMonadify iface/BuildTyCl: use return
2008-01-17 Twan van LaarhovenMonadify iface/TcIface: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify iface/MkIface: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2008-01-17 Twan van LaarhovenMonadify iface/IfaceEnv: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnMonad: use return, standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcEnv: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnDriver: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMatches: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMType: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcInstDcls: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcHsType: use do, return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSimplify: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSplice: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyClsDecls: use return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDefaults: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDeriv: use return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcClassDcl: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcBinds: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcArrows: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/Inst: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcUnify: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyFuns: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify typecheck/TcPat: use return and standard monad...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRules: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcForeign: use do, return and standa...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcExpr: use do, return and standard...
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...
next