Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / rename / RnSource.lhs
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-07-11 David WaernRemove comment
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 LemmihAdd several new record features
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-01-05 davve@dtek.chalmers.seRemove the DocEntity type. Fixes the problem with dupli...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
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-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
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-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 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-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-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-07 Simon MarlowReorganisation of the source tree