aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reorder topDeclElem to move the source/wiki links to the top"Niklas Haas2014-03-111-1/+1
* Filter family instances of hidden typesNiklas Haas2014-03-111-4/+11
* Update appearance of fixity annotationsNiklas Haas2014-03-111-17/+25
* Include fixity information in the Interface fileNiklas Haas2014-03-114-30/+40
* Group similar fixities togetherNiklas Haas2014-03-091-3/+10
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-0910-138/+178
* Use optLast instead of listToMaybe for sourceUrls/wikiUrlsNiklas Haas2014-03-091-7/+6
* Reorder topDeclElem to move the source/wiki links to the topNiklas Haas2014-03-091-1/+1
* Render fixity informationNiklas Haas2014-03-088-102/+182
* Change rendering of duplicate record field docsMateusz Kowalczyk2014-02-271-1/+2
* Fix rendering of Contents when links are presentMateusz Kowalczyk2014-02-244-22/+37
* Lower precedence of equality constraintsNiklas Haas2014-02-231-1/+1
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-232-8/+13
* Don't shadow ‘strip’.Mateusz Kowalczyk2014-02-231-4/+4
* Turn a source code comment into specsSimon Hengel2014-02-221-2/+0
* Strip a single leading space from bird tracks (#201)Niklas Haas2014-02-221-1/+10
* Use a bespoke data type to indicate fixityMateusz Kowalczyk2014-02-194-66/+66
* Only warn about missing docs when docs are missingMateusz Kowalczyk2014-02-131-1/+2
* Get rid of re-implementation of sortByNiklas Haas2014-02-131-7/+3
* Improve display of poly-kinded type operatorsnand2014-02-116-35/+40
* Add support for type/data familiesnand2014-02-1110-138/+181
* Ensure a space between type signature and ‘Source’Mateusz Kowalczyk2014-02-101-2/+1
* Insert a space between module link and descriptionMateusz Kowalczyk2014-02-101-1/+1
* Handle infix vs prefix names correctly everywhere, by explicitly specifying t...Dr. ERDI Gergo2014-01-314-56/+66
* Fix @ code blocksMateusz Kowalczyk2014-01-301-0/+1
* <+>: Don't insert a space when concatenating empty nodesDr. ERDI Gergo2014-01-311-1/+3
* Update CPP check for __GLASGOW_HASKELL__Austin Seipp2014-01-291-1/+1
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-198-33/+156
* Fixes #271Mateusz Kowalczyk2014-01-131-1/+1
* Allow escaping in URLs and pictures.Mateusz Kowalczyk2014-01-122-5/+20
* Allow for nesting of paragraphs under lists.Mateusz Kowalczyk2014-01-123-27/+87
* Bump interface versionMateusz Kowalczyk2014-01-121-1/+1
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-128-36/+89
* Allow for headings inside function documentation.Mateusz Kowalczyk2014-01-128-8/+70
* Support for bold.Mateusz Kowalczyk2014-01-1210-13/+62
* Fix totality, unicode, examples, paragraph parsingSimon Hengel2014-01-124-331/+216
* Don't append newline to parseString inputSimon Hengel2014-01-121-18/+12
* One pass parser and tests.Mateusz Kowalczyk2014-01-1212-489/+598
* Some code simplification by using traverseSimon Hengel2014-01-122-52/+9
* Adapt to small change in Pretty's exportsSimon Peyton Jones2014-01-101-3/+3
* Track changes in HsSpliceTy data constructorSimon Peyton Jones2013-11-251-1/+1
* Bump versionSimon Hengel2013-11-101-12/+2
* Print missing documentation. Fixes #258.Mateusz Kowalczyk2013-09-182-6/+33
* Fixes #231Mateusz Kowalczyk2013-09-182-2/+4
* Add missing `traverse` method for `GenLocated`Herbert Valerio Riedel2013-09-181-1/+1
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-176-14/+12
* Fix AMP warningsDavid Luposchainsky2013-09-081-0/+8
* Fixes #253Mateusz Kowalczyk2013-09-021-2/+16
* Fix ticket #247.Mateusz Kowalczyk2013-08-271-2/+6
* Add spec tests.Mateusz Kowalczyk2013-08-251-2/+25