summaryrefslogtreecommitdiff
path: root/compiler/deSugar/MatchCon.lhs
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Allow empty case expressions (and lambda-case) with -XEmptyCaseSimon Peyton Jones2013-01-041-1/+2
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-2/+4
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
* Monadify dsEvTerm in preparation for generating Integer & String evidence.Iavor S. Diatchki2012-01-071-6/+9
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-7/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix some warningsIan Lynagh2011-10-141-7/+4
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+2
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-1/+0
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-4/+2
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix Trac #246: order of matching in record patternssimonpj@microsoft.com2009-03-301-40/+112
* Spelling error in commentsimonpj@microsoft.com2008-10-191-1/+1
* Handle introduction of MkCore in MatchConMax Bolingbroke2008-07-311-1/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fixed warnings in deSugar/MatchCon, except for incomplete pattern matchesTwan van Laarhoven2008-02-031-4/+11
* 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-2/+2
* Fix a bug in MatchCon, and clarify what dataConInstOrigArgTys doesLemmih2007-06-071-8/+12
* Module header tidyup, phase 1Simon Marlow2006-10-111-11/+11
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-2/+2
* GADT pattern matching fixManuel M T Chakravarty2006-09-181-2/+3
* Massive patch for the first months work adding System FC to GHC #9Manuel M T Chakravarty2006-08-041-60/+55
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+174