Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics
[ghc-hetmet.git] / compiler / deSugar / Check.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-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesRemove accidental trace
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesMerge branch monad-comp onto master
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesChange (back) to Unix line endings
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
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-22 simonpj@microsoft.comTake account of GADTs when reporting patterm-match...
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Check, except for incomplete...
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-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
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-02 simonpj@microsoft.comAdd more assertions
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-08-07 Manuel M T ChakravartyFix pattern w/o location in Check
2006-08-06 Manuel M T ChakravartyAdd CoPat stuff
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-27 simonpj@microsoft.comLazy patterns are like wild-cards for overlap warnings
2006-04-07 Simon MarlowReorganisation of the source tree