aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Hoogle/Latex: Remove use of partial functionAlexander Biehl2018-02-192-7/+5
* | Teach the HTML backend how to render methods with multiple namesalexbiehl2018-02-191-6/+6
* | Add module tooltips to linked identifiers (#753)Alec Theriault2018-02-111-3/+5
* | Hyperlinker: Also link pattern synonym argumentsalexbiehl2018-02-061-2/+5
* | Hyperlink pattern synonyms and 'module' imports (#744)Alec Theriault2018-02-051-4/+10
* | Use withBinaryFilealexbiehl2018-02-041-1/+1
* | QuickJump: Mitigate encoding problems on Windowsalexbiehl2018-02-031-4/+5
* | Support the new 'ITcolumn_prag' tokenAlec Theriault2018-02-021-0/+2
* | Properly color pragma contents in hyperlinkerAlec Theriault2018-02-021-13/+65
* | Warning free compilationAlexander Biehl2018-02-011-1/+0
* | Hyperlinker: Adjust parser to new PFailed constructorAlexander Biehl2018-02-011-8/+8
* | Grid Tables (#718)Oleg Grenrus2018-02-013-3/+24
* | Clickable anchors for headings (#716)Alec Theriault2018-02-011-1/+2
* | Use the GHC lexer for the Hyperlinker backend (#714)Alec Theriault2018-02-014-238/+362
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-214-86/+85
* Revert "Match Trees that Grow in GHC for HsExpr"Ben Gamari2017-11-211-2/+2
* Revert "Clean up use of PlaceHolder, to match TTG"Ben Gamari2017-11-213-6/+6
* Clean up use of PlaceHolder, to match TTGAlan Zimmerman2017-11-143-6/+6
* Match Trees that Grow in GHC for HsExprAlan Zimmerman2017-11-111-2/+2
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-074-85/+86
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-316-77/+88
|\
| * Remote tabalexbiehl2017-10-311-2/+1
| * Copy quickjump.css for nicer error messagesalexbiehl2017-10-311-3/+3