aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
* Update Haddock to new pattern synonym type signature syntaxDr. ERDI Gergo2014-11-205-84/+85
* Make compatible with `deepseq-1.4.0.0`Herbert Valerio Riedel2014-11-151-3/+3
* Remove overlapping pattern matchAustin Seipp2014-10-311-1/+0
* reflect ForeignType constructore removalYuras Shumovich2014-10-311-4/+0
* Collapse user-defined section by default (re #335)Herbert Valerio Riedel2014-10-311-2/+2
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-294-29/+117
* Revert "Fix import of 'empty' due to AMP."Herbert Valerio Riedel2014-09-261-1/+1
* Revert "Revert "Followup changes to addition of -fwarn-context-quantification""Edward Z. Yang2014-09-183-2/+7
* Revert "Followup changes to addition of -fwarn-context-quantification"Herbert Valerio Riedel2014-09-193-7/+2
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-09-182-11/+16
* Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)Krzysztof Gogolewski2014-09-143-2/+7
* Fix import of 'empty' due to AMP.Austin Seipp2014-09-091-1/+1
* Follow changes to TypeAnnot in GHC HEADAlan Zimmerman2014-09-052-11/+26
* Changes due to ghc api changes in package representationDuncan Coutts2014-08-272-22/+9
* Track type signature change of lookupModuleInAllPackagesEdward Z. Yang2014-08-051-6/+3
* Track changes for module reexports.Edward Z. Yang2014-07-251-2/+3
* Track GHC PackageId to PackageKey renaming.Edward Z. Yang2014-07-218-25/+25
* Adapt to new definition of HsDecls.TyFamEqnSimon Peyton Jones2014-07-144-16/+26
* Propagate overloading-mode for instance declarations in haddock (#9242)Iavor S. Diatchki2014-07-011-2/+6
* Fix anchors. Closes #308.Mateusz Kowalczyk2014-06-251-1/+6
* Follow change in patSynSigSimon Peyton Jones2014-06-061-2/+2
* Revert "Revert "Accomodate change in PatSyn representation""Mateusz Kowalczyk2014-05-291-1/+1
* Revert "Accomodate change in PatSyn representation"Mateusz Kowalczyk2014-05-291-1/+1
* Accomodate change in PatSyn representationDr. ERDI Gergo2014-05-251-1/+1
* Remove no longer necessary parser error handling.Mateusz Kowalczyk2014-05-064-142/+103
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-057-713/+49
* Prepare modules for parser split.Mateusz Kowalczyk2014-05-057-155/+193
* Replace local `die` by new `System.Exit.die`Herbert Valerio Riedel2014-04-211-5/+1
* remove Origin flag from LHsBindsLRDr. ERDI Gergo2014-04-131-8/+8
* Parse identifiers with ^ and ⋆ in them.Mateusz Kowalczyk2014-04-111-1/+9
* Crash when exporting record selectors of data family instancesNiklas Haas2014-03-311-10/+24
* Drop leading whitespace in @-style blocks.Mateusz Kowalczyk2014-03-311-3/+28
* Print kind signatures on GADTsMateusz Kowalczyk2014-03-311-6/+10
* Fix issue #281Niklas Haas2014-03-152-10/+14
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-1/+6
* Display minimal complete definitions for type classesNiklas Haas2014-03-139-30/+78
* Add UnicodeSyntax alternatives for * and ->Niklas Haas2014-03-131-2/+7
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-136-12/+13
* 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