| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Replace 'attoparsec' with 'parsec' (#799) | Alec Theriault | 2018-04-25 | 17 | -2796/+363 |
| * | Improve the Hoogle backend's treatment of type families (#808) | Ryan Scott | 2018-04-24 | 3 | -6/+67 |
| * | Add regression test for #413 | Ryan Scott | 2018-04-24 | 3 | -0/+22 |
| * | Don't treat fixity signatures like declarations | alexbiehl | 2018-04-20 | 1 | -1/+1 |
| * | Travis: Build with ghc-8.4.2 (#793) | Alexander Biehl | 2018-04-03 | 4 | -9/+9 |
| * | Clear search string on hide for #781 (#789) | Jack Henahan | 2018-04-03 | 3 | -4/+4 |
| * | Bump haddock and haddock-api to 2.20.0 | alexbiehl | 2018-03-28 | 2 | -3/+3 |
| * | haddock-2.19.1, haddock-api-2.19.1, haddock-library-1.6.0 | alexbiehl | 2018-03-27 | 4 | -4/+10 |
| * | @since includes package name (#749) | Alec Theriault | 2018-03-27 | 17 | -266/+346 |
| * | Useful cost centres, timers and allocation counters (#785) | Alexander Biehl | 2018-03-23 | 2 | -27/+53 |
| * | Prepare changelog for next release | alexbiehl | 2018-03-21 | 1 | -0/+4 |
| * | Show where instances are defined (#748) | Alec Theriault | 2018-03-21 | 24 | -112/+530 |
| * | 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 |