summaryrefslogtreecommitdiff
path: root/compiler/rename/RnPat.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* In a pattern binding, a type sig in the pattern cannot bind a type variablesimonpj@microsoft.com2007-10-271-5/+6
* View patterns, record wildcards, and record punsDan Licata2007-10-101-0/+609