Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics
[ghc-hetmet.git] / compiler / iface / MkIface.lhs
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiShare some work in MkIface
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comMake a missing name in mkUsageInfo into a panic
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-04-09 simonpj@microsoft.comLayout only
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-02-17 Simon MarlowFix a recompilation checking bug when a package depende...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-07 simonpj@microsoft.comComments only, principally about IfaceDeclExtras
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-09 simonpj@microsoft.comAugment panic message
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comCorrect comment
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-07-17 Simon MarlowUse stable ordering in the dependencies
2009-07-16 Simon MarlowUse a stable ordering for the export list in the interface
2009-07-07 Ian LynaghRemove unused imports
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-04-21 Simon MarlowFIX #3166: include the fixity of classes and type synon...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
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
next