| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make a proper definition for the <link> parser | Simon Jakobi | 2018-03-14 | 1 | -4/+6 |
| * | haddock-library.cabal: Clean up GHC options | Simon Jakobi | 2018-03-14 | 1 | -6/+3 |
| * | fixtures: Prevent stdout buffering | Simon Jakobi | 2018-03-14 | 1 | -1/+4 |
| * | fixtures: Slightly unmangle output | Simon Jakobi | 2018-03-14 | 1 | -1/+1 |
| * | Add fixture test for inline links | Simon Jakobi | 2018-03-14 | 2 | -0/+7 |
| * | Add fixture test for links | Simon Jakobi | 2018-03-14 | 2 | -0/+6 |
| * | Add fixture test for definition lists | Simon Jakobi | 2018-03-14 | 2 | -0/+2 |
| * | Readme: Update GHC version (#778) | Simon Jakobi | 2018-03-14 | 1 | -2/+2 |
| * | extractDecl: Extract constructor patterns from data family instances (#776) | Alexander Biehl | 2018-03-13 | 1 | -13/+26 |
| * | Haddock: Straighten out base bound | alexbiehl | 2018-03-10 | 1 | -1/+1 |
| * | Bump lower bound for haddock-library | alexbiehl | 2018-03-10 | 1 | -1/+1 |
| * | Restore backward-compat with base-4.5 through base-4.8 | Herbert Valerio Riedel | 2018-03-10 | 2 | -2/+28 |
| * | Update to QC 2.11 | Herbert Valerio Riedel | 2018-03-10 | 2 | -2/+2 |
| * | Update changelogs for haddock-2.19.0.1 and haddock-library-1.5.0.1 | alexbiehl | 2018-03-10 | 2 | -0/+10 |
| * | Bump haddock-2.19.0.1, haddock-api-2.19.0.1, haddock-library-1.5.0.1 | alexbiehl | 2018-03-10 | 3 | -9/+9 |
| * | Hyperlinker: Links for TyOps, class methods and associated types | alexbiehl | 2018-03-05 | 2 | -11/+44 |
| * | Fix Bug548 for real | alexbiehl | 2018-03-02 | 1 | -1/+1 |
| * | Revert "fix test" | alexbiehl | 2018-03-02 | 1 | -1/+5 |
| * | haddock-test: Be more explicit which packages to pass | alexbiehl | 2018-03-02 | 4 | -7/+34 |
| * | fix test | alexbiehl | 2018-03-02 | 1 | -5/+1 |
| * | Remove bang pattern | Alec Theriault | 2018-03-02 | 1 | -3/+3 |
| * | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 5 | -25/+122 |
| * | Make testsuite work with haddock-1.19.0 release (#766) | Alexander Biehl | 2018-03-02 | 74 | -1536/+1687 |
| * | Enable running test suite with stock haddock and ghc using | alexbiehl | 2018-03-02 | 1 | -2/+10 |
| * | Fix file handle leak (#763) (#764) | Alec Theriault | 2018-02-25 | 1 | -3/+6 |
| * | Hoogle/Latex: Remove use of partial function | Alexander Biehl | 2018-02-19 | 2 | -7/+5 |
| * | Teach the HTML backend how to render methods with multiple names | alexbiehl | 2018-02-19 | 2 | -31/+7 |
| * | Add 'show' option to complement 'hide' (#752) | Alec Theriault | 2018-02-11 | 2 | -10/+17 |
| * | Add module tooltips to linked identifiers (#753) | Alec Theriault | 2018-02-11 | 1 | -3/+5 |
| * | Expand SigD in a better place | alexbiehl | 2018-02-09 | 1 | -2/+2 |
| * | Hyperlinker: Also link pattern synonym arguments | alexbiehl | 2018-02-06 | 1 | -2/+5 |
| * | fullModuleContents: support named docs | alexbiehl | 2018-02-06 | 1 | -16/+24 |
| * | Expand SigDs | alexbiehl | 2018-02-06 | 1 | -2/+26 |
| * | Rename: renameHsSpliceTy ttg | alexbiehl | 2018-02-06 | 1 | -1/+1 |
| * | Don't barf on 'HsSpliceTy' (#745) | Alec Theriault | 2018-02-06 | 1 | -1/+12 |
| * | Don't warn about missing '~' (#746) | Alec Theriault | 2018-02-06 | 1 | -5/+14 |
| * | Hyperlink pattern synonyms and 'module' imports (#744) | Alec Theriault | 2018-02-05 | 1 | -4/+10 |
| * | Make test-suite SMP compatible | Herbert Valerio Riedel | 2018-02-05 | 1 | -0/+2 |
| * | Add `SPDX-License-Identifier` as alised for "license" module header tokens | Herbert Valerio Riedel | 2018-02-05 | 2 | -5/+9 |
| * | try harder to build w/ GHC 8.4.1 | Herbert Valerio Riedel | 2018-02-05 | 1 | -5/+5 |
| * | Try GHC 8.4.1 for Travis CI job | Herbert Valerio Riedel | 2018-02-05 | 1 | -2/+2 |
| * | Use withBinaryFile | alexbiehl | 2018-02-04 | 1 | -1/+1 |
| * | QuickJump: Mitigate encoding problems on Windows | alexbiehl | 2018-02-03 | 1 | -4/+5 |
| * | Support the new 'ITcolumn_prag' token | Alec Theriault | 2018-02-02 | 1 | -0/+2 |
| * | Properly color pragma contents in hyperlinker | Alec Theriault | 2018-02-02 | 1 | -13/+65 |
| * | haddock-library: Info about breaking changes | Alexander Biehl | 2018-02-01 | 1 | -0/+3 |
| * | Adjust changelogs | Alexander Biehl | 2018-02-01 | 2 | -6/+7 |
| * | hadock-2.19.0 / haddock-api-2.19.0 / haddock-library-1.5.0 | Alexander Biehl | 2018-02-01 | 3 | -6/+6 |
| * | Warning free compilation | Alexander Biehl | 2018-02-01 | 4 | -4/+1 |
| * | Convert: Correct pass type | Alexander Biehl | 2018-02-01 | 1 | -2/+1 |