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
*
Fix after Outputable refactoring
Sylvain Henry
2020-08-05
1
-1
/
+1
*
Update for modular ping pong
Zubin Duggal
2020-07-23
1
-1
/
+0
*
Adapt Haddock to LinearTypes
Krzysztof Gogolewski
2020-06-17
1
-8
/
+9
*
Use HsForAllTelescope (GHC#18235)
Ryan Scott
2020-06-13
1
-12
/
+12
*
Changes for GHC#18191
Ryan Scott
2020-06-05
1
-1
/
+1
*
Explicit Specificity Support for Haddock
Gert-Jan Bottu
2020-05-20
1
-6
/
+19
*
Module structure
Sylvain Henry
2020-04-24
1
-4
/
+4
*
Make NoExtCon fields strict
Ryan Scott
2020-04-07
1
-8
/
+0
*
Modules: Types
Sylvain Henry
2020-03-20
1
-4
/
+4
*
Changes for GHC#17566
Ryan Scott
2020-01-25
1
-1
/
+1
*
Changes for #15247
Ryan Scott
2019-07-03
1
-18
/
+18
*
Visible dependent quantification (#16326) changes
Ryan Scott
2019-02-27
1
-4
/
+12
*
Matching changes in GHC for #16236
Alan Zimmerman
2019-02-05
1
-3
/
+3
*
Miscellaneous improvements to `Convert` (#1020)
Alec Theriault
2019-02-03
1
-5
/
+5
*
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
[next]