aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update html test reference filesNunoAlexandre2018-10-1895-5/+97
| | * Include custom font in the html headNunoAlexandre2018-10-181-1/+2
| | * Improve appearance and readabilityNunoAlexandre2018-10-181-22/+39
| | * Add NewOcean themealexbiehl2018-10-1810-1/+648
| |/
| * Release `haddock{,-api}-2.22.0`Alec Theriault2018-10-163-4/+4
| * Output pattern synonyms in Hoogle backend (#947)Alec Theriault2018-10-164-8/+50
| * Update changelogAlec Theriault2018-10-161-0/+2
| * Latex type families (#734)Alec Theriault2018-10-168-144/+719
* | Merge pull request #875 from harpocrates/feature/markup-in-hyperlinksAlec Theriault2018-11-0620-59/+213
|\ \
| * | Bump version boundsAlec Theriault2018-11-063-1/+7
| * | Fix/add to haddock-library test suiteAlec Theriault2018-11-067-6/+20
| * | Accept test caseAlec Theriault2018-11-062-1/+85
| * | Support (and flatten) inline markup in image linksAlec Theriault2018-11-063-5/+53
| * | Support hyperlink labels with inline markupAlec Theriault2018-11-069-50/+52
|/ /
* | Faster 'Text' driven parser combinatorsAlec Theriault2018-11-053-35/+83
* | Improve perf of renamingAlec Theriault2018-11-051-36/+33
* | Specialize some SYB functionsAlec Theriault2018-11-051-4/+4
* | Deduplicate some work in 'AttachInstances'Alec Theriault2018-11-051-27/+40
* | More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-272-4/+13
* | Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-165-14/+21
* | Merge pull request #942 from harpocrates/update-docsAlec Theriault2018-10-163-8/+138
|\ \
| * | Fix/add to various docsAlec Theriault2018-09-173-8/+138
* | | Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-10-1611-35/+58
|\ \ \ | | |/ | |/|
| * | Merge branch 'ghc-8.4' into ghc-8.6Alec Theriault2018-10-164-6/+16
| |\ \
| | * | Remove unnecessary backslashes from docs (#908)Noel Bourke2018-08-211-3/+3
| | * | 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
| | * | Add # as a special character (#884)Masahiro Sakai2018-07-201-1/+1
| | * | Additional tests for the identifier parser (#816)Simon Jakobi2018-07-202-10/+51
| | * | Add some more unicode related tests (#872)Alec Theriault2018-07-202-0/+118
| | * | Fix broken instance source links (#869)Alec Theriault2018-07-202-19/+22
| | * | Preserve docs on type family instances (#867)Alec Theriault2018-07-204-18/+40
| | * | 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-063-3/+7
| | * | Export more fixities for Hoogle (#871)Alec Theriault2018-07-053-2/+31
| | * | README updates (#856)Simon Jakobi2018-06-301-5/+36
| | * | Drop GHC HEAD from CI and update GHC to 8.4.3Herbert Valerio Riedel2018-06-201-8/+2
| | * | Renamer: Warn about ambiguous identifiers (#831)Simon Jakobi2018-06-082-5/+19
| | * | Improve hyperlinker's 'spanToNewline' (#846)Alec Theriault2018-06-053-7/+267
| | * | Bump a few dependency bounds (#845)Simon Jakobi2018-06-052-7/+7
| | * | Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-05-2313-140/+124
| | * | Merge pull request #826 from haskell/T825Ryan Scott2018-05-163-5/+19
| | |\ \
| | | * | WibblesRyan Scott2018-05-101-3/+3
| | | * | Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-05-103-2/+16
| | |/ /
| | * | 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
| | * | Add docs for some DocH constructors (#814)Simon Jakobi2018-05-071-0/+3
| | * | Filter out CRLFs in hyperlinker backend (#813)Alec Theriault2018-05-071-2/+7
| * | | Bump haddock-library to 1.7.0Alec Theriault2018-10-163-5/+9
| * | | Merge pull request #945Herbert Valerio Riedel2018-10-1610-65/+87
| |\ \ \