index
:
haddock.git
ghc-9.2
ghc-9.4
ghc-gitlab-ghc-9.2.2
ghc-gitlab-ghc-9.4.1
ghc-gitlab-ghc-9.4.1rc1
ghc-gitlab-ghc-head
master
Haddock with an org backend (haddorg).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
haddock-api
/
src
/
Haddock
/
Backends
/
Xhtml.hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
@since includes package name (#749)
Alec Theriault
2018-03-27
1
-53
/
+57
*
Use withBinaryFile
alexbiehl
2018-02-04
1
-1
/
+1
*
QuickJump: Mitigate encoding problems on Windows
alexbiehl
2018-02-03
1
-4
/
+5
*
Clickable anchors for headings (#716)
Alec Theriault
2018-02-01
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into ghc-head
alexbiehl
2017-10-31
1
-27
/
+33
|
\
|
*
Remote tab
alexbiehl
2017-10-31
1
-2
/
+1
|
*
Copy quickjump.css for nicer error messages
alexbiehl
2017-10-31
1
-3
/
+3
|
*
Supported reexported-modules via --reexport flag.
Edward Z. Yang
2017-10-31
1
-14
/
+11
|
*
Put Quickjump behind --quickjump flag (#697)
Alexander Biehl
2017-10-30
1
-8
/
+11
|
*
Use <details> element for collapsibles (#690)
Tim Baumann
2017-10-09
1
-7
/
+14
*
|
Fix merge fallout
alexbiehl
2017-10-08
1
-5
/
+4
*
|
Merge remote-tracking branch 'origin/ghc-head' into HEAD
alexbiehl
2017-10-08
1
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
Merge remote-tracking branch 'origin/master' into ghc-head
alexbiehl
2017-08-21
1
-64
/
+11
|
|
\
|
*
|
Match new AST as per GHC wip/new-tree-one-param
Alan Zimmerman
2017-06-05
1
-7
/
+7
|
*
|
Render (signature) only if it actually is a signature!
Edward Z. Yang
2017-04-22
1
-2
/
+5
|
*
|
Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEAD
Ben Gamari
2017-03-23
1
-43
/
+16
|
|
\
\
|
*
|
|
Render help documentation link next to (signature) in title.
Edward Z. Yang
2017-03-22
1
-1
/
+8
|
*
|
|
Annotate signature docs with (signature)
Edward Z. Yang
2017-03-22
1
-2
/
+5
|
*
|
|
Render signature module tree separately from modules.
Edward Z. Yang
2017-03-15
1
-1
/
+16
*
|
|
|
Add compile step that bundles and compresses JS files (#684)
Tim Baumann
2017-09-23
1
-21
/
+7
*
|
|
|
QuickNav: Make docbase configurable
Alexander Biehl
2017-08-29
1
-1
/
+6
*
|
|
|
Include subordinates in content index
alexbiehl
2017-08-29
1
-8
/
+11
*
|
|
|
Load javascript below the fold
alexbiehl
2017-08-28
1
-7
/
+7
*
|
|
|
Content search for haddock html doc
alexbiehl
2017-08-27
1
-0
/
+6
*
|
|
|
Generate an index for package content search (#662)
Florian Eggenhofer
2017-08-27
1
-2
/
+56
|
|
_
|
/
|
/
|
|
*
|
|
Haddock support for bundled pattern synonyms (#627)
Christiaan Baaij
2017-06-09
1
-2
/
+2
*
|
|
Remove anything related to obsolete frames mode
alexbiehl
2017-04-26
1
-62
/
+8
*
|
|
Render (signature) only if it actually is a signature!
Edward Z. Yang
2017-04-25
1
-2
/
+5
*
|
|
Update MathJax URL
Phil Ruffwind
2017-04-03
1
-1
/
+1
*
|
|
Render help documentation link next to (signature) in title.
Edward Z. Yang
2017-03-23
1
-1
/
+8
*
|
|
Annotate signature docs with (signature)
Edward Z. Yang
2017-03-23
1
-2
/
+5
*
|
|
Render signature module tree separately from modules.
Edward Z. Yang
2017-03-23
1
-1
/
+14
*
|
|
Merge branch 'ghc-head'
Ben Gamari
2017-03-10
1
-1
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
Matching changes for GHC wip/T12942
Alan Zimmerman
2016-12-12
1
-1
/
+1
|
*
Matching changes for #12105
Alan Zimmerman
2016-05-29
1
-1
/
+1
*
|
Copyright holders shown on several lines. Fix #279
Sebastian Meric de Bellefon
2016-06-16
1
-4
/
+14
*
|
remove framed view of the HTML documentation (see #114 and #274)
Sebastian Meric de Bellefon
2016-05-24
1
-39
/
+3
|
/
*
Make sure --mathjax affects all written HTML files
Joachim Breitner
2016-01-19
1
-15
/
+16
*
Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head
Ben Gamari
2015-12-25
1
-10
/
+14
|
\
|
*
Fix the documentation for haddock itself.
Dominic Steinitz
2015-12-21
1
-11
/
+14
|
*
Handle inline math with mathjax.
Dominic Steinitz
2015-12-21
1
-0
/
+1
*
|
Merge remote-tracking branch 'phadej/orphans' into ghc-head
Ben Gamari
2015-12-20
1
-7
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add orphan instances link to contents box
Oleg Grenrus
2015-09-28
1
-6
/
+12
|
*
Print orphan instances header only if required
Oleg Grenrus
2015-09-28
1
-1
/
+1
|
*
Generate docs for orphan instances
Oleg Grenrus
2015-09-27
1
-1
/
+4
*
|
More adaption to wildcard-refactor
Simon Peyton Jones
2015-12-14
1
-1
/
+1
*
|
s/PackageKey/UnitId/g and s/packageKey/unitId/g
Edward Z. Yang
2015-12-14
1
-1
/
+1
|
/
*
Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsis
Phil Ruffwind
2015-08-02
1
-1
/
+1
*
Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385
Murray Campbell
2015-05-11
1
-2
/
+2
*
Remove now redundant imports
Mateusz Kowalczyk
2015-03-26
1
-1
/
+0
[next]