summaryrefslogtreecommitdiff
path: root/compiler/rename/RnPat.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-201-5/+13
* Fix Trac #3640, plus associated refactoringsimonpj@microsoft.com2009-11-051-3/+1
* Another tiny tidy-up to RnPatsimonpj@microsoft.com2009-08-211-1/+1
* Wibble to RnPat refactoringsimonpj@microsoft.com2009-08-201-1/+1
* Improvements to record puns, wildcardssimonpj@microsoft.com2009-08-201-418/+428
* Rename a variablesimonpj@microsoft.com2008-09-101-3/+3
* Fix flaggery for RULES (cf Trac #2497)simonpj@microsoft.com2008-08-261-2/+2
* Fix Haddock errors.Thomas Schilling2008-07-201-4/+4
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-31/+33
* Fix the stage 1 buildIan Lynagh2008-05-041-1/+1
* Make RnPat warning-freeIan Lynagh2008-05-031-40/+22
* (F)SLIT -> (f)sLit in RnPatIan Lynagh2008-04-121-16/+16
* Fix Trac #2188: scoping in TH declarations quotessimonpj@microsoft.com2008-04-041-4/+1
* Fix Trac #2136: reporting of unused variablessimonpj@microsoft.com2008-04-031-3/+4
* Fix typo; spotted by Bdh in #ghcIan Lynagh2008-03-291-1/+1
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* Remove unused importIan Lynagh2008-02-071-1/+0
* Monadify rename/RnPat: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-24/+23
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-13/+54
* lots of portability changes (#1405)Isaac Dupree2008-01-171-1/+2
* Use Unix format for RnPat (no other change)simonpj@microsoft.com2007-12-131-577/+577
* Improve free-variable handling for rnPat and friends (fixes Trac #1972)simonpj@microsoft.com2007-12-131-205/+172
* Update error message to mention -XPatternSignatures instead of -fglasgow-extssimonpj@microsoft.com2007-11-011-1/+1