| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle more cases in renameType | Simon Hengel | 2012-10-14 | 1 | -14/+19 |
* | Simplify lookupRn | Simon Hengel | 2012-10-14 | 1 | -7/+7 |
* | Simplify RnM type | Simon Hengel | 2012-10-14 | 1 | -10/+9 |
* | Better error messages | Simon Hengel | 2012-10-13 | 1 | -2/+6 |
* | Handle HsExplicitListTy in renameer (fixes #213) | Simon Hengel | 2012-10-13 | 1 | -0/+2 |
* | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 1 | -0/+1 |
* | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -1/+1 |
|\ |
|
| * | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -14/+24 |
|\| |
|
| * | Add Applicative instance for (GenRnM a) | Simon Hengel | 2012-05-26 | 1 | -2/+6 |
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -1/+2 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -8/+6 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -8/+12 |
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+3 |
* | | Follow changes for the implementation of implicit parameters | Simon Peyton Jones | 2012-06-13 | 1 | -2/+1 |
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -3/+3 |
* | | Follow changes in LHsTyVarBndrs | Simon Peyton Jones | 2012-05-25 | 1 | -3/+4 |
* | | Follow changes to LHsTyVarBndrs | Simon Peyton Jones | 2012-05-11 | 1 | -14/+19 |
* | | Track changes in HsSyn | Simon Peyton Jones | 2012-04-20 | 1 | -7/+12 |
* | | Merge branch 'master' of http://darcs.haskell.org//haddock | Simon Peyton Jones | 2012-03-26 | 1 | -0/+2 |
|\ \ |
|
| * | | Add a missing case for type literals. | Iavor S. Diatchki | 2012-03-19 | 1 | -0/+2 |
* | | | Follow refactoring of TyClDecl/HsTyDefn | Simon Peyton Jones | 2012-03-26 | 1 | -35/+45 |
|/ / |
|
* | | Follow changes to tcdKindSig (Trac #5937) | Simon Peyton Jones | 2012-03-16 | 1 | -6/+9 |
* | | Follow changes in data representation from the big PolyKinds commit | Simon Peyton Jones | 2012-03-02 | 1 | -7/+9 |
* | | Follow changes in GHC | Ian Lynagh | 2012-02-22 | 1 | -2/+2 |
* | | Follow changes in GHC caused by the CAPI CTYPE pragma | Ian Lynagh | 2012-02-16 | 1 | -4/+4 |
* | | Track changes in HsDecls | Simon Peyton Jones | 2012-02-06 | 1 | -2/+5 |
|/ |
|
* | 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 |