summaryrefslogtreecommitdiff
path: root/compiler/types/Class.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix an outright bug in the implementation of default declsSimon Peyton Jones2011-12-231-1/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-9/+19
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* be specific when importing Data.TypeableSimon Marlow2011-11-041-1/+1
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-15/+15
|\
| * Comments and layoutSimon Peyton Jones2011-09-071-6/+7
| * Implement -XConstraintKindMax Bolingbroke2011-09-061-10/+9
* | Implement associated type defaultsMax Bolingbroke2011-09-091-14/+32
|/
* derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-121-3/+2
* Add equality superclassesSimon Peyton Jones2011-06-221-13/+8
* Initial commit for Pedro's new generic default methodssimonpj2011-04-121-5/+5
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-18/+38
* Fix warning about multiply exported namebenl@ouroborus.net2010-08-301-1/+1
* Vectorisation of method typesbenl@ouroborus.net2010-08-301-2/+14
* Fix Trac #4127 (and hence #4173)simonpj@microsoft.com2010-07-071-1/+4
* Refactor (again) the handling of default methodssimonpj@microsoft.com2010-05-251-3/+3
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-0/+14
* Better error message for fundep conflictsimonpj@microsoft.com2008-12-011-5/+5
* (F)SLIT -> (f)sLit in ClassIan Lynagh2008-04-121-4/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fixed warnings in types/ClassTwan van Laarhoven2008-01-251-7/+4
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-5/+7
* Extend Class.Class to include the TyCons of ATsManuel M T Chakravarty2006-09-201-16/+21
* Massive patch for the first months work adding System FC to GHC #35Manuel M T Chakravarty2006-08-041-2/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+164