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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Extend advanced types test case with other examples.
Łukasz Hanuszczak
2015-08-06
1
-0
/
+14
*
|
|
Apply promoted type quoting to type-level consing.
Łukasz Hanuszczak
2015-08-06
1
-1
/
+6
*
|
|
Fix quote syntax for promoted types.
Łukasz Hanuszczak
2015-08-06
2
-3
/
+10
*
|
|
Update tests to follow HTML changes
Mateusz Kowalczyk
2015-08-02
79
-805
/
+853
*
|
|
Override source line flags when source hyperlinker is enabled.
Łukasz Hanuszczak
2015-08-02
1
-2
/
+7
*
|
|
Re-accept test cases after adding line anchors for each of them.
Łukasz Hanuszczak
2015-08-02
7
-1011
/
+1673
*
|
|
Make hyperlinked source renderer generate line anchors.
Łukasz Hanuszczak
2015-08-02
1
-3
/
+23
*
|
|
Add some utility definitions for generating line anchors.
Łukasz Hanuszczak
2015-08-02
1
-2
/
+23
*
|
|
Fix record field alignment when name is too long
Phil Ruffwind
2015-08-02
2
-20
/
+19
*
|
|
Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsis
Phil Ruffwind
2015-08-02
2
-4
/
+4
*
|
|
Link to the definitions to themselves
Phil Ruffwind
2015-08-02
2
-8
/
+16
*
|
|
Avoid JavaScript error during page load in non-frame mode
Phil Ruffwind
2015-08-02
1
-1
/
+1
*
|
|
Update changelog
Mateusz Kowalczyk
2015-07-31
1
-0
/
+2
*
|
|
Break the response file by line termination rather
randen
2015-07-30
1
-1
/
+1
*
|
|
Make some version changes after 2.16.1 release
Mateusz Kowalczyk
2015-07-22
4
-8
/
+10
*
|
|
Fix expansion icon for user-collapsible sections
Mateusz Kowalczyk
2015-07-11
3
-5
/
+8
*
|
|
Delete trailing whitespace
Mateusz Kowalczyk
2015-07-07
12
-41
/
+41
*
|
|
Relax upper bound on GHC a bit
Mateusz Kowalczyk
2015-07-07
1
-3
/
+2
*
|
|
Update changelog
Mateusz Kowalczyk
2015-07-07
1
-0
/
+2
*
|
|
Fix problem with spec build in Haddock API configuration.
Łukasz Hanuszczak
2015-07-06
1
-0
/
+1
*
|
|
Fix bug with module name being hyperlinked to `Prelude`.
Łukasz Hanuszczak
2015-07-06
2
-3
/
+5
*
|
|
Add short documentation for hyperlinker source map type.
Łukasz Hanuszczak
2015-07-06
1
-0
/
+9
*
|
|
Add support for hyperlinking modules in import lists.
Łukasz Hanuszczak
2015-07-06
3
-16
/
+17
*
|
|
Move source paths types to hyperlinker types module.
Łukasz Hanuszczak
2015-07-06
4
-10
/
+15
*
|
|
Extract main hyperlinker types to separate module.
Łukasz Hanuszczak
2015-07-06
10
-63
/
+79
*
|
|
Fix bug where not all module interfaces were added to source mapping.
Łukasz Hanuszczak
2015-07-05
1
-2
/
+4
*
|
|
Refactor source path mapping to use modules as indices.
Łukasz Hanuszczak
2015-07-05
5
-43
/
+55
*
|
|
Fix incorrect specification of source style option in doc file.
Łukasz Hanuszczak
2015-07-04
1
-2
/
+2
*
|
|
Make Haddock generate warnings about potential misuse of hyperlinker.
Łukasz Hanuszczak
2015-07-04
1
-0
/
+30
*
|
|
Remove potentially dangerous record access in hyperlinker AST module.
Łukasz Hanuszczak
2015-07-04
1
-1
/
+1
*
|
|
Update docs on using `--read-interface` option.
Łukasz Hanuszczak
2015-07-04
1
-7
/
+29
*
|
|
Update docs with information about source hyperlinking.
Łukasz Hanuszczak
2015-07-04
1
-0
/
+37
*
|
|
Create hyperlinker test case for type classes.
Łukasz Hanuszczak
2015-07-02
2
-0
/
+969
*
|
|
Make hyperlinker generate anchors only to top-level value bindings.
Łukasz Hanuszczak
2015-07-02
1
-1
/
+2
*
|
|
Add support for anchoring signatures in type class declarations.
Łukasz Hanuszczak
2015-07-02
1
-0
/
+5
*
|
|
Fix broken tests for parsing and hyperlinking hash operators.
Łukasz Hanuszczak
2015-07-02
2
-1
/
+123
*
|
|
Fix issue with operators being recognized as preprocessor directives.
Łukasz Hanuszczak
2015-07-02
2
-3
/
+7
*
|
|
Add hyperlinker test case for checking type and type family declarations.
Łukasz Hanuszczak
2015-07-02
2
-0
/
+979
*
|
|
Improve support for hyperlinking type families.
Łukasz Hanuszczak
2015-07-02
2
-1
/
+8
*
|
|
Add support for anchoring data family constructor declarations.
Łukasz Hanuszczak
2015-07-02
1
-5
/
+6
*
|
|
Fix crash happening when hyperlinking type family declarations.
Łukasz Hanuszczak
2015-07-02
1
-0
/
+1
*
|
|
Add qualified name test for identifiers hyperlinking test case.
Łukasz Hanuszczak
2015-07-01
2
-0
/
+46
*
|
|
Make hyperlinker render qualified names as one entity.
Łukasz Hanuszczak
2015-07-01
2
-5
/
+46
*
|
|
Document some functions in XHTML utlity module.
Łukasz Hanuszczak
2015-07-01
1
-0
/
+8
*
|
|
Add record wildcards test for records hyperlinking test case.
Łukasz Hanuszczak
2015-07-01
2
-0
/
+250
*
|
|
Add scoped type variables test for polymorphism test case.
Łukasz Hanuszczak
2015-07-01
1
-0
/
+11
*
|
|
Create hyperlinker test case with quantified type variables.
Łukasz Hanuszczak
2015-07-01
1
-0
/
+55
*
|
|
Add support for hyperlinking universally quantified type variables.
Łukasz Hanuszczak
2015-07-01
1
-1
/
+7
*
|
|
Create test case for hyperlinking @-patterns.
Łukasz Hanuszczak
2015-07-01
2
-0
/
+306
*
|
|
Add support for hyperlinking synonyms in patterns.
Łukasz Hanuszczak
2015-07-01
1
-0
/
+2
[prev]
[next]