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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental support for collapsable headers
Mateusz Kowalczyk
2014-10-29
4
-29
/
+117
*
Fix use-after-close lazy IO bug
Edward Z. Yang
2014-10-09
1
-1
/
+1
*
Revert "Fix import of 'empty' due to AMP."
Herbert Valerio Riedel
2014-09-26
1
-1
/
+1
*
Revert "Revert "Followup changes to addition of -fwarn-context-quantification""
Edward Z. Yang
2014-09-18
3
-2
/
+7
*
Revert "Followup changes to addition of -fwarn-context-quantification"
Herbert Valerio Riedel
2014-09-19
3
-7
/
+2
*
Properly render package ID (not package key) in index, fixes #329.
Edward Z. Yang
2014-09-18
3
-13
/
+18
*
Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)
Krzysztof Gogolewski
2014-09-14
3
-2
/
+7
*
Fix import of 'empty' due to AMP.
Austin Seipp
2014-09-09
1
-1
/
+1
*
Follow changes to TypeAnnot in GHC HEAD
Alan Zimmerman
2014-09-05
2
-11
/
+26
*
Changes due to ghc api changes in package representation
Duncan Coutts
2014-08-27
3
-27
/
+17
*
Track type signature change of lookupModuleInAllPackages
Edward Z. Yang
2014-08-05
1
-6
/
+3
*
Track changes for module reexports.
Edward Z. Yang
2014-07-25
1
-2
/
+3
*
Track GHC PackageId to PackageKey renaming.
Edward Z. Yang
2014-07-21
9
-30
/
+30
*
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
5
-147
/
+105
*
Move parser + parser tests out to own package.
Mateusz Kowalczyk
2014-05-05
9
-715
/
+52
*
Prepare modules for parser split.
Mateusz Kowalczyk
2014-05-05
8
-156
/
+194
*
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
*
Drop needless --split-objs which slows us down.
Mateusz Kowalczyk
2014-03-22
1
-9
/
+8
*
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
*
Style only
Mateusz Kowalczyk
2014-03-13
1
-32
/
+28
*
Always read in prologue files as UTF8 (#286).
Mateusz Kowalczyk
2014-03-13
1
-5
/
+9
*
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
11
-140
/
+182
*
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
[next]