summaryrefslogtreecommitdiff
path: root/compiler/rename/RnPat.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs rename/Austin Seipp2014-12-031-751/+0
* Capture original source for literalsAlan Zimmerman2014-11-211-5/+6
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-16/+16
* Fix #9824 by not warning about unused matches in pattern quotes.Richard Eisenberg2014-11-211-0/+3
* Fix #1476 by making splice patterns work.Richard Eisenberg2014-11-211-4/+6
* Fix Trac #9815Simon Peyton Jones2014-11-211-4/+10
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-6/+11
* Typos in commentsGabor Greif2014-08-291-1/+1
* Two buglets in record wild-cards (Trac #9436 and #9437)Simon Peyton Jones2014-08-251-9/+24
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-051-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-6/+1
* Issue an error for pattern synonyms defined in a local scope (#8757)Dr. ERDI Gergo2014-02-091-0/+5
* Squash some spelling issuesGabor Greif2014-01-261-2/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-6/+20
* A raft of changes driven by Trac #8540Simon Peyton Jones2013-11-221-4/+4
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-061-10/+1
* Fix Trac #8448Simon Peyton Jones2013-10-231-3/+11
* Add support for pattern splices.Geoffrey Mainland2013-10-041-2/+12
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-4/+4
* Fix AMP warnings.Austin Seipp2013-09-111-6/+13
* Fix #7918Edsko de Vries2013-09-031-2/+3
* Detabify RnPat.lhsAustin Seipp2013-08-281-107/+106
* Implement -XNumDecimals (#7266)Austin Seipp2013-08-281-3/+16
* Fix type variable scoping in nested pattern type signatures (#7827)Patrick Palka2013-04-121-2/+11
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-5/+16
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-2/+18
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-2/+2
* Don't warn about defining deprecated class methodsIan Lynagh2012-09-231-1/+1
* Complain if we use a tuple tycon or data-con that is too bigSimon Peyton Jones2012-06-071-10/+0
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
* Refactor LHsTyVarBndrs to fix Trac #6081Simon Peyton Jones2012-05-111-2/+2
* Fix Trac #5892: a coding errorsSimon Peyton Jones2012-03-041-4/+4
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-12/+9
* Make RnEnv.lookupBindGroupOcc work on Orig RdrNamesSimon Peyton Jones2011-12-231-1/+1
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-3/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix Trac #5592: unused-import warnings with dot-dot notationSimon Peyton Jones2011-11-021-21/+27
* Implement -XConstraintKindMax Bolingbroke2011-09-061-7/+7
* Fix Trac #5372: a panic caused by over-eager error recoverySimon Peyton Jones2011-08-031-23/+36
* Improve semantics of wild-card expansion (fixes #5334)Simon Peyton Jones2011-07-201-17/+40
* Re-do (again) the handling of binders in Template HaskellSimon Peyton Jones2011-06-161-6/+9
* Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-4/+0
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-231-1/+1
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-6/+6
* Separate the language flags from the other DynFlag'sIan Lynagh2010-07-241-1/+1
* Refactor (again) the handling of default methodssimonpj@microsoft.com2010-05-251-10/+9
* Fix Trac #3943: incorrect unused-variable warningsimonpj@microsoft.com2010-04-121-2/+12
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-1/+2
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-101-27/+8