summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Rename WpCo to WpCastsimonpj@microsoft.com2008-04-223-5/+5
* Don't import FastString in HsVersions.hIan Lynagh2008-03-294-2/+3
* Make literals in the syntax tree strictIan Lynagh2008-02-181-3/+3
* Fixed warnings in hsSyn/Convert, except for incomplete pattern matchesTwan van Laarhoven2008-02-041-16/+32
* Warning clean upManuel M T Chakravarty2008-01-311-1/+1
* Add missing (error) case in isIrrefutablePatsimonpj@microsoft.com2008-01-281-2/+6
* Add missing (error) case in pprConDeclsimonpj@microsoft.com2008-01-281-0/+5
* Fixed warnings in hsSyn/HsSynTwan van Laarhoven2008-01-271-7/+2
* Fixed warnings in hsSyn/HsUtilsTwan van Laarhoven2008-01-271-18/+57
* Fixed warnings in hsSyn/HsTypesTwan van Laarhoven2008-01-271-32/+37
* Fixed warnings in hsSyn/HsDocTwan van Laarhoven2008-01-271-7/+3
* Fixed warnings in hsSyn/HsLitTwan van Laarhoven2008-01-271-13/+6
* Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-9/+10
* Fixed warnings in hsSyn/HsPat, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-12/+17
* Fixed warnings in hsSyn/HsBinds, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-20/+24
* Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-5/+10
* Tidy up the treatment of SPECIALISE pragmassimonpj@microsoft.com2008-01-221-5/+2
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-186-2/+47
* lots of portability changes (#1405)Isaac Dupree2008-01-172-7/+12
* Tweak whitespace in HsExprIan Lynagh2008-01-121-449/+481
* Fix warnings in HsExprIan Lynagh2008-01-121-23/+27
* Make the treatment of equalities more uniformsimonpj@microsoft.com2008-01-072-5/+6
* Fix Trac #2017simonpj@microsoft.com2008-01-071-1/+1
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-202-2/+39
* Improve pretty-printing of InstDeclsimonpj@microsoft.com2007-12-101-4/+4
* Print a bit more info in VarBinds (no need to merge)simonpj@microsoft.com2007-11-281-1/+1
* FIX Trac 1888; duplicate INLINE pragmassimonpj@microsoft.com2007-11-141-2/+2
* Merge from Haddock: Add <<url>> for imagesDavid Waern2007-11-121-0/+1
* Merge of a patch from the old Haddock branch:David Waern2007-11-121-4/+22
* Inline implication constraintssimonpj@microsoft.com2007-11-051-0/+2
* Refactor Haddock optionsDavid Waern2007-11-011-3/+2
* 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
* Update HsExpr.hi-boot-6 for view pattern changessimonpj@microsoft.com2007-10-171-2/+5
* View patterns, record wildcards, and record punsDan Licata2007-10-107-119/+182
* Improve pretty-printing of splices in HsSynsimonpj@microsoft.com2007-10-101-1/+1
* Improve pretty-printing for HsSynsimonpj@microsoft.com2007-10-101-5/+5
* FIX: Make boxy splitters aware of type familiesManuel M T Chakravarty2007-09-282-5/+15
* fix error in .hi-boot-6Simon Marlow2007-09-051-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-0411-11/+11
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-0311-22/+22
* FIX for #1080Ross Paterson2007-09-031-0/+16
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-0111-0/+77
* Type checking for type synonym familiesManuel M T Chakravarty2007-08-281-1/+1
* Print infix function definitions correctly in HsSynsimonpj@microsoft.com2007-08-223-17/+32
* Updated commentsManuel M T Chakravarty2007-08-191-5/+7
* Print fewer parens when pretty-printing HsSynsimonpj@microsoft.com2007-08-091-6/+21
* Print more "..." in long lists of declarationssimonpj@microsoft.com2007-08-091-3/+3
* Improve pretty-printing of 'foreign' declarationssimonpj@microsoft.com2007-08-041-4/+4
* Remove importDavid Waern2007-07-111-1/+0