Remove redundant fromIntegral calls
[ghc-hetmet.git] / compiler / basicTypes /
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-08-07 Max BolingbrokeDocument Name and expand it's API
2008-07-31 Max BolingbrokeDocument IdInfo
2008-07-31 Max BolingbrokeDocument OccName and expand it's API
2008-07-31 Max BolingbrokeDocument UniqSupply
2008-07-31 Max BolingbrokeDocument SrcLoc
2008-07-31 Max BolingbrokeDocument RdrName and expand its API
2008-07-31 Max BolingbrokeMake Module Uniquable
2008-07-31 Max BolingbrokeTweak comments in MkId and follow mkStringLit renaming
2008-07-31 Max BolingbrokeDocument Literal, expand it's API and rename mkStringLi...
2008-07-31 Max BolingbrokeDocument Id
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-03 Ian Lynaghhaddock fixes
2008-07-31 Max BolingbrokeDocument VarSet
2008-07-31 Max BolingbrokeDocument VarEnv
2008-07-31 Max BolingbrokeDocument Unique
2008-07-31 Max BolingbrokeDocument NameSet
2008-07-31 Max BolingbrokeDocument NameEnv
2008-07-31 Max BolingbrokeDocument Module
2008-07-31 Max BolingbrokeDocument DataCon
2008-07-31 Max BolingbrokeDocument BasicTypes
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-21 Ian LynaghFixes for haddock 0.8
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-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-03 Roman LeshchinskiyAdd type signatures
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-20 simonpj@microsoft.comFix Trac #2293: improve error reporting for duplicate...
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-04 Thorkil NaurEliminate a warning for compiler/basicTypes/OccName.lhs
2008-05-03 Ian LynaghRemove unused function mapInScopeSet
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 MkId
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Id
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IdInfo
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Literal
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DataCon
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VarEnv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Class
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Var
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Name
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in OccName
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SrcLoc
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Module
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in BasicTypes
2008-04-22 simonpj@microsoft.comComments only
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-04-10 simonpj@microsoft.comMake the arity and strictness agree, for wired-in botto...
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-03 Manuel M T ChakravartyRemove GADT refinements, part 4
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghAnother debugIsOn use
2008-03-29 Ian LynaghConvert some DEBUG uses to debugIsOn
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-26 Ian LynaghFix warnings in basicTypes/IdInfo
2008-03-26 Ian LynaghFix warnings in basicTypes/NameEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/NameSet
2008-03-26 Ian LynaghFix warning in basicTypes/NewDemand
2008-03-26 Ian LynaghFix warnings in basicTypes/VarEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/VarSet
2008-03-23 Ian LynaghFollow library changes
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-19 Ian LynaghFix warnings in UniqSupply
2008-02-19 Ian LynaghWhitespace only
2008-02-19 Ian LynaghFix non-missing-signature warnings in MkId
2008-02-19 Ian LynaghWhitespace only
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 Ian LynaghBe a bit more consistent about what's a set and what...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2008-02-04 simonpj@microsoft.comFix DEBUG build
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 basicTypes/Demand
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Unique
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-25 Ian LynaghStrictness tweaks
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenAdded MonadUnique class for monads that have a unique...
2008-01-22 simonpj@microsoft.comComments only
2008-01-22 Simon Marlowuse pathSeparator instead of '/'
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
next