summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsGRHSs.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-161/+0
* Simple eta reduction in call to adjustMatchResults, just a tidy-upSimon Peyton Jones2014-05-231-4/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-7/+7
* Remove getModuleDs; we now just use getModuleIan Lynagh2012-11-061-1/+2
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-11/+11
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-161-5/+5
* Fix warnings in deSugar/DsGRHSs.lhsIan Lynagh2011-11-051-54/+45
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-3/+8
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-2/+2
* Refine incomplete-pattern checks (Trac #4905)simonpj@microsoft.com2011-01-271-3/+3
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-1/+1
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fixed warnings in deSugar/DsGRHSs, except for incomplete pattern matchesTwan van Laarhoven2008-02-031-7/+10
* Fix the buildIan Lynagh2008-01-241-4/+2
* Monadify deSugar/DsGRHSs: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-28/+26
* FIX #1759 while respecting the ticksandy@galois.com2007-10-151-9/+21
* Fix Trac #1759: do not let ticks get in the way of spotting trivially-true gu...simonpj@microsoft.com2007-10-101-4/+15
* 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
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-2/+0
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-11/+4
* revert previous fix until I can find out why it was wrongSimon Marlow2007-04-231-1/+1
* breakpoints: fix the in-scope set for 'where' clausesSimon Marlow2007-04-201-5/+7
* Re-working of the breakpoint supportSimon Marlow2007-04-171-3/+1
* Capturing and keeping track of local bindins in the desugarerPepe Iborra2006-12-101-7/+16
* Breakpoint code instrumentationPepe Iborra2006-12-101-0/+1
* Module header tidyup, phase 1Simon Marlow2006-10-111-12/+13
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+128