summaryrefslogtreecommitdiff
path: root/compiler/deSugar/MatchLit.lhs
Commit message (Expand)AuthorAgeFilesLines
* Comments onlyGabor Greif2013-08-201-1/+1
* Whitespace only in deSugar/MatchLit.lhsIan Lynagh2013-07-311-120/+113
* typosGabor Greif2013-01-301-1/+1
* Allow empty case expressions (and lambda-case) with -XEmptyCaseSimon Peyton Jones2013-01-041-1/+1
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-2/+2
* Remove the trivial mkFastStringFastBytes wrapperIan Lynagh2012-12-141-1/+1
* Comments onlySimon Peyton Jones2012-10-041-1/+1
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-18/+25
* HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-2/+2
* Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-5/+9
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add 64-bit signed and unsigned integer literals to HsSyn.Simon Marlow2011-07-121-0/+4
* Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-11/+11
* Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-4/+5
* Fix Trac #5117: desugar literal patterns consistenclySimon Peyton Jones2011-05-041-4/+10
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Fix Trac #3382: desugaring of NPatssimonpj@microsoft.com2009-07-201-27/+32
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Fix Trac #3126: matching overloaded literalssimonpj@microsoft.com2009-03-301-9/+3
* Remove redundant fromIntegral callsMax Bolingbroke2008-08-071-1/+1
* Handle introduction of MkCore in MatchLitMax Bolingbroke2008-07-311-7/+8
* FIX validate: Fix warnings in new literal codeRoman Leshchinskiy2008-05-071-1/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-33/+48
* Make MatchLit warning-freeIan Lynagh2008-05-041-14/+23
* Add 123## literals for Word#Ian Lynagh2008-04-231-1/+4
* Monadify deSugar/MatchLit: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-14/+14
* View patterns, record wildcards, and record punsDan Licata2007-10-101-25/+25
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-2/+0
* Add more assertionssimonpj@microsoft.com2007-05-021-1/+2
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-0/+9
* Module header tidyup, phase 1Simon Marlow2006-10-111-17/+18
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-1/+1
* Massive patch for the first months work adding System FC to GHC #9Manuel M T Chakravarty2006-08-041-152/+92
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+329