update submodule pointer
[ghc-hetmet.git] / compiler / hsSyn / HsBinds.lhs
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjRemove unused function sigForThisGroup
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-24 simonpj@microsoft.comAdd a debug print
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-17 simonpj@microsoft.comBetter pretty printing of implicit parameters
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comFix Trac #3263: don't print Hpc tick stuff unless ...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
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-05-21 simonpj@microsoft.comComment typo
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in HsBinds
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsBinds, except for incomplete...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
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-05 simonpj@microsoft.comInline implication constraints
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-10 simonpj@microsoft.comImprove pretty-printing for HsSyn
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-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-09 simonpj@microsoft.comPrint more "..." in long lists of declarations
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-07 simonpj@microsoft.comFix comments on HsWrapper type
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-01-25 simonpj@microsoft.comComments and layout only
2006-10-24 andy@galois.comHaskell Program Coverage
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 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 ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
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-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-08-11 simonpj@microsoft.comAdd type signature
2006-04-07 Simon MarlowReorganisation of the source tree