Tidy-up sweep, following the Great Skolemisation Simplification
[ghc-hetmet.git] / compiler / typecheck / TcInstDcls.lhs
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...
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyBetter error message for indexes that must be variables
2006-09-20 Manuel M T ChakravartyChecking conformance of AT indexes with instance heads
2006-09-20 Manuel M T ChakravartyWarn of missing ATs and complain about bad ATs
2006-09-20 Manuel M T ChakravartyCheck that AT instance is in a class
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-20 Manuel M T ChakravartyFix newtype deriving bug
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype deriving still not working
2006-09-20 Manuel M T Chakravartynewtype deriving dicts, compiling at least
2006-09-20 Manuel M T Chakravarty..and a bit more
2006-09-20 Manuel M T ChakravartyMore on newtype deriving
2006-09-20 Manuel M T Chakravartytowards newtype deriving dicts
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-18 Manuel M T ChakravartyPartial changes for derived newtype instances
next