Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / deSugar / Match.lhs
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-21 simonpj@microsoft.comWhite space only
2010-10-06 simonpj@microsoft.comMake warning-free
2010-10-06 simonpj@microsoft.comFix Trac #4371: matching of view patterns
2010-09-22 simonpj@microsoft.comRemove -fwarn-simple-patterns, and make -fwarn-incomple...
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-04-24 Ian LynaghFix a lint failure when we have a ! (# ... #) pattern...
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2008-07-31 Max BolingbrokeHandle introduction of MkCore in Match
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Match
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-15 Ian LynaghRevert an accidental comment change
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Match, except for incomplete...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-02 simonpj@microsoft.comAdd more assertions
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-06 simonpj@microsoft.comComment on the commoning up of CoPats in Match
2006-08-06 Manuel M T ChakravartyAdd a missing prime, to fix desugaring of CoPats
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-04-07 Simon MarlowReorganisation of the source tree