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
Commit message (
Expand
)
Author
Age
Files
Lines
*
changing to multiple files model
Yuchen Pei
2022-09-14
1
-10
/
+9
*
removed custom ids for packages and modules
Yuchen Pei
2022-09-14
1
-10
/
+6
*
fixing namespace typ and val, and relevant link gen
Yuchen Pei
2022-09-14
1
-8
/
+13
*
fixing the merge due to new ghc version (9.4)
Yuchen Pei
2022-08-16
1
-9
/
+10
*
Merge remote-tracking branch 'upstream/main'
Yuchen Pei
2022-08-16
7
-63
/
+80
|
\
|
*
Clean up build and testsuite for GHC 9.4
Ben Gamari
2022-08-05
1
-2
/
+0
|
*
Merge remote-tracking branch 'origin/ghc-9.4'
Ben Gamari
2022-08-05
5
-58
/
+77
|
|
\
|
|
*
Fix hyperlinks to external items and modules (#1482)
Jade Lovelace
2022-07-29
1
-4
/
+13
|
|
*
Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-head
Ben Gamari
2022-04-25
1
-1
/
+0
|
|
|
\
|
|
*
|
Add support for \cases
Jakob Brünker
2022-04-01
1
-0
/
+1
|
|
*
|
Keep track of promotion ticks in HsOpTy
sheaf
2022-04-01
3
-12
/
+16
|
|
*
|
Merge branch 'wip/opaque_pragma' into 'ghc-head'
Matthew Pickering
2022-03-24
1
-0
/
+2
|
|
|
\
\
|
|
|
*
|
Add Haddock support for the OPAQUE pragma
Christiaan Baaij
2022-03-16
1
-0
/
+2
|
|
*
|
|
Minimum changes needed for compilation with hi-haddock
Matthew Pickering
2022-03-22
1
-4
/
+1
|
|
|
/
/
|
|
*
|
Enable Haddock tests in GHC windows CI (#1428)
wz1000
2021-10-11
1
-2
/
+10
|
|
*
|
coot/multiple package (ghc-head) (#1419)
Marcin Szamotulski
2021-08-16
3
-39
/
+116
|
|
*
|
Rename getErrorMessages Lexer import
Alfredo Di Napoli
2021-07-05
1
-2
/
+2
|
|
*
|
Fix mkParserOpts (#1411)
Sylvain Henry
2021-06-28
2
-5
/
+4
|
|
*
|
HsToken in FunTy, RecConGADT
Vladislav Zavialov
2021-06-10
3
-9
/
+9
|
|
*
|
Adapt Haddock to Logger and Parser changes (#1399)
Sylvain Henry
2021-06-01
1
-0
/
+3
|
|
*
|
Revert "Add Haddock support for the OPAQUE pragma (#1380)"
Ben Gamari
2021-05-24
1
-2
/
+0
|
|
*
|
Merge pull request #1394 from adinapoli/wip/adinapoli-align-ps-messages
Ben Gamari
2021-05-24
1
-3
/
+5
|
|
|
\
\
|
|
|
*
|
New Parser diagnostics interface
Alfredo Di Napoli
2021-05-24
1
-3
/
+5
|
|
*
|
|
Merge commit '3b6a8774bdb543dad59b2618458b07feab8a55e9' into ghc-head
Ben Gamari
2021-05-21
3
-21
/
+24
|
|
|
\
|
|
|
|
|
*
|
FieldOcc: rename extFieldOcc to foExt
Shayne Fletcher
2021-05-22
3
-7
/
+7
|
|
|
*
|
Remove Maybe from HsQualTy
Alan Zimmerman
2021-05-20
3
-14
/
+17
|
|
*
|
|
Add Haddock support for the OPAQUE pragma (#1380)
Christiaan Baaij
2021-05-13
1
-0
/
+2
|
|
|
/
/
|
|
*
|
pprError changed name in GHC
Alfredo Di Napoli
2021-03-29
1
-2
/
+2
|
|
*
|
Fix after NameCache changes
Sylvain Henry
2021-03-22
1
-5
/
+4
|
*
|
|
Follow hlint suggestion: redundant $. (#1505)
Phil de Joux
2022-07-24
3
-3
/
+3
*
|
|
|
Moving file writing to inside org backend
Yuchen Pei
2022-08-16
1
-6
/
+20
*
|
|
|
removed some unused pragmas
Yuchen Pei
2022-08-16
1
-4
/
+0
*
|
|
|
handling associated types for classes
Yuchen Pei
2022-08-16
1
-25
/
+47
*
|
|
|
Preparing for publication.
Yuchen Pei
2022-07-18
2
-0
/
+40
*
|
|
|
a hole in fieldocc
Yuchen Pei
2022-07-18
1
-0
/
+1
*
|
|
|
removing hackage url for ids
Yuchen Pei
2022-07-18
1
-19
/
+7
*
|
|
|
Adding hackage url to top level decl properties
Yuchen Pei
2022-07-18
2
-20
/
+38
*
|
|
|
Adding org backend.
Yuchen Pei
2022-07-18
2
-0
/
+1253
|
/
/
/
*
|
|
Fix #783 Don't show button if --quickjump not present
Mike Pilgrem
2022-06-12
1
-14
/
+37
*
|
|
Render module tree per package in the content page (#1492)
Marcin Szamotulski
2022-06-07
2
-27
/
+68
*
|
|
Check if doc-index.json exists before reading it (#1488)
Marcin Szamotulski
2022-05-24
1
-4
/
+9
*
|
|
Fix hyperlinks to external items and modules (#1482)
Jade Lovelace
2022-05-07
1
-4
/
+13
*
|
|
Keep track of ordered list indexes and render them (#1407)
Ben Simms
2022-05-03
3
-4
/
+7
*
|
|
Follow hlint, remove language pragmas in libs. (#1478)
Phil de Joux
2022-05-03
1
-1
/
+0
*
|
|
Remove unused imports that GHC warned about. (#1480)
Phil de Joux
2022-05-03
1
-1
/
+0
*
|
|
spelling errors (#1471)
askeblad
2022-04-06
3
-4
/
+4
*
|
|
typos (#1464)
askeblad
2022-03-16
3
-3
/
+3
|
|
/
|
/
|
*
|
fix CI for 9.2 (#1436)
Artem Pelenitsyn
2021-11-27
1
-1
/
+0
*
|
coot/multiple packages (ghc-9.2) (#1418)
Marcin Szamotulski
2021-08-08
3
-39
/
+116
|
/
*
Match changes in GHC AST for in-tree API Annotations
Alan Zimmerman
2021-03-15
8
-78
/
+85
[next]