Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / deSugar / MatchLit.lhs
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-20 simonpj@microsoft.comFix Trac #3382: desugaring of NPats
2009-07-07 Ian LynaghRemove unused imports
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-07-31 Max BolingbrokeHandle introduction of MkCore in MatchLit
2008-05-07 Roman LeshchinskiyFIX validate: Fix warnings in new literal code
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghMake MatchLit warning-free
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: 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-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-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree