cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / iface / LoadIface.lhs
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-08-21 Thomas SchillingMake updates to external package state idempotent.
2009-08-14 simonpj@microsoft.comImprove fix to Trac #3007
2009-08-13 Ian LynaghOnly look up whether a module's SOURCE-imported if...
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghMake LoadIface warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in LoadIface
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-17 Ian LynaghRevert an accidental change
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-03-17 Ian LynaghEliminate a global variable
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 simonpj@microsoft.comWhite space only
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-08 Simon Marlowerror message fix (#1758)
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-03-27 Simon Marlowpartial fix for #1119
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comFix up the typechecking of interface files during ...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-22 simonpj@microsoft.comRemove duplicate call to getDOpts
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
2006-09-20 Manuel M T ChakravartyATs are now implicitTyThings
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyRemove mi_package from moved pprModIface
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-13 simonpj@microsoft.comA class in an interface file defines the CoTyCon of...
2006-09-13 Simon Marlowreformat import
2006-09-13 Simon Marlowminor reformatting
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree