ghc-hetmet.git
2008-01-26 Twan van LaarhovenFixed warnings in profiling/CostCentre, except for...
2008-01-26 Twan van LaarhovenFixed warnings in types/InstEnv
2008-01-26 Twan van LaarhovenFixed warnings in types/FamInstEnv
2008-01-26 Twan van LaarhovenFixed warnings in simplStg/SRT, except for incomplete...
2008-01-26 Twan van LaarhovenFixed warnings in simplStg/StgStats, except for incompl...
2008-01-26 Twan van LaarhovenFixed warnings in simplStg/SimplStg
2008-01-26 Twan van LaarhovenFixed warnings in vectorise/VectUtils
2008-01-26 Twan van LaarhovenFixed warnings in types/Generics
2008-01-26 Twan van LaarhovenFixed warnings in stgSyn/StgSyn
2008-01-26 Twan van LaarhovenFixed warnings in types/TyCon
2008-01-26 Twan van LaarhovenFixed warnings in types/Type, except for incomplete...
2008-01-26 Twan van LaarhovenFixed warnings in types/TypeRep
2008-01-26 Twan van LaarhovenFixed warnings in types/FunDeps
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/OccName
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/RdrName
2008-01-26 Twan van LaarhovenFixed warnings in utils/Encoding
2008-01-26 Twan van LaarhovenFixed warnings in utils/Digraph
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Demand
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Unique
2008-01-26 Twan van LaarhovenFixed warnings in coreSyn/ExternalCore
2008-01-26 Twan van LaarhovenFixed warnings in simplCore/OccurAnal
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/BasicTypes
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Literal, except for incomp...
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Id
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Var
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Name
2008-01-26 Twan van LaarhovenFixed warnings in types/Coercion, except for incomplete...
2008-01-26 Twan van LaarhovenFixed warnings in coreSyn/MkExternalCore, except for...
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/PprExternalCore
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUtils, except for incompl...
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreUnfold
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CorePrep
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreSubst
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreLint
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreFVs, except for incomplet...
2008-01-25 Twan van LaarhovenFixed warnings in types/Class
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
next