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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fallback to `hiDecl` when `extractDecl` fails
Alec Theriault
2020-04-21
1
-45
/
+69
*
Don't warn about missing links in miminal sigs
Alec Theriault
2020-04-15
2
-4
/
+17
*
Prune docstrings that are never rendered
Alec Theriault
2020-04-15
1
-2
/
+15
*
Recode Doc to Json. (#1159)
Ignat Insarov
2020-04-09
1
-5
/
+162
*
Fix #1050 by filtering out invisible AppTy arguments
Ryan Scott
2020-04-05
1
-5
/
+8
*
Disallow links in section headers
Alec Theriault
2020-03-28
1
-1
/
+1
*
Cleanup up GHC flags in `.cabal` files
Alec Theriault
2020-03-28
2
-2
/
+2
*
Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`
Alec Theriault
2020-03-28
5
-57
/
+44
*
Use TTG empty extensions to remove some `error`'s
Alec Theriault
2020-03-28
6
-26
/
+21
*
Remove unused `Haddock.Utils` functions
Alec Theriault
2020-03-28
6
-147
/
+102
*
Disallow qualified uses of reserved identifiers
Alec Theriault
2020-03-27
1
-12
/
+22
*
Tentative 2.24 release
Alec Theriault
2020-03-22
2
-2
/
+2
*
Clean up warnings
Alec Theriault
2020-03-22
12
-21
/
+9
*
Merge branch 'ghc-8.8' into ghc-8.10
Alec Theriault
2020-03-20
24
-451
/
+701
|
\
|
*
Replace the 'caption' class so that the collapsible sections are shown
Kleidukos
2020-03-19
1
-1
/
+1
|
*
Changes from #14579
Ryan Scott
2019-11-03
1
-22
/
+5
|
*
Reify oversaturated data family instances correctly (#1103)
Ryan Scott
2019-10-23
1
-15
/
+23
|
*
Prefer un-hyperlinked sources to no sources
Alec Theriault
2019-10-07
2
-14
/
+26
|
*
Fix crash when there are no srcspans in the file due to CPP
Zubin Duggal
2019-10-07
2
-9
/
+12
|
*
Fix the ignore-exports option (#1082)
Alexis King
2019-09-30
1
-4
/
+5
|
*
update for new way to store hiefile headers
Zubin Duggal
2019-06-04
1
-2
/
+3
|
*
Remove Haddock's dependency on `Cabal`
Alec Theriault
2019-05-26
3
-8
/
+21
|
*
Fix #1063 with better parenthesization logic for contexts
Alec Theriault
2019-05-17
1
-2
/
+4
|
*
Comment C, which clarifies why e.g. ReadP is not enough
Oleg Grenrus
2019-05-13
1
-0
/
+7
|
*
Redo ParseModuleHeader
Oleg Grenrus
2019-05-13
1
-93
/
+125
|
*
Matching changes in GHC for #16236
Alan Zimmerman
2019-03-29
4
-10
/
+10
|
*
Remove workaround for now-fixed Clang CPP bug (#1028)
Alec Theriault
2019-03-29
2
-48
/
+3
|
*
Many LaTeX backend fixes
Alec Theriault
2019-03-09
1
-98
/
+118
|
*
Avoid multi-line `emph` in LaTeX backend
Alec Theriault
2019-03-09
1
-1
/
+1
|
*
Better support for default methods in classes
Alec Theriault
2019-03-09
4
-51
/
+102
|
*
Merge branch 'ghc-8.6' into ghc-8.8
Alec Theriault
2019-03-03
8
-83
/
+81
|
|
\
|
|
*
`--show-interface` should output to stdout. (#1040)
Alec Theriault
2019-02-28
1
-1
/
+2
|
|
*
Fix standalone deriving docs
Alec Theriault
2019-02-25
1
-2
/
+2
|
|
*
Fix #1004 with a pinch of dropForAlls
Ryan Scott
2019-01-27
1
-1
/
+1
|
|
*
Keep forall on H98 existential data constructors (#1003)
Alec Theriault
2019-01-23
2
-3
/
+3
|
|
*
Print kinded tyvars in constructors for Hoogle (#993)
Alec Theriault
2019-01-07
1
-2
/
+8
|
|
*
Load plugins when compiling each module (#983)
Alec Theriault
2018-12-20
2
-6
/
+9
|
|
*
More uniform handling of `forall`'s in HTML/LaTeX
Alec Theriault
2018-11-26
2
-60
/
+50
|
|
*
Rename 'NewOcean' theme to 'Linuwial'
Alec Theriault
2018-11-11
1
-1
/
+1
|
*
|
Fix bogus identifier defaulting
Alec Theriault
2019-02-26
1
-9
/
+5
|
*
|
Better identifier parsing
Alec Theriault
2019-02-25
11
-66
/
+142
|
*
|
Support value/type namespaces on identifier links
Alec Theriault
2019-02-25
5
-22
/
+58
*
|
|
Define `XRec` for location information and get rid of `HasSrcSpan`
Sebastian Graf
2019-11-01
1
-16
/
+3
*
|
|
Refactor for OutputableBndrId changes
Sebastian Graf
2019-10-25
2
-4
/
+4
*
|
|
Refactor for withTiming changes.
Andreas Klebinger
2019-10-21
2
-9
/
+9
*
|
|
Remove spaces around @-patterns (#1093)
Vladislav Zavialov
2019-09-28
2
-3
/
+3
*
|
|
Small change in to facilitate extended typed-holes (#1090)
Matthías Páll Gissurarson
2019-09-28
1
-4
/
+4
*
|
|
Fix for GHC module renaming
Sylvain Henry
2019-09-12
1
-1
/
+1
*
|
|
Changes for #15247
Ryan Scott
2019-07-03
10
-321
/
+347
*
|
|
update for new way to store hiefile headers
Zubin Duggal
2019-05-30
1
-2
/
+3
[next]