aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml
Commit message (Expand)AuthorAgeFilesLines
* Ignore the BufLoc/BufSpan added in GHC's !2516Vladislav Zavialov2020-02-282-3/+3
* Changes for GHC#17566Ryan Scott2020-01-251-2/+2
* Changes for #15247Ryan Scott2019-07-031-24/+24
* Visible dependent quantification (#16326) changesRyan Scott2019-02-271-15/+24
* Matching changes in GHC for #16236Alan Zimmerman2019-02-051-2/+2
* Visible kind application haddock updatemynguyen2018-12-302-5/+19
* Properly synify and render promoted type variables (#985)Alec Theriault2018-12-231-3/+4
* Refactor names + unused functions (#982)Alec Theriault2018-12-171-1/+1
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-1/+2
* Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-1/+2
* Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-103-15/+21
|\
| * Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-11-091-2/+2
| |\
| | * Only run MathJax on entities with "mathjax" class (#960)Alec Theriault2018-11-051-2/+2
| * | Allow "Contents" summary to scroll in a fixed divAlec Theriault2018-11-071-2/+3
| * | Fix issues around plus/minusAlec Theriault2018-11-071-3/+4
| * | Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-10-251-6/+10
| |\|
| | * Avoid more conflicts in generated ids (#954)Alec Theriault2018-10-251-6/+10
| * | Make package-header caption backward-compatibleNuno Alexandre2018-10-181-2/+2
| * | Make the style consistent with hackageNuno Alexandre2018-10-181-2/+2
| |/
| * Latex type families (#734)Alec Theriault2018-10-161-120/+102
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-202-94/+69
* | Support hyperlink labels with inline markupAlec Theriault2018-11-061-2/+2
* | Better rendering of unboxed sums/tuplesAlec Theriault2018-08-211-1/+1
* | Latex type families (#734)Alec Theriault2018-08-041-120/+102
* | Fix broken instance source links (#869)Alec Theriault2018-07-202-19/+22
* | Refactor handling of parens in types (#874)Alec Theriault2018-07-201-75/+47
|/
* Remove HsEqTy and XEqTyRyan Scott2018-06-191-4/+0
* Handle -XStarIsTypeVladislav Zavialov2018-06-141-9/+14
* Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-06-131-4/+4
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-131-1/+0
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-012-190/+342
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-18/+31
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-10/+10
| * Match GHC changes for TTGAlan Zimmerman2018-04-091-35/+36
| * Constructor and pattern synonym argument docs (#709)Alec Theriault2018-01-132-133/+272
| * Track changes to follow Trac #14529Simon Peyton Jones2017-12-071-19/+19
* | @since includes package name (#749)Alec Theriault2018-03-273-119/+135
* | Show where instances are defined (#748)Alec Theriault2018-03-212-13/+17
* | Teach the HTML backend how to render methods with multiple namesalexbiehl2018-02-191-6/+6
* | Add module tooltips to linked identifiers (#753)Alec Theriault2018-02-111-3/+5
* | Grid Tables (#718)Oleg Grenrus2018-02-011-1/+18
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-35/+34
* Revert "Clean up use of PlaceHolder, to match TTG"Ben Gamari2017-11-211-2/+2
* Clean up use of PlaceHolder, to match TTGAlan Zimmerman2017-11-141-2/+2
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-071-34/+35
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-314-28/+55
|\
| * Put Quickjump behind --quickjump flag (#697)Alexander Biehl2017-10-301-7/+7
| * Add QuickJump version to meta.json (#696)Alexander Biehl2017-10-301-0/+28
| * Use <details> element for collapsibles (#690)Tim Baumann2017-10-093-28/+27
* | Overhaul Haddock's rendering of kind signatures (#681)Ryan Scott2017-10-241-12/+11