summaryrefslogtreecommitdiff
path: root/compiler/rename/RnPat.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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