| Commit message (Expand) | Author | Age | Files | Lines |
* | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -13/+6 |
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -0/+1 |
* | Give preference to type over data constructors for doc comment links at renam... | David Waern | 2011-11-26 | 1 | -6/+4 |
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -7/+20 |
* | Follow changes to ForeignImport/ForeignExport in GHC | Ian Lynagh | 2011-10-01 | 1 | -4/+4 |
* | Merge branch 'no-pred-ty' | Max Bolingbroke | 2011-09-09 | 1 | -25/+6 |
|\ |
|
| * | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 1 | -25/+6 |
* | | Ignore associated type defaults (just as we ignore default methods) | Max Bolingbroke | 2011-09-09 | 1 | -2/+3 |
|/ |
|
* | * Merge in git patch from Michal Terepeta | David Waern | 2011-06-11 | 1 | -3/+3 |
* | Add git commits since switchover: | David Waern | 2011-06-10 | 1 | -2/+0 |
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -1/+0 |
* | Add markup support for interactive examples | simon.hengel | 2010-04-02 | 1 | -0/+1 |
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -3/+3 |
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -15/+1 |
* | Remove Name from DocInstance | David Waern | 2009-11-28 | 1 | -3/+2 |
* | Comments on instances | David Waern | 2009-11-24 | 1 | -3/+12 |
* | Haddock.Interface.Rename: eliminate warnings | Isaac Dupree | 2009-08-23 | 1 | -1/+2 |
* | re-implement function-argument docs | Isaac Dupree | 2009-08-23 | 1 | -5/+16 |
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -3/+10 |
* | follow changes in GHC's ForeignType | Simon Marlow | 2009-07-28 | 1 | -0/+6 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -1/+0 |
* | Resolve conflicts | Ian Lynagh | 2009-07-05 | 1 | -1/+2 |
* | Follow extra field in ConDecl | simonpj | 2009-07-02 | 1 | -2/+4 |
* | Remove misplaced whitespace in H.I.Rename | David Waern | 2009-06-27 | 1 | -42/+42 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -5/+10 |
* | Move H.GHC.Utils to H.GhcUtils | David Waern | 2009-04-05 | 1 | -1/+1 |
* | hlint police | David Waern | 2009-04-01 | 1 | -5/+5 |
* | -Wall police in H.I.Rename | David Waern | 2009-03-28 | 1 | -38/+49 |
* | Define Foldable and Traversable instances for Located | David Waern | 2009-03-27 | 1 | -2/+6 |
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -1/+0 |
* | Do not show package name in warning message | David Waern | 2009-02-28 | 1 | -1/+1 |
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 1 | -3/+3 |
* | Make visible names from ExportItems | David Waern | 2008-12-08 | 1 | -1/+1 |
* | Make renamer consistent | David Waern | 2008-10-20 | 1 | -9/+12 |
* | Fix #61 | David Waern | 2008-10-16 | 1 | -4/+12 |
* | Add subordinates with docs to the declaration map | David Waern | 2008-10-15 | 1 | -1/+1 |
* | Wibble | David Waern | 2008-10-15 | 1 | -1/+1 |
* | Add support for DocPic | David Waern | 2008-10-10 | 1 | -0/+1 |
* | Preparation for rendering instances as separate declarations | David Waern | 2008-07-20 | 1 | -4/+13 |
* | Refactoring in H.Interface.Create | David Waern | 2008-07-13 | 1 | -1/+2 |
* | Rename associated types | David Waern | 2008-06-30 | 1 | -5/+7 |
* | Rename type patterns | David Waern | 2008-06-30 | 1 | -5/+9 |
* | Rename TyFamily | David Waern | 2008-06-30 | 1 | -3/+8 |
* | Rename ForeignType | David Waern | 2008-06-30 | 1 | -4/+3 |
* | Add a flag for turning off all warnings | David Waern | 2008-04-11 | 1 | -6/+6 |
* | Change the representation of DocNames | David Waern | 2008-02-09 | 1 | -6/+7 |
* | addition of type equality support (at least for HTML generation) | Wolfgang Jeltsch | 2007-12-03 | 1 | -0/+4 |
* | Manual merge of a patch from Duncan Coutts that removes the dependency on mtl | David Waern | 2007-11-11 | 1 | -1/+0 |
* | Complain if we can't link to wired-in names | David Waern | 2007-11-08 | 1 | -1/+1 |
* | Remove OrdName stuff | David Waern | 2007-11-08 | 1 | -24/+1 |