fix haddock submodule pointer
[ghc-hetmet.git] / compiler / hsSyn / HsUtils.lhs
2011-09-01 Adam Megaczadd support for <{..}> and ~~> syntax as well as typing...
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesFix Trac #5192: missing case in hsValBindsImplicits
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-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
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...
2011-04-13 unknownMerge branch 'master' of c:/code/HEAD-git/. into ghc...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-04-02 Max BolingbrokeIgnore names introduced "implicitly" in unused-variable...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-25 simonpj@microsoft.comSpelling in comments
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-07-23 simonpj@microsoft.comStop generating redundant parens in 'deriving' code
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsUtils
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsUtils
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
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-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-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-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-05-05 Ian LynaghHandle ParStmt in collectStmtBinders; fixes tcrun013...
2007-05-02 simonpj@microsoft.comImport fiddling
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-05 davve@dtek.chalmers.seRemove the DocEntity type. Fixes the problem with dupli...
2007-01-03 simonpj@microsoft.comFix another buglet in HsDoc stuff
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
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-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-06 Manuel M T ChakravartyGADT fixes
2006-04-07 Simon MarlowReorganisation of the source tree