summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Add Data and Typeable instances to HsSynDavid Waern2010-03-3011-12/+106
* Comments onlysimonpj@microsoft.com2010-03-041-6/+23
* Comments onlysimonpj@microsoft.com2010-03-041-8/+15
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-043-145/+212
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-104-34/+60
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-106-60/+89
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-201-1/+4
* Improve the handling of default methodssimonpj@microsoft.com2010-01-062-10/+31
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-3/+1
* Follow PackageTarget changes in pprCEntityBen.Lippmeier@anu.edu.au2010-01-021-0/+2
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-042-0/+2
* Comments only, esp about RecStmtssimonpj@microsoft.com2009-11-261-15/+17
* Turn an ASSERT into a WARNsimonpj@microsoft.com2009-10-301-0/+3
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-293-43/+42
* Tidy up pretty-printing (use ppUnless)simonpj@microsoft.com2009-10-292-3/+3
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-282-27/+65
* Fix Trac #3600: Template Haskell bug in Convertsimonpj@microsoft.com2009-10-201-4/+10
* Fix Trac #3263: don't print Hpc tick stuff unless -dppr-debug is onsimonpj@microsoft.com2009-10-152-21/+34
* Three improvements to Template Haskell (fixes #3467)simonpj@microsoft.com2009-09-101-11/+15
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-265-119/+28
* Error message wibblesimonpj@microsoft.com2009-08-251-1/+1
* Wibbles to field-label punssimonpj@microsoft.com2009-08-211-9/+20
* Refactor, and improve error messages (cf Trac #3395)simonpj@microsoft.com2009-08-111-154/+147
* Improve the recent changes to overlap-checking for view patterssimonpj@microsoft.com2009-08-101-29/+1
* Minor refactoringIan Lynagh2009-08-091-28/+25
* FIX #2395 (ViewPatterns trigger bad Check errors)Alexander Dunlap2009-08-071-1/+32
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-21/+2
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-231-64/+8
* Print explicit braces and semicolons in do-notationsimonpj@microsoft.com2009-07-231-2/+9
* Stop generating redundant parens in 'deriving' codesimonpj@microsoft.com2009-07-232-18/+45
* Wibble to printing tuple sectionssimonpj@microsoft.com2009-07-231-1/+1
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-233-29/+56
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Major patch to fix reporting of unused importssimonpj@microsoft.com2009-07-061-6/+7
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-3/+4
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-023-45/+76
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-262-28/+39
* pprExpr: don't add extra parens around [a..b] in an argument positionSimon Marlow2009-06-081-0/+2
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-271-1/+19
* Rename conDeclsNames to hsConDeclsNames, and export itsimonpj@microsoft.com2009-05-271-7/+7
* fix typo: TH.ModName -> TH.PkgNameSimon Marlow2009-05-181-1/+1
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-12/+12
* Template Haskell: added bang patternsManuel M T Chakravarty2009-03-261-0/+1
* Template Haskell: support for kind annotationsManuel M T Chakravarty2009-03-261-31/+59
* Template Haskell: support for INLINE and SPECIALISE pragmasManuel M T Chakravarty2009-03-241-7/+53
* Template Haskell support for equality constraintsManuel M T Chakravarty2009-03-191-7/+28
* Template Haskell: support for type family declarationsManuel M T Chakravarty2009-03-192-37/+127
* When converting TH syntax to GHC syntax, need to put sections in parenthesesIan Lynagh2009-01-211-2/+4