aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | 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
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-204-176/+124
* | Support hyperlink labels with inline markupAlec Theriault2018-11-063-6/+6
* | Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-164-13/+10
* | Better rendering of unboxed sums/tuplesAlec Theriault2018-08-212-3/+3
* | Add ITcomment_line_prag token to Hyperlinker ParserBen Sklaroff2018-08-211-5/+6
* | Latex type families (#734)Alec Theriault2018-08-042-144/+209
* | Fix broken instance source links (#869)Alec Theriault2018-07-202-19/+22
* | Avoid line breaks due to line length in Hoogle (#868)Alec Theriault2018-07-201-3/+5
* | Export more fixities for Hoogle (#871)Alec Theriault2018-07-201-2/+2
* | Refactor handling of parens in types (#874)Alec Theriault2018-07-203-152/+95
|/
* Remove HsEqTy and XEqTyRyan Scott2018-06-192-9/+1
* Handle -XStarIsTypeVladislav Zavialov2018-06-143-13/+18
* Fix redundant import warningsSimon Jakobi2018-06-131-1/+1
* Complete FixitySig and FamilyDecl pattern matchesSimon Jakobi2018-06-132-0/+4
* Improve hyperlinker's 'spanToNewline' (#846)Alec Theriault2018-06-131-7/+25
* Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-06-131-4/+4
* WibblesRyan Scott2018-06-131-3/+3
* Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-06-131-2/+1
* Remove 'TokenGroup' from Hyperlinker (#818)Alec Theriault2018-06-131-50/+14
* Filter out CRLFs in hyperlinker backend (#813)Alec Theriault2018-06-131-2/+7
* Remove `ITtildehsh` tokenSimon Jakobi2018-06-131-1/+0
* DerivingVia changesRyan Scott2018-06-131-6/+1
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-133-7/+0
* Account for refactoring of LitStringBen Gamari2018-06-131-9/+1
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-016-547/+710
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-275-57/+76
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-134-27/+27
| * Match GHC changes for TTGAlan Zimmerman2018-04-094-88/+89
| * Match changes in GHC for D4199Alan Zimmerman2018-04-071-1/+2
| * Use withBinaryFilealexbiehl2018-02-181-1/+1
| * QuickJump: Mitigate encoding problems on Windowsalexbiehl2018-02-181-4/+5
| * Constructor and pattern synonym argument docs (#709)Alec Theriault2018-01-133-339/+549
| * Track changes to follow Trac #14529Simon Peyton Jones2017-12-073-93/+26
* | Improve the Hoogle backend's treatment of type families (#808)Ryan Scott2018-04-241-6/+20
* | Don't treat fixity signatures like declarationsalexbiehl2018-04-201-1/+1
* | @since includes package name (#749)Alec Theriault2018-03-274-172/+192
* | Show where instances are defined (#748)Alec Theriault2018-03-213-15/+19
* | Hyperlinker: Links for TyOps, class methods and associated typesalexbiehl2018-03-051-1/+14