fix haddock submodule pointer
[ghc-hetmet.git] / compiler / iface / BuildTyCl.lhs
2011-05-26 Simon Peyton JonesRejig the way in which generic default method signature...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
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-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
2010-12-15 simonpj@microsoft.comTighten up what it means to be an "enumeration data...
2010-09-14 simonpj@microsoft.comComment on what an "enumeration" type is
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-01 Simon Marlowexpand comments for #2578 fix
2010-02-27 Ian LynaghFix trac #2578
2009-07-07 Ian LynaghRemove unused imports
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-09-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-05-04 Ian LynaghRemove a duplicate module import in BuildTyCl
2008-05-04 Ian LynaghMake BuildTyCl warning-free
2008-04-28 simonpj@microsoft.comFix Trac #2238: do not use newtype for a class with...
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-01-17 Twan van LaarhovenMonadify iface/BuildTyCl: use return
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
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-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-01-11 simonpj@microsoft.comLog message for: Fix a nasty recursive loop in typechec...
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
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-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree