aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src
Commit message (Expand)AuthorAgeFilesLines
* Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-232-3/+3
* Print kinded tyvars in constructors for Hoogle (#993)Alec Theriault2019-01-071-2/+8
* Load plugins when compiling each module (#983)Alec Theriault2018-12-202-6/+9
* More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-262-60/+50
* Rename 'NewOcean' theme to 'Linuwial'Alec Theriault2018-11-111-1/+1
* Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-11-096-30/+45
|\
| * Only run MathJax on entities with "mathjax" class (#960)Alec Theriault2018-11-052-11/+17
| * Fix documentation in `haddock-api` (#957)Alec Theriault2018-10-271-5/+5
| * Avoid some partialityAlec Theriault2018-10-263-13/+21
* | Clicking on "Contents" navigates to top of pageAlec Theriault2018-11-081-1/+1
* | Allow "Contents" summary to scroll in a fixed divAlec Theriault2018-11-072-4/+5
* | Fix issues around plus/minusAlec Theriault2018-11-072-3/+5
* | Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-10-252-8/+11
|\|
| * Avoid more conflicts in generated ids (#954)Alec Theriault2018-10-251-6/+10
| * Fix typo in a warningSimon Jakobi2018-10-231-2/+1
* | Make package-header caption backward-compatibleNuno Alexandre2018-10-181-2/+2
* | Update font in Xhtml.hs to PT SansNuno Alexandre2018-10-181-1/+1
* | Avoid name shadowingalexbiehl2018-10-181-2/+3
* | Add an initial-scale property to all haddock pagesNuno Alexandre2018-10-181-2/+3
* | Place the package name before the menu linksNuno Alexandre2018-10-181-2/+2
* | Make the style consistent with hackageNuno Alexandre2018-10-182-4/+4
* | Update html test reference filesNunoAlexandre2018-10-181-1/+1
* | Include custom font in the html headNunoAlexandre2018-10-181-1/+2
|/
* Output pattern synonyms in Hoogle backend (#947)Alec Theriault2018-10-161-8/+13
* Latex type families (#734)Alec Theriault2018-10-162-144/+209
* Merge branch 'ghc-8.4' into ghc-8.6Alec Theriault2018-10-162-3/+9
|\
| * Make --package-version optional for --hoogle generation (#899)Alexander Biehl2018-08-061-3/+8
| * Avoid "invalid argument (invalid character)" on non-unicode Windows (#892)Yuji Yamamoto2018-07-231-0/+1
| * Fix broken instance source links (#869)Alec Theriault2018-07-202-19/+22
| * Preserve docs on type family instances (#867)Alec Theriault2018-07-202-2/+8
| * tyThingToLHsDecl: Preserve type synonyms that contain a forall (#880)Simon Jakobi2018-07-191-2/+46
| * Avoid line breaks due to line length in Hoogle (#868)Alec Theriault2018-07-061-3/+5
| * Export more fixities for Hoogle (#871)Alec Theriault2018-07-051-2/+2
| * Renamer: Warn about ambiguous identifiers (#831)Simon Jakobi2018-06-082-5/+19
| * Improve hyperlinker's 'spanToNewline' (#846)Alec Theriault2018-06-051-7/+25
| * Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-05-231-4/+4
| * WibblesRyan Scott2018-05-101-3/+3
| * Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-05-101-2/+1
| * Renamer: Warn about out of scope identifiers. (#819)Simon Jakobi2018-05-081-6/+11
| * Remove 'TokenGroup' from Hyperlinker (#818)Alec Theriault2018-05-081-50/+14
| * Filter out CRLFs in hyperlinker backend (#813)Alec Theriault2018-05-071-2/+7
* | Load plugins when starting a GHC session (#905)Matthew Pickering2018-08-211-1/+5
* | Accumulate explicitly which modules to load for 'attachInstances'Alec Theriault2018-08-212-28/+42
* | Match XFieldOcc rename in GHCAlan Zimmerman2018-07-301-1/+1
* | outOfScope: Recommend qualifying the identifierSimon Jakobi2018-07-201-1/+3
* | Don't warn about ambiguous identifiers when the candidate names belong to the...Simon Jakobi2018-07-201-18/+35
* | Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-208-180/+274
* | Remove HsEqTy and XEqTyRyan Scott2018-06-196-14/+6
* | Match changes in GHC for #14259Alan Zimmerman2018-06-192-4/+4
* | Revert unintentional reversion of fix of #548Ben Gamari2018-06-141-2/+23