fix haddock submodule pointer
[ghc-hetmet.git] / compiler / typecheck / TcInstDcls.lhs
2011-06-11 Simon Peyton JonesIgnore UNPACK pragmas with OmitInterfacePragmas is...
2011-05-20 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-05-18 Dimitrios VytiniotisMerge remote branch 'origin/master'
2011-05-17 Dimitrios VytiniotisIntroducing:
2011-05-12 Jose Pedro MagalhaesFix some small things broken with the last merge.
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-28 Jose Pedro MagalhaesMore code cleanup and removing old generics stuff.
2011-04-28 Jose Pedro MagalhaesRemove a lot of stuff from the old generic mechanism.
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 simonpjAdapt mkGenericDefMethBind to the new generics
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-21 simonpj@microsoft.comSingle-method classes are implemented with a newtype
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-03 simonpj@microsoft.comFix up TcInstDcls
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-10-21 simonpj@microsoft.comTidy-up sweep, following the Great Skolemisation Simpli...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-24 simonpj@microsoft.comFix an egregious bug: INLINE pragmas on monomorphic...
2010-09-15 simonpj@microsoft.comAdd quotes in error message
2010-09-15 simonpj@microsoft.comLess voluminous error when derived code doesn't typecheck
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-08-13 simonpj@microsoft.comComments only
2010-07-21 simonpj@microsoft.comFix inlining for default methods
2010-07-13 simonpj@microsoft.comRefactor where an error message is generated
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-03-09 simonpj@microsoft.comFix Trac #1954: newtype deriving caused 'defined but...
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2009-12-21 simonpj@microsoft.comFix Trac #3772: dict funs for single-field classes
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comComments only
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-12 simonpj@microsoft.comRemove old, redundant note
2009-11-06 simonpj@microsoft.comComments in OccurAnal
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-08-21 simonpj@microsoft.comFix Trac #3423: missed instantiation for newtype-derive...
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-30 simonpj@microsoft.comWhite space only
2009-01-13 simonpj@microsoft.comSpelling in comment only
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.comFix Trac #2856: make deriving work for type families
2008-12-31 simonpj@microsoft.comImprove error reporting for 'deriving'
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-30 simonpj@microsoft.comAdd quotes to error message
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-09-18 simonpj@microsoft.comFix Trac #1470: improve handling of recursive instances...
2008-09-10 simonpj@microsoft.comCheck the *right* set of type variables for escape!
2008-09-10 simonpj@microsoft.comMore refactoring of instance declarations (fixes Trac...
2008-09-05 simonpj@microsoft.comFix up the instance-declaration re-engineering story
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-05-21 simonpj@microsoft.comFix Trac #1061: refactor handling of default methods
2008-05-04 Ian LynaghWhitespace only (TcInstDcls)
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcInstDcls
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-01-17 Twan van LaarhovenMonadify typecheck/TcInstDcls: use do, return and stand...
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
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-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-03 simonpj@microsoft.comMake warnings come out in deterministic order
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyConstruction of EqPred dictionaries
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-26 simonpj@microsoft.comFix derived instances (again); prevents infinite superc...
next