fix haddock submodule pointer
[ghc-hetmet.git] / compiler / hsSyn / HsDecls.lhs
2011-06-13 Manuel M T ChakravartyAdded a pragma {-# NOVECTORISE f #-} that suppresses...
2011-04-29 Jose Pedro MagalhaesAdd a selector to DerivDecl.
2011-04-26 David TereiFix some warnings and formatting in HsDecls
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget changes in pprCEntity
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comError message wibble
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-05-27 simonpj@microsoft.comRename conDeclsNames to hsConDeclsNames, and export it
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2008-11-22 Thomas SchillingComments/Haddockification only.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Thomas SchillingImprove Haddock-markup for HsDecls module.
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsDecls
2008-01-31 Manuel M T ChakravartyWarning clean up
2008-01-28 simonpj@microsoft.comAdd missing (error) case in pprConDecl
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsDecls, except for incomplete...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-10 simonpj@microsoft.comImprove pretty-printing of InstDecl
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-19 Manuel M T ChakravartyUpdated comments
2007-08-04 simonpj@microsoft.comImprove pretty-printing of 'foreign' declarations
2007-06-21 LemmihAdd several new record features
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-04-25 simonpj@microsoft.comTypo in comments
2007-01-11 simonpj@microsoft.comAdd comments (AT-related)
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-03 simonpj@microsoft.comComments only
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-11-29 simonpj@microsoft.comRemove bogus comment
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
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-09-17 bjorn@bringert.netAdded parser and abstract syntax support for stand...
2006-09-18 Manuel M T ChakravartyImprove pretty printing for indexed type decls
2006-09-18 Manuel M T ChakravartyIndexed type defs are not declaring type names
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
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 ChakravartyRevised kind signatures
2006-09-15 Manuel M T ChakravartyCleanup (re type function parsing)
2006-09-15 Manuel M T ChakravartyParser support for assoc synonyms
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-26 simonpj@microsoft.comImprove pretty printing of ConDecl
2006-06-25 davve@dtek.chalmers.seFix a bug in the pretty printing of class declarations
2006-04-07 Simon MarlowReorganisation of the source tree