summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Check.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-5/+5
* (F)SLIT -> (f)sLit in DsUtilsIan Lynagh2008-04-121-1/+1
* Fixed warnings in deSugar/Check, except for incomplete pattern matchesTwan van Laarhoven2008-02-031-26/+36
* View patterns, record wildcards, and record punsDan Licata2007-10-101-6/+12
* 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
* Add several new record featuresLemmih2007-06-211-3/+5
* Remove the unused HsExpr constructor DictPatLemmih2007-06-181-10/+1
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Add more assertionssimonpj@microsoft.com2007-05-021-3/+3
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-0/+1
* Module header tidyup, phase 1Simon Marlow2006-10-111-19/+14
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-2/+2
* Fix newtype deriving properly (un-doing Audreys patch)simonpj@microsoft.com2006-09-251-6/+6
* Fix pattern w/o location in CheckManuel M T Chakravarty2006-08-071-1/+1
* Add CoPat stuffManuel M T Chakravarty2006-08-061-0/+2
* Massive patch for the first months work adding System FC to GHC #10Manuel M T Chakravarty2006-08-041-40/+36
* Lazy patterns are like wild-cards for overlap warningssimonpj@microsoft.com2006-07-271-1/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+698