| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow for headings inside function documentation. | Mateusz Kowalczyk | 2014-01-12 | 1 | -1/+2 |
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -3/+4 |
* | Revision to reflect new role annotation syntax in GHC. | Richard Eisenberg | 2013-09-17 | 1 | -1/+1 |
* | Changes to reflect changes in GHC's type HsTyVarBndr | Richard Eisenberg | 2013-08-02 | 1 | -1/+1 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -1/+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 |
* | | | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -10/+9 |
|/ / |
|
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -14/+19 |
|\| |
|
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -1/+1 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -7/+11 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -2/+2 |
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+1 |
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -54/+57 |
* | | Follow changes in LHsTyVarBndrs | Simon Peyton Jones | 2012-05-25 | 1 | -1/+1 |
* | | Follow changes to LHsTyVarBndrs | Simon Peyton Jones | 2012-05-11 | 1 | -3/+4 |
* | | Follow refactoring of TyClDecl/HsTyDefn | Simon Peyton Jones | 2012-03-26 | 1 | -8/+11 |
* | | Follow rename of Instance to ClsInst in GHC | Ian Lynagh | 2012-01-03 | 1 | -1/+1 |
|/ |
|
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -16/+17 |
* | Give preference to type over data constructors for doc comment links at renam... | David Waern | 2011-11-26 | 1 | -1/+1 |
* | Follow changes to ForeignImport/ForeignExport in GHC | Ian Lynagh | 2011-10-01 | 1 | -2/+2 |
* | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 1 | -2/+2 |
* | * Merge in git patch from Michal Terepeta | David Waern | 2011-06-11 | 1 | -3/+4 |
* | Write hoogle output in utf8; fixes GHC build on Windows | Ian Lynagh | 2011-01-05 | 1 | -3/+5 |
* | hlint police | David Waern | 2010-11-16 | 1 | -3/+2 |
* | 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 | -1/+2 |
* | Fix build with GHC 6.12.1 | david.waern | 2010-03-18 | 1 | -5/+2 |
* | Track changes in HsTyVarBndr | simonpj | 2010-02-10 | 1 | -2/+2 |
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -4/+4 |
* | Backends.Hoogle: eliminate warnings | Isaac Dupree | 2009-08-23 | 1 | -4/+0 |
* | re-implement function-argument docs | Isaac Dupree | 2009-08-23 | 1 | -5/+7 |
* | less big-Map-based proper extraction of constructor subdocs | Isaac Dupree | 2009-08-23 | 1 | -8/+12 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -1/+0 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -4/+9 |
* | Move H.GHC.Utils to H.GhcUtils | David Waern | 2009-04-05 | 1 | -1/+1 |
* | -Wall police in H.B.Hoogle | David Waern | 2009-03-27 | 1 | -12/+20 |
* | Add verbosity flag and utils, remove "verbose" flag | David Waern | 2008-12-07 | 1 | -1/+1 |
* | Make forall's in constructors explicit, i.e. data Foo = Foo {foo :: Eq a => a} | Neil Mitchell | 2008-12-15 | 1 | -2/+8 |
* | Drop HsDocTy annotations, they mess up pretty printing and also have a bracke... | Neil Mitchell | 2008-11-27 | 1 | -9/+29 |
* | Fix #61 | David Waern | 2008-10-16 | 1 | -1/+1 |
* | Add support for DocPic | David Waern | 2008-10-10 | 1 | -0/+1 |
* | Do not wrap __ in brackets | Neil Mitchell | 2008-09-11 | 1 | -1/+1 |
* | In the hoogle back end, markup definition lists using <i>, not <b> | Neil Mitchell | 2008-08-21 | 1 | -1/+1 |
* | Simplify the code by removing not-to-important use of <.> in the Hoogle back end | Neil Mitchell | 2008-08-20 | 1 | -5/+1 |
* | Remove Explicit top-level forall's when pretty-printing signatures | Neil Mitchell | 2008-08-18 | 1 | -1/+5 |
* | Use the same method to put out signatures as class methods in the Hoogle backend | Neil Mitchell | 2008-08-18 | 1 | -1/+1 |
* | Make Hoogle add documentation to a package | Neil Mitchell | 2008-08-13 | 1 | -2/+3 |
* | Generalise Hoogle.doc and add a docWith | Neil Mitchell | 2008-08-13 | 1 | -5/+11 |