| Commit message (Expand) | Author | Age | Files | Lines |
* | Track GHC PackageId to PackageKey renaming. | Edward Z. Yang | 2014-07-21 | 1 | -1/+1 |
* | Move parser + parser tests out to own package. | Mateusz Kowalczyk | 2014-05-05 | 1 | -56/+2 |
* | Prepare modules for parser split. | Mateusz Kowalczyk | 2014-05-05 | 1 | -14/+16 |
* | Hide RHS of TFs with non-exported right hand sides | Niklas Haas | 2014-03-13 | 1 | -3/+3 |
* | Include fixity information in the Interface file | Niklas Haas | 2014-03-11 | 1 | -0/+3 |
* | Differentiate between TH splices (line-links) and regular names | Niklas Haas | 2014-03-09 | 1 | -0/+4 |
* | Render fixity information | Niklas Haas | 2014-03-08 | 1 | -0/+6 |
* | Improve display of poly-kinded type operators | nand | 2014-02-11 | 1 | -3/+3 |
* | Add support for type/data families | nand | 2014-02-11 | 1 | -5/+17 |
* | Allow for nesting of paragraphs under lists. | Mateusz Kowalczyk | 2014-01-12 | 1 | -1/+1 |
* | Per-module extension flags and language listing. | Mateusz Kowalczyk | 2014-01-12 | 1 | -2/+9 |
* | Allow for headings inside function documentation. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+16 |
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -1/+4 |
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 1 | -20/+13 |
* | Some code simplification by using traverse | Simon Hengel | 2014-01-12 | 1 | -2/+4 |
* | Fix AMP warnings | David Luposchainsky | 2013-09-08 | 1 | -0/+8 |
* | Output Copright and License keys in Xhtml backend. | Mathieu Boespflug | 2013-08-04 | 1 | -7/+11 |
* | Properly handle deprecation messages for re-exported things (fixes #220) | Simon Hengel | 2012-10-14 | 1 | -0/+5 |
* | Allow haddock markup in deprecation messages | Simon Hengel | 2012-10-14 | 1 | -1/+38 |
* | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 1 | -0/+2 |
* | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 1 | -29/+29 |
* | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -2/+8 |
|\ |
|
| * | Add support for hyperlink labels to parser | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
| * | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 1 | -2/+8 |
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -18/+61 |
|\| |
|
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -3/+10 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -10/+10 |
| * | qualification style 'abbreviated' -> 'aliased' | Henning Thielemann | 2012-04-02 | 1 | -8/+8 |
| * | abbreviated qualification: use Packages.lookupModuleInAllPackages for finding... | Henning Thielemann | 2012-04-02 | 1 | -1/+1 |
| * | 'abbreviate' qualification style - basic support | Henning Thielemann | 2012-04-01 | 1 | -13/+26 |
| * | add QualOption type for distinction between qualification argument given by t... | Henning Thielemann | 2012-04-01 | 1 | -5/+27 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -1/+1 |
| * | Clean up some code from last SoC project. | David Waern | 2012-02-04 | 1 | -1/+0 |
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+2 |
* | | Follow rename of Instance to ClsInst in GHC | Ian Lynagh | 2012-01-03 | 1 | -1/+1 |
|/ |
|
* | Minor fixes and cleanup. | David Waern | 2011-12-28 | 1 | -3/+2 |
* | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -14/+18 |
* | Slightly better behaviour on top-levels without type signatures. | David Waern | 2011-12-03 | 1 | -1/+7 |
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -18/+20 |
* | Give preference to type over data constructors for doc comment links at renam... | David Waern | 2011-11-26 | 1 | -2/+3 |
* | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -0/+2 |
* | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 1 | -1/+1 |
* | Fix build | Ian Lynagh | 2011-06-17 | 1 | -1/+0 |
* | Follow the style guide closer in Haddock.Types and improve docs | David Waern | 2010-11-20 | 1 | -143/+147 |
* | Haddock documentation updates | David Waern | 2010-11-20 | 1 | -8/+14 |
* | Remove docNameOcc under the motto "don't name compositions" | David Waern | 2010-11-15 | 1 | -5/+0 |
* | Style police | David Waern | 2010-10-16 | 1 | -13/+14 |
* | Use "qual" as an abbreviation for qualification instead of "quali" for consis... | David Waern | 2010-10-16 | 1 | -5/+5 |
* | adding support for local and relative name qualification | Tobias Brandt | 2010-08-27 | 1 | -1/+6 |
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -0/+2 |