summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsUtils.lhs
Commit message (Expand)AuthorAgeFilesLines
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-106/+146
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-101-1/+5
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-101-1/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-2/+7
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-4/+12
* Stop generating redundant parens in 'deriving' codesimonpj@microsoft.com2009-07-231-3/+2
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-5/+17
* Rollback INLINE patchesSimon Marlow2008-12-161-7/+2
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-2/+7
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-3/+7
* (F)SLIT -> (f)sLit in HsUtilsIan Lynagh2008-04-121-4/+2
* Rename WpCo to WpCastsimonpj@microsoft.com2008-04-221-2/+2
* Fixed warnings in hsSyn/HsUtilsTwan van Laarhoven2008-01-271-18/+57
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-0/+7
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-0/+9
* Generalise the types of mk_FunBind, mk_easy_FunBind, mkVarBindsimonpj@microsoft.com2007-10-241-6/+6
* TcUnify.subFunTys must take type families into accountManuel M T Chakravarty2007-10-171-1/+5
* View patterns, record wildcards, and record punsDan Licata2007-10-101-12/+12
* FIX: Make boxy splitters aware of type familiesManuel M T Chakravarty2007-09-281-0/+5
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* FIX for #1080Ross Paterson2007-09-031-0/+16
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Type checking for type synonym familiesManuel M T Chakravarty2007-08-281-1/+1
* Add several new record featuresLemmih2007-06-211-3/+3
* Remove the unused HsExpr constructor DictPatLemmih2007-06-181-2/+0
* Handle ParStmt in collectStmtBinders; fixes tcrun013(ghci) failureIan Lynagh2007-05-051-7/+9
* Import fiddlingsimonpj@microsoft.com2007-05-021-1/+0
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-0/+1
* Remove the DocEntity type. Fixes the problem with duplicate error messages atdavve@dtek.chalmers.se2007-01-051-20/+0
* Fix another buglet in HsDoc stuffsimonpj@microsoft.com2007-01-031-2/+1
* Big tidy-up of deriving codesimonpj@microsoft.com2007-01-021-0/+2
* Fix constraint handling for lazy patternssimonpj@microsoft.com2006-11-241-6/+13
* Add HsUtils.unguardedGRHSs, and use itsimonpj@microsoft.com2006-11-101-3/+4
* Haskell Program Coverageandy@galois.com2006-10-241-1/+2
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-10/+10
* getMainDeclBinder should return Nothing for a binding with no variablesSimon Marlow2006-10-101-1/+4
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+19
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-7/+7
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-1/+1
* Massive patch for the first months work adding System FC to GHC #14Manuel M T Chakravarty2006-09-151-14/+8
* GADT fixesManuel M T Chakravarty2006-08-061-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+423