Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / hsSyn / HsPat.lhs
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-16 simonpj@microsoft.comWarn a bit less often about unlifted bindings.
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-26 simonpj@microsoft.comMake isIrrefutableHsPat say True for existentials;...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-08-21 simonpj@microsoft.comWibbles to field-label puns
2009-08-10 simonpj@microsoft.comImprove the recent changes to overlap-checking for...
2009-08-09 Ian LynaghMinor refactoring
2009-08-07 Alexander DunlapFIX #2395 (ViewPatterns trigger bad Check errors)
2009-07-23 simonpj@microsoft.comStop generating redundant parens in 'deriving' code
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsPat
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-01-28 simonpj@microsoft.comAdd missing (error) case in isIrrefutablePat
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsPat, except for incomplete...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
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-07-11 David WaernRemove import
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-02 simonpj@microsoft.comComments, plus type sigs
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T ChakravartyBetter pretty printing for CoPat
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree