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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make Haddock generate source for all interfaces (also hidden ones).
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Disable generating hyperlinks for module references.
Łukasz Hanuszczak
2015-06-30
1
-2
/
+9
*
Add basic support for cross-package hyperlink generation.
Łukasz Hanuszczak
2015-06-30
3
-29
/
+40
*
Rewrite source generation to fixed links and directory structure.
Łukasz Hanuszczak
2015-06-30
6
-77
/
+85
*
Make external hyperlinks point to locations specified by source URLs.
Łukasz Hanuszczak
2015-06-30
4
-28
/
+44
*
Create module with hyperlinker utility functions.
Łukasz Hanuszczak
2015-06-30
2
-0
/
+19
*
Make source hyperlinker generate output in apropriate directory.
Łukasz Hanuszczak
2015-06-30
3
-18
/
+38
*
Add support for fancy highlighting upon hovering over identifier.
Łukasz Hanuszczak
2015-06-30
4
-10
/
+70
*
Add support for providing custom CSS files for hyperlinked source.
Łukasz Hanuszczak
2015-06-30
5
-7
/
+84
*
Create hyperlinker module and plug it into the Haddock pipeline.
Łukasz Hanuszczak
2015-06-30
3
-0
/
+30
*
Implement source tokenization during interface creation process.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+29
*
Extend module interface with rich source token stream field.
Łukasz Hanuszczak
2015-06-30
2
-0
/
+6
*
Add command line option for generating hyperlinked source.
Łukasz Hanuszczak
2015-06-30
1
-0
/
+3
*
Add some documentation for AST module of source hyperlinker.
Łukasz Hanuszczak
2015-06-30
1
-10
/
+46
*
Add some documentation for parser module of source hyperlinker.
Łukasz Hanuszczak
2015-06-30
1
-0
/
+39
*
Add support for parsing C preprocessor macros.
Łukasz Hanuszczak
2015-06-30
1
-4
/
+16
*
Fix issues with escaped newlines in comments.
Łukasz Hanuszczak
2015-06-30
1
-8
/
+5
*
Fix bug with improper newline handling.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Fix parsing of single line comments with broken up newlines.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+11
*
Implement hyperlinking of imported module names.
Łukasz Hanuszczak
2015-06-30
2
-18
/
+29
*
Refactor the way AST names are handled within detailed tokens.
Łukasz Hanuszczak
2015-06-30
2
-25
/
+29
*
Fix external anchors to contain HTML file extension.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Add support for top-level function declaration anchors.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+6
*
Add support for type declaration anchors.
Łukasz Hanuszczak
2015-06-30
2
-8
/
+27
*
Fix weird hyperlinking of parenthesized operators.
Łukasz Hanuszczak
2015-06-30
2
-1
/
+7
*
Fix span matching to allow parenthesized operators hyperlinking.
Łukasz Hanuszczak
2015-06-30
1
-5
/
+5
*
Implement module export- and import-list item hyperlinking.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+19
*
Implement go-to-definition mechanism for local bindings.
Łukasz Hanuszczak
2015-06-30
1
-7
/
+23
*
Add support for binding token recognition.
Łukasz Hanuszczak
2015-06-30
2
-1
/
+20
*
Add support for type token recognition.
Łukasz Hanuszczak
2015-06-30
2
-31
/
+68
*
Constrain elements exported by hyperlinker modules.
Łukasz Hanuszczak
2015-06-30
2
-2
/
+5
*
Fix span matcher bug causing wrong items being hyperlinked.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Add dummy support for hyperlinking named tokens.
Łukasz Hanuszczak
2015-06-30
1
-3
/
+20
*
Create simple mechanism for associating tokens with AST names.
Łukasz Hanuszczak
2015-06-30
1
-7
/
+23
*
Implement utility method for extracting variable identifiers from AST.
Łukasz Hanuszczak
2015-06-30
1
-0
/
+16
*
Create scaffolding of module for associating tokens with AST names.
Łukasz Hanuszczak
2015-06-30
2
-0
/
+21
*
Add support for recognizing compiler pragmas in source parser.
Łukasz Hanuszczak
2015-06-30
2
-0
/
+3
*
Fix comment recognition in Haskell source parser.
Łukasz Hanuszczak
2015-06-30
1
-2
/
+3
*
Fix identifier recognition in Haskell source parser.
Łukasz Hanuszczak
2015-06-30
1
-2
/
+5
*
Add support for specifying the CSS file path in HTML source renderer.
Łukasz Hanuszczak
2015-06-30
1
-15
/
+30
*
Create simple HTML renderer for parsed source file.
Łukasz Hanuszczak
2015-06-30
2
-1
/
+28
*
Make parser module export all types and associated accessors.
Łukasz Hanuszczak
2015-06-30
1
-3
/
+2
*
Add record accessors to exports of hyperlinker parser module.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+6
*
Adapt source span tagging to work with current whitespace handling.
Łukasz Hanuszczak
2015-06-30
1
-4
/
+7
*
Create basic token classification method.
Łukasz Hanuszczak
2015-06-30
1
-6
/
+98
*
Implement simple string chunking based on HsColour library.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+27
*
Implement function for tagging parsed chunks with source spans.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+8
*
Create scaffolding for Haskell source parser module.
Łukasz Hanuszczak
2015-06-30
2
-0
/
+37
*
Fix alignment of Source links in instance table in Firefox
Phil Ruffwind
2015-06-12
2
-2
/
+16
*
Attach to instance location the name that has the same location file
jpmoresmau
2015-06-12
6
-25
/
+39
[prev]
[next]