aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
* Make named doc comments into ExportDoc instead of ExportDeclDavid Waern2008-10-271-0/+1
* Tidy up code in H.I.Create a littleDavid Waern2008-10-221-38/+3
* Remove subordinate map and its usageDavid Waern2008-10-221-21/+17
* Make renamer consistentDavid Waern2008-10-201-9/+12
* Document function and improve its layoutDavid Waern2008-10-161-5/+4
* Fix #61David Waern2008-10-163-44/+63
* Add subordinates with docs to the declaration mapDavid Waern2008-10-152-11/+13
* Move convenient type synonym to H.TypesDavid Waern2008-10-151-5/+0
* Comment out unused type family stuff completelyDavid Waern2008-10-151-7/+6
* Use type synonyms for declarations and docs in H.I.CreateDavid Waern2008-10-151-13/+19
* WibbleDavid Waern2008-10-151-1/+1
* Add support for DocPicDavid Waern2008-10-101-0/+1
* Remove ifaceEnv from Interface - it's no longer usedDavid Waern2008-10-021-2/+0
* Remove matching on NoteTy in AttachInstances, it has been removedDavid Waern2008-08-121-3/+1
* Filter out separately exported ATs (take two)David Waern2008-08-031-2/+5
* Do not filter out doc declarationsDavid Waern2008-08-031-0/+2
* Move some utility functions from H.I.Create to H.GHC.UtilsDavid Waern2008-08-031-22/+4
* Fix layoutDavid Waern2008-08-031-9/+9
* Filter out more declarations and keep only vanilla type sigs in classesDavid Waern2008-08-031-5/+18
* Filter out separately exported ATsDavid Waern2008-08-031-1/+13
* Use isVanillaLSig from GHC API instead of home brewn functionDavid Waern2008-08-031-6/+1
* Filter out more declarationsDavid Waern2008-08-031-14/+25
* Filter out ForeignExportsDavid Waern2008-08-031-4/+15
* Support type equality predicatesDavid Waern2008-07-281-0/+1
* Warning messagesDavid Waern2008-07-251-7/+34
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-203-41/+101
* Small touchesDavid Waern2008-07-131-5/+4
* Remove unused import from H.I.CreateDavid Waern2008-07-131-2/+0
* Remove FastString import and FSLIT macro in H.I.Create -- they were unusedDavid Waern2008-07-131-2/+0
* Refactoring in H.Interface.CreateDavid Waern2008-07-132-194/+127
* Get the all locally defined names from GHC APIDavid Waern2008-07-121-8/+1
* Stop using the map from exported names to declarationsDavid Waern2008-07-121-11/+10
* Remove filtering of instancesDavid Waern2008-07-071-2/+2
* More support for type families and associated typesDavid Waern2008-07-021-1/+3
* Rename associated typesDavid Waern2008-06-301-5/+7
* Rename type patternsDavid Waern2008-06-301-5/+9
* Rename TyFamilyDavid Waern2008-06-301-3/+8
* Rename ForeignTypeDavid Waern2008-06-301-4/+3
* Add LANGUAGE pragmas to source filesDavid Waern2008-05-011-0/+3
* Add a flag for turning off all warningsDavid Waern2008-04-111-6/+6
* Change the representation of DocNamesDavid Waern2008-02-092-7/+8
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-061-13/+16
* Handle infix operators correctly in the Type -> HsType translationDavid Waern2007-12-081-3/+8
* addition of type equality support (at least for HTML generation)Wolfgang Jeltsch2007-12-031-0/+4
* Fix a bug that made haddock loopDavid Waern2007-11-111-1/+1
* Manual merge of an old patch:David Waern2007-11-111-1/+4
* Manual merge of a patch from Duncan Coutts that removes the dependency on mtl David Waern2007-11-112-2/+1
* Complain if we can't link to wired-in namesDavid Waern2007-11-081-1/+1
* Remove OrdName stuffDavid Waern2007-11-081-24/+1
* Small bugfix and cleanup in getDeclFromTyClsDavid Waern2007-11-081-5/+6