Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / hsSyn /
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
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T ChakravartyBetter pretty printing for CoPat
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
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-18 Manuel M T ChakravartyPartial changes for derived newtype instances
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 ChakravartyFix class construction
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-06 Manuel M T ChakravartyGADT fixes
2006-08-02 Manuel M T ChakravartyAdd new field to TySynonym
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-04 simonpj@microsoft.comImprove pretty-printing for HsExpr
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-11 simonpj@microsoft.comAdd type signature
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-26 simonpj@microsoft.comImprove pretty printing of ConDecl
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-26 simonpj@microsoft.comSlight improvement in TH error reporting
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