summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2358: 1-tuples in Template Haskellsimonpj@microsoft.com2008-06-141-7/+11
* Fix Trac #2310: result type signatures are not supported any moresimonpj@microsoft.com2008-06-041-0/+12
* Comment typosimonpj@microsoft.com2008-05-211-1/+1
* Fix Trac #2292: improve error message for lone signaturessimonpj@microsoft.com2008-05-201-18/+15
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-062-41/+63
* Make DsArrows warning-freeIan Lynagh2008-05-041-0/+3
* Add 123## literals for Word#Ian Lynagh2008-04-232-0/+4
* (F)SLIT -> (f)sLit in HsBindsIan Lynagh2008-04-221-21/+19
* (F)SLIT -> (f)sLit in ConvertIan Lynagh2008-04-121-11/+9
* (F)SLIT -> (f)sLit in HsSynIan Lynagh2008-04-121-5/+3
* (F)SLIT -> (f)sLit in HsUtilsIan Lynagh2008-04-121-4/+2
* (F)SLIT -> (f)sLit in HsExprIan Lynagh2008-04-121-74/+74
* (F)SLIT -> (f)sLit in HsDeclsIan Lynagh2008-04-121-28/+26
* (F)SLIT -> (f)sLit in HsImpExpIan Lynagh2008-04-121-8/+6
* (F)SLIT -> (f)sLit in HsPatIan Lynagh2008-04-121-7/+5
* (F)SLIT -> (f)sLit in HsTypesIan Lynagh2008-04-121-8/+6
* 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