Another round of External Core fixes
[ghc-hetmet.git] / compiler / hsSyn /
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
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-25 simonpj@microsoft.comTypo in comments
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Simon Marlowadd comments
2007-04-22 simonpj@microsoft.comPart 2 of: Fix corner case of useless constraint in...
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-01-25 simonpj@microsoft.comComments and layout only
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-11 simonpj@microsoft.comRemove redundant import
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-03 simonpj@microsoft.comFix another buglet in HsDoc stuff
2007-01-03 simonpj@microsoft.comComments only
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-11-29 simonpj@microsoft.comRemove bogus comment
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-10 Simon MarlowgetMainDeclBinder should return Nothing for a binding...
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-10-03 simonpj@microsoft.comWarning police only
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-21 audreyt@audreyt.org* Fix stray comma in HsTypes.lhs's import line.
2006-09-20 Manuel M T ChakravartyComments only
next