Big tidy-up of deriving code
[ghc-hetmet.git] / compiler / rename /
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T Chakravartydata family declarations are fine without any type...
2006-12-29 simonpj@microsoft.comAvoid duplicate error report when renaming HsDoc stuff
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-19 Manuel M T ChakravartyFixed uninitialised FunBind fun_tick field
2006-12-10 Pepe IborraThe breakpoint primitive
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-23 Manuel M T ChakravartyClean up debugging code in RnNames
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-21 Manuel M T ChakravartyFix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T ChakravartyFix export of associated families with new name parent...
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-06 simonpj@microsoft.comBale out before renamer errors are duplicated
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-17 bjorn@bringert.netRenamer part of stand-alone deriving extension.
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-03 simonpj@microsoft.comAdd error check for operators in types
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-09-18 Manuel M T Chakravartycomment for getLocalDeclBinders
2006-09-18 Manuel M T ChakravartyCheck for repeated tyvars in AT family decls
2006-09-18 Manuel M T ChakravartyDon't lift ATs out of classes and instances before tc
2006-09-15 Manuel M T ChakravartyAdded error checks & fixed bugs
2006-09-15 Manuel M T ChakravartyRenaming of indexed types
2006-09-15 Manuel M T ChakravartyRenaming of kind signatures (rnTySig)
2006-09-15 Manuel M T ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
2006-08-09 Simon MarlowRemove old FFI syntax
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Duncan CouttsFix for warning message (bug #812)
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-02 LemmihbreakpointCond
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-07 Simon MarlowReorganisation of the source tree