aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace 'attoparsec' with 'parsec' (#799)Alec Theriault2018-04-2517-2796/+363
* Improve the Hoogle backend's treatment of type families (#808)Ryan Scott2018-04-243-6/+67
* Add regression test for #413Ryan Scott2018-04-243-0/+22
* Don't treat fixity signatures like declarationsalexbiehl2018-04-201-1/+1
* Travis: Build with ghc-8.4.2 (#793)Alexander Biehl2018-04-034-9/+9
* Clear search string on hide for #781 (#789)Jack Henahan2018-04-033-4/+4
* Bump haddock and haddock-api to 2.20.0alexbiehl2018-03-282-3/+3
* haddock-2.19.1, haddock-api-2.19.1, haddock-library-1.6.0alexbiehl2018-03-274-4/+10
* @since includes package name (#749)Alec Theriault2018-03-2717-266/+346
* Useful cost centres, timers and allocation counters (#785)Alexander Biehl2018-03-232-27/+53
* Prepare changelog for next releasealexbiehl2018-03-211-0/+4
* Show where instances are defined (#748)Alec Theriault2018-03-2124-112/+530
* Make a proper definition for the <link> parserSimon Jakobi2018-03-141-4/+6
* haddock-library.cabal: Clean up GHC optionsSimon Jakobi2018-03-141-6/+3
* fixtures: Prevent stdout bufferingSimon Jakobi2018-03-141-1/+4
* fixtures: Slightly unmangle outputSimon Jakobi2018-03-141-1/+1
* Add fixture test for inline linksSimon Jakobi2018-03-142-0/+7
* Add fixture test for linksSimon Jakobi2018-03-142-0/+6
* Add fixture test for definition listsSimon Jakobi2018-03-142-0/+2
* Readme: Update GHC version (#778)Simon Jakobi2018-03-141-2/+2
* extractDecl: Extract constructor patterns from data family instances (#776)Alexander Biehl2018-03-131-13/+26
* Haddock: Straighten out base boundalexbiehl2018-03-101-1/+1
* Bump lower bound for haddock-libraryalexbiehl2018-03-101-1/+1
* Restore backward-compat with base-4.5 through base-4.8Herbert Valerio Riedel2018-03-102-2/+28
* Update to QC 2.11Herbert Valerio Riedel2018-03-102-2/+2
* Update changelogs for haddock-2.19.0.1 and haddock-library-1.5.0.1alexbiehl2018-03-102-0/+10
* Bump haddock-2.19.0.1, haddock-api-2.19.0.1, haddock-library-1.5.0.1alexbiehl2018-03-103-9/+9
* Hyperlinker: Links for TyOps, class methods and associated typesalexbiehl2018-03-052-11/+44