Remove comment mentioning the old generic classes.
[ghc-hetmet.git] / compiler / parser / RdrHsSyn.lhs
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-03-04 simonpj@microsoft.comMinor refactoring of placeHolderPunRhs
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-03 Ian LynaghTweak layout for alternative layout rule
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-21 simonpj@microsoft.comWibbles to field-label puns
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-23 Simon MarlowRewrite the foreign import string parser using ReadP
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
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-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-16 simonpj@microsoft.comFix Trac #3095, and make RdrHsSyn warning-clean
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-07-31 Max BolingbrokeUse new RdrName export in RdrHsSyn
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-06-03 simonpj@microsoft.comFix Trac #2331 (error message suggestion)
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RdrHsSyn
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-13 Ian LynaghDocument code a bit better
2008-02-13 Ian LynaghAdd a necessary [] error case
2008-02-13 Ian Lynagh\e -> f e ===> f
2008-02-04 Twan van LaarhovenMonadification and Fixed warnings in parser/RdrHsSyn...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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 ChakravartyFIX: family instances for infix type constructors
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-06-21 LemmihAdd several new record features
2007-05-26 Isaac Dupree#1318: remove negative-prim-literal old hackish impleme...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-03-23 simonpj@microsoft.comEmit a decent error message when there is a decl-splice...
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-01-30 simonpj@microsoft.comFix Trac #1122; spot absence of TyCon in data/newtype...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-10 simonpj@microsoft.comComments only
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
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-08 simonpj@microsoft.comImprove parsing for bang patterns (fixes Trac #1041)
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
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-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-18 Manuel M T ChakravartyUse family and instance keyword to identify indexed...
2006-09-18 Manuel M T ChakravartyRemove checkTopTypeD
2006-09-15 Manuel M T ChakravartyAdded error checks & fixed bugs
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 ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-04-07 Simon MarlowReorganisation of the source tree