add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / hsSyn /
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
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ross PatersonFIX for #1080
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-19 Manuel M T ChakravartyUpdated comments
2007-08-09 simonpj@microsoft.comPrint fewer parens when pretty-printing HsSyn
2007-08-09 simonpj@microsoft.comPrint more "..." in long lists of declarations
2007-08-04 simonpj@microsoft.comImprove pretty-printing of 'foreign' declarations
2007-07-11 David WaernRemove import
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-07 simonpj@microsoft.comFix comments on HsWrapper type
2007-05-05 Ian LynaghHandle ParStmt in collectStmtBinders; fixes tcrun013...
2007-05-05 Ian LynaghDon't print parens around list comprehensions
2007-05-05 Ian LynaghTweak ... generation
2007-05-05 Ian LynaghTweak the ... generation
2007-05-04 simonpj@microsoft.comImprove printing of "..." in HsExpr; fixes a stupidity...
2007-05-02 simonpj@microsoft.comComments, plus type sigs
2007-05-02 simonpj@microsoft.comImport fiddling
next