aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Rename.hs
Commit message (Expand)AuthorAgeFilesLines
* Add markup support for interactive examplessimon.hengel2010-04-021-0/+1
* Rename HsDoc back into DocDavid Waern2009-11-281-3/+3
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-15/+1
* Remove Name from DocInstanceDavid Waern2009-11-281-3/+2
* Comments on instancesDavid Waern2009-11-241-3/+12
* Haddock.Interface.Rename: eliminate warningsIsaac Dupree2009-08-231-1/+2
* re-implement function-argument docsIsaac Dupree2009-08-231-5/+16
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-3/+10
* follow changes in GHC's ForeignTypeSimon Marlow2009-07-281-0/+6
* Fix unused import warningsIan Lynagh2009-07-071-1/+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-241-5/+10
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* hlint policeDavid Waern2009-04-011-5/+5
* -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
* Show re-exported names from external packages againDavid Waern2009-01-021-3/+3
* Make visible names from ExportItemsDavid Waern2008-12-081-1/+1
* Make renamer consistentDavid Waern2008-10-201-9/+12
* Fix #61David Waern2008-10-161-4/+12
* Add subordinates with docs to the declaration mapDavid Waern2008-10-151-1/+1
* WibbleDavid Waern2008-10-151-1/+1
* Add support for DocPicDavid Waern2008-10-101-0/+1
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-201-4/+13
* Refactoring in H.Interface.CreateDavid Waern2008-07-131-1/+2
* 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 a flag for turning off all warningsDavid Waern2008-04-111-6/+6
* Change the representation of DocNamesDavid Waern2008-02-091-6/+7
* addition of type equality support (at least for HTML generation)Wolfgang Jeltsch2007-12-031-0/+4
* Manual merge of a patch from Duncan Coutts that removes the dependency on mtl David Waern2007-11-111-1/+0
* Complain if we can't link to wired-in namesDavid Waern2007-11-081-1/+1
* Remove OrdName stuffDavid Waern2007-11-081-24/+1
* Remove commented-out codeDavid Waern2007-11-081-14/+1
* Don't warn about not being able to link to wired/system/builtin-namesDavid Waern2007-11-051-2/+3
* WibbleDavid Waern2007-10-211-0/+6
* FIX: Ord for OrdName was not comparing modulesDavid Waern2007-10-211-5/+14
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-10/+10
* Add some modules that I forgot to add earlierDavid Waern2007-08-291-0/+404