summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Check.lhs
Commit message (Expand)AuthorAgeFilesLines
* Capture original source for literalsAlan Zimmerman2014-11-211-7/+11
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-3/+5
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-16/+24
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-051-17/+15
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Typo in commentGabor Greif2014-05-131-1/+1
* Fix Manual hlinting patchJoachim Breitner2014-02-131-2/+2
* Manual hlinting: or (map f) = any fJoachim Breitner2014-02-131-2/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-17/+35
* TypoKrzysztof Gogolewski2013-11-181-1/+1
* Add support for pattern splices.Geoffrey Mainland2013-10-041-0/+2
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-6/+9
* Simplify the base case for 'check', and thereby fix Trac #7669Simon Peyton Jones2013-02-131-1/+4
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-1/+1
* Nicer pretty printing for tuple kindsSimon Peyton Jones2012-08-311-1/+1
* HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-1/+1
* Fix warnings in deSugar/Check.lhsIan Lynagh2011-11-061-7/+19
* Whitespace in deSugar/Check.lhsIan Lynagh2011-11-061-172/+165
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-171-5/+6
|\
| * Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-5/+5
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-1/+2
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-121-1/+0
|\ \ | |/
| * Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-9/+10
| |\
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-1/+0
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-051-2/+1
|\ \ \ | | |/ | |/|
| * | Remove accidental traceSimon Peyton Jones2011-05-041-2/+1
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-10/+12
|\ \ \ | |/ /
| * | Merge branch monad-comp onto masterSimon Peyton Jones2011-05-041-2/+4
| |\ \
| | * | Change (back) to Unix line endingsSimon Peyton Jones2011-05-041-730/+730
| | * | More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-728/+730
| | |/
| * | Fix Trac #5117: desugar literal patterns consistenclySimon Peyton Jones2011-05-041-8/+8
| |/
* | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-1/+1
|/
* Remove the now-unused constructor VarPatOutsimonpj@microsoft.com2010-11-051-2/+1
* Improve the recent changes to overlap-checking for view patterssimonpj@microsoft.com2009-08-101-88/+104
* Minor refactoringIan Lynagh2009-08-091-2/+2
* FIX #2395 (ViewPatterns trigger bad Check errors)Alexander Dunlap2009-08-071-3/+5
* Take account of GADTs when reporting patterm-match overlapsimonpj@microsoft.com2009-07-221-6/+9
* 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