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
/
LaTeX.hs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Visible kind application haddock update
mynguyen
2018-12-30
1
-4
/
+18
*
|
Refactor names + unused functions (#982)
Alec Theriault
2018-12-17
1
-9
/
+6
*
|
[TTG: Handling Source Locations] Foundation and Pat
Shayan-Najd
2018-11-23
1
-0
/
+2
*
|
Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag change
Alp Mestanogullari
2018-11-15
1
-2
/
+3
*
|
Merge branch 'ghc-8.6' into ghc-head
Alec Theriault
2018-11-10
1
-5
/
+5
|
\
|
|
*
Fix documentation in `haddock-api` (#957)
Alec Theriault
2018-10-27
1
-5
/
+5
|
*
Latex type families (#734)
Alec Theriault
2018-10-16
1
-24
/
+107
|
*
Update the ghc-8.6 branch (#889)
Simon Jakobi
2018-07-20
1
-76
/
+47
*
|
Support hyperlink labels with inline markup
Alec Theriault
2018-11-06
1
-3
/
+3
*
|
Set UTF-8 encoding before writing files (#934)
Alec Theriault
2018-10-16
1
-2
/
+2
*
|
Better rendering of unboxed sums/tuples
Alec Theriault
2018-08-21
1
-2
/
+2
*
|
Latex type families (#734)
Alec Theriault
2018-08-04
1
-24
/
+107
*
|
Refactor handling of parens in types (#874)
Alec Theriault
2018-07-20
1
-76
/
+47
|
/
*
Remove HsEqTy and XEqTy
Ryan Scott
2018-06-19
1
-5
/
+1
*
Handle -XStarIsType
Vladislav Zavialov
2018-06-14
1
-4
/
+3
*
Fix redundant import warnings
Simon Jakobi
2018-06-13
1
-1
/
+1
*
Remove ParallelArrays and Data Parallel Haskell
Ben Gamari
2018-06-13
1
-5
/
+0
*
Account for refactoring of LitString
Ben Gamari
2018-06-13
1
-9
/
+1
*
Merge branch 'ghc-head' with 'ghc-8.4'
Herbert Valerio Riedel
2018-05-01
1
-297
/
+305
|
\
|
*
Match changes in GHC for TTG
Alan Zimmerman
2018-04-27
1
-20
/
+23
|
*
Match GHC for TTG implemented on HsBinds, D4581
Alan Zimmerman
2018-04-13
1
-12
/
+12
|
*
Match GHC changes for TTG
Alan Zimmerman
2018-04-09
1
-26
/
+26
|
*
Constructor and pattern synonym argument docs (#709)
Alec Theriault
2018-01-13
1
-206
/
+277
|
*
Track changes to follow Trac #14529
Simon Peyton Jones
2017-12-07
1
-70
/
+4
*
|
Show where instances are defined (#748)
Alec Theriault
2018-03-21
1
-2
/
+2
*
|
Hoogle/Latex: Remove use of partial function
Alexander Biehl
2018-02-19
1
-6
/
+4
*
|
Grid Tables (#718)
Oleg Grenrus
2018-02-01
1
-1
/
+4
|
/
*
Revert "Match changes for Trees that Grow in GHC"
Ben Gamari
2017-11-21
1
-25
/
+25
*
Revert "Clean up use of PlaceHolder, to match TTG"
Ben Gamari
2017-11-21
1
-1
/
+1
*
Clean up use of PlaceHolder, to match TTG
Alan Zimmerman
2017-11-14
1
-1
/
+1
*
Match changes for Trees that Grow in GHC
Alan Zimmerman
2017-11-07
1
-25
/
+25
*
Overhaul Haddock's rendering of kind signatures (#681)
Ryan Scott
2017-10-24
1
-8
/
+8
*
Make compatible with Prelude.<> export in GHC 8.4/base-4.11
Herbert Valerio Riedel
2017-09-21
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into ghc-head
alexbiehl
2017-08-21
1
-8
/
+25
|
\
|
*
Move `DocMarkup` from haddock-api to haddock-library (#659)
Alexander Biehl
2017-07-31
1
-0
/
+1
|
*
Haddock support for bundled pattern synonyms (#627)
Christiaan Baaij
2017-06-09
1
-8
/
+24
*
|
Match new AST as per GHC wip/new-tree-one-param
Alan Zimmerman
2017-06-05
1
-47
/
+47
|
/
*
HsIParamTy now has a Located name
Alan Zimmerman
2017-01-10
1
-1
/
+1
*
Match changes in GHC wip/T3384 branch
Alan Zimmerman
2016-12-07
1
-2
/
+4
*
Add support for unboxed sums
Ömer Sinan Ağacan
2016-07-21
1
-0
/
+5
*
GhcUtils: Changes for multi-pattern signatures
Ben Gamari
2016-07-01
1
-6
/
+6
*
Render Haddocks for derived instances
Ryan Scott
2016-05-04
1
-0
/
+1
*
Changes due to fix for GHC#11648.
Richard Eisenberg
2016-03-14
1
-1
/
+1
*
Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head
Ben Gamari
2015-12-25
1
-0
/
+6
|
\
|
*
Fix the documentation for haddock itself.
Dominic Steinitz
2015-12-21
1
-1
/
+4
|
*
Handle inline math with mathjax.
Dominic Steinitz
2015-12-21
1
-0
/
+3
*
|
Follow removal of NamedWildCard from HsType
Simon Peyton Jones
2015-12-22
1
-2
/
+0
*
|
Update for GHC trac#11258
Alan Zimmerman
2015-12-20
1
-1
/
+1
|
/
*
Warnings
Matthew Pickering
2015-12-14
1
-2
/
+1
*
Update for type=kinds
Richard Eisenberg
2015-12-14
1
-4
/
+5
[prev]
[next]