ghc-hetmet.git
2006-09-20 Manuel M T... Clean up unused imports, definitions and arguments
2006-09-20 Manuel M T... Fix assertion and default case for GADT record selectors
2006-09-20 Manuel M T... make dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T... Just clean-up, no functional changes
2006-09-20 Manuel M T... Get rid of special case for Vanilla tycon record select...
2006-09-20 Manuel M T... Fix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T... Make sym coercion smart constructor smarter, add comments
2006-09-20 Manuel M T... Refactoring in TcGadt
2006-09-20 Manuel M T... Add some invariant checking for refinements
2006-09-20 Manuel M T... Minor tidying up
2006-09-20 Manuel M T... Fix GADT refinement fix-pointing, add ASSERTs and a...
2006-09-20 Manuel M T... Remove bogus ASSERT from MkId
2006-09-20 Manuel M T... Fix bug in type checking interface DataAlts
2006-09-20 Manuel M T... fix default case filling-in for GADTs
2006-09-20 Manuel M T... fix big-lambda eta expansion, add comments
2006-09-20 Manuel M T... Fix Lint for alts involving shadowing of type variables...
2006-09-20 Manuel M T... Fix a couple of stage-2 bogosities
2006-09-20 Manuel M T... fixing record selectors
2006-09-20 Manuel M T... GADT selector bugfix, bits of cleanup
2006-09-20 Manuel M T... fix some GADT record selector bugs (still some remaining)
2006-09-20 Manuel M T... clean up Coercion kinding functions, rename coercionKin...
2006-09-20 Manuel M T... Better pretty printing for CoPat
2006-09-20 Manuel M T... Make data con wrappers for GADTs express the user type...
2006-09-20 Manuel M T... Comments only
2006-09-20 Manuel M T... fix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T... fix some coercion kind representation things, extend...
2006-09-20 Manuel M T... fixed bug in product unboxing
2006-09-20 Manuel M T... finished product unboxing through newtypes and proper...
2006-09-20 Manuel M T... Comment
2006-09-20 Manuel M T... towards unboxing through newtypes
2006-09-20 Manuel M T... fix out-of-scope vars
2006-09-20 Manuel M T... Complete the evidence generation for GADTs
2006-09-20 Manuel M T... bugs
2006-09-20 Manuel M T... some bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T... newtype deriving still not working
2006-09-20 Manuel M T... newtype deriving dicts, compiling at least
2006-09-20 Manuel M T... ..and a bit more
2006-09-20 Manuel M T... More on newtype deriving
2006-09-20 Manuel M T... towards newtype deriving dicts
2006-09-20 Manuel M T... newtype fixes, coercions for non-recursive newtypes...
2006-09-20 Manuel M T... Massive patch for the first months work adding System...
2006-09-20 Manuel M T... Remove mi_package from moved pprModIface
2006-09-20 Manuel M T... Massive patch for the first months work adding System...
2006-09-19 Manuel M T... Adapt Simplify to conditional envs
2006-09-19 Manuel M T... Adapt TcRnDriver to moved tyThingToIfaceDecl
2006-09-19 Manuel M T... Adapt SimplUtils.getContArgs to conditional SubstEnv
2006-09-19 Manuel M T... Adapt new SpecConstr functionality to GADT datacons
2006-09-18 Manuel M T... Type tags in import/export lists
2006-09-18 Manuel M T... comment for getLocalDeclBinders
2006-09-18 Manuel M T... Check for repeated tyvars in AT family decls
2006-09-18 Manuel M T... Improve pretty printing for indexed type decls
2006-09-18 Manuel M T... Use family and instance keyword to identify indexed...
2006-09-18 Manuel M T... Remove checkTopTypeD
2006-09-18 Manuel M T... Remove argument variance info of tycons
2006-09-18 Manuel M T... Don't lift ATs out of classes and instances before tc
2006-09-18 Manuel M T... Indexed type defs are not declaring type names
2006-09-18 Manuel M T... Deriving Eq for OverlapFlag again
2006-09-18 Manuel M T... fix out-of-scope variable
2006-09-18 Manuel M T... GADT pattern matching fix
2006-09-18 Manuel M T... Simplify mkDataCon slightly
2006-09-18 Manuel M T... Partial changes for derived newtype instances
2006-09-18 Manuel M T... Massive patch for the first months work adding System...
2006-09-18 Manuel M T... Massive patch for the first months work adding System...
2006-09-15 Manuel M T... Massive patch for the first months work adding System...
2006-09-15 Manuel M T... Massive patch for the first months work adding System...
2006-09-15 Manuel M T... Massive patch for the first months work adding System...
2006-09-15 Manuel M T... Added error checks & fixed bugs
2006-09-15 Manuel M T... Fix class construction
2006-09-15 Manuel M T... Renaming of indexed types
2006-09-15 Manuel M T... Renaming of kind signatures (rnTySig)
2006-09-15 Manuel M T... Revised kind signatures
2006-09-15 Manuel M T... Cleanup (re type function parsing)
2006-09-15 Manuel M T... Parser support for assoc synonyms
2006-09-15 Manuel M T... Fix migrated AT support
2006-09-15 Manuel M T... Migrate cvs diff from fptools-assoc branch
2006-09-06 simonpj@microsoft.comComment on the commoning up of CoPats in Match
2006-09-06 simonpj@microsoft.comAdd comment for the invariant that DataAlt is never...
2006-09-04 simonpj@microsoft.comComments only
2006-08-09 simonpj@microsoft.comChange ASSERT to WARN
2006-08-07 Manuel M T... OccName->FS in tyThingToIfaceDecl that moved to MkIface
2006-08-07 Manuel M T... Fix pattern w/o location in Check
2006-08-07 Manuel M T... OccName->FS change over for equalities in GADTs
2006-08-07 Manuel M T... Comments only
2006-08-07 Manuel M T... Correct grevious bug in mkSymCoercion
2006-08-07 Manuel M T... GADT tweaks
2006-08-07 Manuel M T... Configure changes to make testsuite work better on...
2006-08-06 Manuel M T... Remove Control-M from Coercion.hs
2006-08-06 Manuel M T... Add Coercion.lhs
2006-08-06 Manuel M T... Adding TcGadt.lhs
2006-08-06 Manuel M T... Add a missing prime, to fix desugaring of CoPats
2006-08-06 Manuel M T... Comments and tidy-up
2006-08-06 Manuel M T... Fix a lint bug with coercions
2006-08-06 Manuel M T... GADT fixes
2006-08-06 Manuel M T... Add CoPat stuff
2006-08-06 Manuel M T... Resolve conflict in MkExternalCore
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
next