Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / hsSyn /
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
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-08 Simon MarlowpprExpr: don't add extra parens around [a..b] in an...
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-27 simonpj@microsoft.comRename conDeclsNames to hsConDeclsNames, and export it
2009-05-18 Simon Marlowfix typo: TH.ModName -> TH.PkgName
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-26 Manuel M T ChakravartyTemplate Haskell: added bang patterns
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-24 Manuel M T ChakravartyTemplate Haskell: support for INLINE and SPECIALISE...
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-01-21 Ian LynaghWhen converting TH syntax to GHC syntax, need to put...
2009-01-09 David WaernFix Trac #2584: Pretty printing of types with HsDocTy
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-11-26 simonpj@microsoft.comFix Trac #2817 (TH syntax -> HsSyn conversion)
2008-11-22 Thomas SchillingComments/Haddockification only.
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-30 simonpj@microsoft.comFix Trac #2674: in TH reject empty case expressions...
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-14 Thomas SchillingImprove haddock documentation for HsExpr module.
2008-10-14 Thomas SchillingImprove Haddock-markup for HsDecls module.
2008-10-07 Thomas SchillingAdd accessors to 'HsModule' and haddockify it.
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-09-14 Thomas SchillingHaddockify 'IE'.
2008-09-14 Thomas SchillingProvide accessors for 'ImportDecl'.
2008-09-14 Thomas SchillingStart haddockifying 'HsBindLR'.
2008-09-10 simonpj@microsoft.comLayout and type synonyms only
2008-09-05 simonpj@microsoft.comComments only
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-07-31 Max BolingbrokeFollow OccName changes in Convert
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 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-06-14 simonpj@microsoft.comFix Trac #2358: 1-tuples in Template Haskell
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-05-21 simonpj@microsoft.comComment typo
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghMake DsArrows warning-free
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in HsBinds
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Convert
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsSyn
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsExpr
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsDecls
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsImpExp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsPat
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsTypes
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-18 Ian LynaghMake literals in the syntax tree strict
2008-02-04 Twan van LaarhovenFixed warnings in hsSyn/Convert, except for incomplete...
2008-01-31 Manuel M T ChakravartyWarning clean up
2008-01-28 simonpj@microsoft.comAdd missing (error) case in isIrrefutablePat
2008-01-28 simonpj@microsoft.comAdd missing (error) case in pprConDecl
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsSyn
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsUtils
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsTypes
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsDoc
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsLit
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsImpExp, except for incomplete...
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsPat, except for incomplete...
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsBinds, except for incomplete...
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsDecls, except for incomplete...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-12 Ian LynaghTweak whitespace in HsExpr
2008-01-12 Ian LynaghFix warnings in HsExpr
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2008-01-07 simonpj@microsoft.comFix Trac #2017
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-10 simonpj@microsoft.comImprove pretty-printing of InstDecl
2007-11-28 simonpj@microsoft.comPrint a bit more info in VarBinds (no need to merge)
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-12 David WaernMerge of a patch from the old Haddock branch:
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-01 David WaernRefactor Haddock options
2007-10-24 simonpj@microsoft.comGeneralise the types of mk_FunBind, mk_easy_FunBind...
2007-10-17 Manuel M T ChakravartyTcUnify.subFunTys must take type families into account
2007-10-17 simonpj@microsoft.comUpdate HsExpr.hi-boot-6 for view pattern changes
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-10 simonpj@microsoft.comImprove pretty-printing of splices in HsSyn
2007-10-10 simonpj@microsoft.comImprove pretty-printing for HsSyn
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
2007-09-05 Simon Marlowfix error in .hi-boot-6
next