Completely new treatment of INLINE pragmas (big patch)
[ghc-hetmet.git] / compiler / iface / MkIface.lhs
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-15 Ian LynaghFix trac #2680; avoid quadratic behaviour from (++)
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-07-31 Max BolingbrokeFollow Digraph changes in MkIface
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-06-17 Simon MarlowSort the mi_deps into a canonical ordering before finge...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghMake MkIface warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MkIface
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenMonadify iface/MkIface: use do, return and standard...
2008-01-12 Ian LynaghUse System.FilePath
2008-01-06 Ian LynaghFix build: Recent instance shuffling left us with overl...
2008-01-04 simonpj@microsoft.comA little refactoring of GenIfaceEq to make the Outputab...
2008-01-04 simonpj@microsoft.comWhite space and comments only
2007-12-20 simonpj@microsoft.comFix nasty recompilation bug in MkIface.computeChangedOccs
2007-12-06 Simon Marlowcomment only
2007-12-06 Simon Marlowcomment typo
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-09 Simon Marlowtiny refactoring
2007-10-02 Simon MarlowmkIfaceExports: sort the children of AvailTC
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-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-01-11 simonpj@microsoft.comSlightly improve -ddump-hi-diffs output
2007-01-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
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.comImprove comments and error tracing
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 ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-19 Manuel M T ChakravartyAdapt TcRnDriver to moved tyThingToIfaceDecl
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-07 Manuel M T ChakravartyOccName->FS in tyThingToIfaceDecl that moved to MkIface
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-14 simonpj@microsoft.comCheck for overlap-flag differences in hi files
2006-05-08 simonpj@microsoft.comDo not put wired-in things in interface files
2006-04-07 Simon MarlowReorganisation of the source tree