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
/
src
/
Haddock
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track GHC PackageId to PackageKey renaming.
Edward Z. Yang
2014-07-21
8
-25
/
+25
*
Adapt to new definition of HsDecls.TyFamEqn
Simon Peyton Jones
2014-07-14
4
-16
/
+26
*
Propagate overloading-mode for instance declarations in haddock (#9242)
Iavor S. Diatchki
2014-07-01
1
-2
/
+6
*
Fix anchors. Closes #308.
Mateusz Kowalczyk
2014-06-25
1
-1
/
+6
*
Follow change in patSynSig
Simon Peyton Jones
2014-06-06
1
-2
/
+2
*
Revert "Revert "Accomodate change in PatSyn representation""
Mateusz Kowalczyk
2014-05-29
1
-1
/
+1
*
Revert "Accomodate change in PatSyn representation"
Mateusz Kowalczyk
2014-05-29
1
-1
/
+1
*
Accomodate change in PatSyn representation
Dr. ERDI Gergo
2014-05-25
1
-1
/
+1
*
Remove no longer necessary parser error handling.
Mateusz Kowalczyk
2014-05-06
4
-142
/
+103
*
Move parser + parser tests out to own package.
Mateusz Kowalczyk
2014-05-05
7
-713
/
+49
*
Prepare modules for parser split.
Mateusz Kowalczyk
2014-05-05
7
-155
/
+193
*
Replace local `die` by new `System.Exit.die`
Herbert Valerio Riedel
2014-04-21
1
-5
/
+1
*
remove Origin flag from LHsBindsLR
Dr. ERDI Gergo
2014-04-13
1
-8
/
+8
*
Parse identifiers with ^ and ⋆ in them.
Mateusz Kowalczyk
2014-04-11
1
-1
/
+9
*
Crash when exporting record selectors of data family instances
Niklas Haas
2014-03-31
1
-10
/
+24
*
Drop leading whitespace in @-style blocks.
Mateusz Kowalczyk
2014-03-31
1
-3
/
+28
*
Print kind signatures on GADTs
Mateusz Kowalczyk
2014-03-31
1
-6
/
+10
*
Fix issue #281
Niklas Haas
2014-03-15
2
-10
/
+14
*
Hide minimal definition for only-method classes
Niklas Haas
2014-03-15
1
-1
/
+6
*
Display minimal complete definitions for type classes
Niklas Haas
2014-03-13
9
-30
/
+78
*
Add UnicodeSyntax alternatives for * and ->
Niklas Haas
2014-03-13
1
-2
/
+7
*
Hide RHS of TFs with non-exported right hand sides
Niklas Haas
2014-03-13
6
-12
/
+13
*
Revert "Reorder topDeclElem to move the source/wiki links to the top"
Niklas Haas
2014-03-11
1
-1
/
+1
*
Filter family instances of hidden types
Niklas Haas
2014-03-11
1
-4
/
+11
*
Update appearance of fixity annotations
Niklas Haas
2014-03-11
1
-17
/
+25
*
Include fixity information in the Interface file
Niklas Haas
2014-03-11
4
-30
/
+40
*
Group similar fixities together
Niklas Haas
2014-03-09
1
-3
/
+10
*
Differentiate between TH splices (line-links) and regular names
Niklas Haas
2014-03-09
10
-138
/
+178
*
Use optLast instead of listToMaybe for sourceUrls/wikiUrls
Niklas Haas
2014-03-09
1
-7
/
+6
*
Reorder topDeclElem to move the source/wiki links to the top
Niklas Haas
2014-03-09
1
-1
/
+1
*
Render fixity information
Niklas Haas
2014-03-08
8
-102
/
+182
*
Change rendering of duplicate record field docs
Mateusz Kowalczyk
2014-02-27
1
-1
/
+2
*
Fix rendering of Contents when links are present
Mateusz Kowalczyk
2014-02-24
4
-22
/
+37
*
Lower precedence of equality constraints
Niklas Haas
2014-02-23
1
-1
/
+1
*
Make ImplicitParams render correctly (#260)
Niklas Haas
2014-02-23
2
-8
/
+13
*
Don't shadow ‘strip’.
Mateusz Kowalczyk
2014-02-23
1
-4
/
+4
*
Turn a source code comment into specs
Simon Hengel
2014-02-22
1
-2
/
+0
*
Strip a single leading space from bird tracks (#201)
Niklas Haas
2014-02-22
1
-1
/
+10
*
Use a bespoke data type to indicate fixity
Mateusz Kowalczyk
2014-02-19
4
-66
/
+66
*
Only warn about missing docs when docs are missing
Mateusz Kowalczyk
2014-02-13
1
-1
/
+2
*
Get rid of re-implementation of sortBy
Niklas Haas
2014-02-13
1
-7
/
+3
*
Improve display of poly-kinded type operators
nand
2014-02-11
6
-35
/
+40
*
Add support for type/data families
nand
2014-02-11
10
-138
/
+181
*
Ensure a space between type signature and ‘Source’
Mateusz Kowalczyk
2014-02-10
1
-2
/
+1
*
Insert a space between module link and description
Mateusz Kowalczyk
2014-02-10
1
-1
/
+1
*
Handle infix vs prefix names correctly everywhere, by explicitly specifying t...
Dr. ERDI Gergo
2014-01-31
4
-56
/
+66
*
Fix @ code blocks
Mateusz Kowalczyk
2014-01-30
1
-0
/
+1
*
<+>: Don't insert a space when concatenating empty nodes
Dr. ERDI Gergo
2014-01-31
1
-1
/
+3
*
Update CPP check for __GLASGOW_HASKELL__
Austin Seipp
2014-01-29
1
-1
/
+1
*
Support for -XPatternSynonyms
Dr. ERDI Gergo
2014-01-19
8
-33
/
+156
[next]