Haddock fix in the vectoriser
[ghc-hetmet.git] / compiler / main / PprTyThing.hs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-25 simonpj@microsoft.comRefactor pretty printing of TyThings to fix Trac #4015
2010-05-25 simonpj@microsoft.comImprove printing of TyThings; fixes Trac #4087
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2009-07-07 Ian LynaghRemove unused imports
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprTyThing
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-25 Ian LynaghFix warnings in main/PprTyThing
2008-03-06 simonpj@microsoft.comFix Trac #2138: print the 'stupid theta' of a data...
2008-02-19 simonpj@microsoft.comFix Trac #2082
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-11 simonpj@microsoft.comDefine and use PprTyThing.pprTypeForUser
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-09 Ian LynaghAdd -fprint-explicit-foralls flag; fixes trac #1474
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree