aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
* follow changes in GHC's ForeignTypeSimon Marlow2009-07-281-0/+6
* Fix unused import warningsIan Lynagh2009-07-073-7/+0
* Resolve conflictsIan Lynagh2009-07-051-1/+2
* Follow extra field in ConDeclsimonpj2009-07-021-2/+4
* Remove misplaced whitespace in H.I.RenameDavid Waern2009-06-271-42/+42
* Add Haddock module headersDavid Waern2009-06-243-18/+30
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-052-2/+2
* hlint policeDavid Waern2009-04-011-3/+3
* hlint policeDavid Waern2009-04-012-8/+7
* hlint policeDavid Waern2009-04-012-8/+8
* -Wall police in H.I.CreateDavid Waern2009-03-281-79/+57
* -Wall police in H.I.AttachInstancesDavid Waern2009-03-281-13/+16
* -Wall police in H.I.RenameDavid Waern2009-03-281-38/+49
* Define Foldable and Traversable instances for LocatedDavid Waern2009-03-271-2/+6
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-1/+0
* Do not show package name in warning messageDavid Waern2009-02-281-1/+1
* Shorten warning messageDavid Waern2009-02-271-3/+2
* Fix error message conflictDavid Waern2009-02-271-5/+4
* Bug fixDavid Waern2009-02-271-8/+10
* Add the module to one of haddocks warningsIan Lynagh2009-02-261-1/+1
* Hide fynTyConName only for recent GHC versionsDavid Waern2009-02-251-0/+6
* Hide funTyConName, now exported by TypeRepsimonpj2009-02-021-1/+1
* Do not show a subordinate at the top level if its parent is also exportedDavid Waern2009-02-071-6/+44
* Correct commentDavid Waern2009-01-241-2/+2
* Filter out separately exported associated types in a smarter wayDavid Waern2009-01-231-17/+19
* Fix Trac #50: do not attach docs to pragmas or other kinds of non-declarationsDavid Waern2009-01-221-12/+10
* Fix Trac #59: TH-generated declarations disappearingDavid Waern2009-01-201-7/+1
* Document H.I.Create.collectDocs betterDavid Waern2009-01-201-1/+4
* Export modules also when coming from external packagesDavid Waern2009-01-081-4/+15
* Show re-exported names from external packages againDavid Waern2009-01-022-12/+39
* Make visible names from ExportItemsDavid Waern2008-12-082-59/+19
* 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