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
/
Interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Haddock to new pattern synonym type signature syntax
Dr. ERDI Gergo
2014-11-20
2
-8
/
+6
*
reflect ForeignType constructore removal
Yuras Shumovich
2014-10-31
1
-4
/
+0
*
Follow changes to TypeAnnot in GHC HEAD
Alan Zimmerman
2014-09-05
1
-6
/
+21
*
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
1
-5
/
+5
*
Adapt to new definition of HsDecls.TyFamEqn
Simon Peyton Jones
2014-07-14
1
-7
/
+17
*
Propagate overloading-mode for instance declarations in haddock (#9242)
Iavor S. Diatchki
2014-07-01
1
-2
/
+6
*
Remove no longer necessary parser error handling.
Mateusz Kowalczyk
2014-05-06
3
-132
/
+96
*
Move parser + parser tests out to own package.
Mateusz Kowalczyk
2014-05-05
2
-12
/
+10
*
Prepare modules for parser split.
Mateusz Kowalczyk
2014-05-05
2
-2
/
+2
*
remove Origin flag from LHsBindsLR
Dr. ERDI Gergo
2014-04-13
1
-8
/
+8
*
Crash when exporting record selectors of data family instances
Niklas Haas
2014-03-31
1
-10
/
+24
*
Display minimal complete definitions for type classes
Niklas Haas
2014-03-13
2
-15
/
+27
*
Hide RHS of TFs with non-exported right hand sides
Niklas Haas
2014-03-13
2
-4
/
+3
*
Filter family instances of hidden types
Niklas Haas
2014-03-11
1
-4
/
+11
*
Include fixity information in the Interface file
Niklas Haas
2014-03-11
2
-26
/
+30
*
Differentiate between TH splices (line-links) and regular names
Niklas Haas
2014-03-09
2
-24
/
+29
*
Render fixity information
Niklas Haas
2014-03-08
2
-20
/
+43
*
Change rendering of duplicate record field docs
Mateusz Kowalczyk
2014-02-27
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
1
-2
/
+3
*
Add support for type/data families
nand
2014-02-11
3
-99
/
+89
*
Support for -XPatternSynonyms
Dr. ERDI Gergo
2014-01-19
2
-10
/
+23
*
Per-module extension flags and language listing.
Mateusz Kowalczyk
2014-01-12
3
-15
/
+29
*
Allow for headings inside function documentation.
Mateusz Kowalczyk
2014-01-12
1
-0
/
+1
*
Support for bold.
Mateusz Kowalczyk
2014-01-12
2
-2
/
+3
*
Fix totality, unicode, examples, paragraph parsing
Simon Hengel
2014-01-12
2
-4
/
+4
*
One pass parser and tests.
Mateusz Kowalczyk
2014-01-12
2
-12
/
+8
*
Some code simplification by using traverse
Simon Hengel
2014-01-12
1
-50
/
+5
*
Track changes in HsSpliceTy data constructor
Simon Peyton Jones
2013-11-25
1
-1
/
+1
*
Revision to reflect new role annotation syntax in GHC.
Richard Eisenberg
2013-09-17
2
-6
/
+7
*
Fixes #253
Mateusz Kowalczyk
2013-09-02
1
-2
/
+16
*
Output Copright and License keys in Xhtml backend.
Mathieu Boespflug
2013-08-04
1
-5
/
+8
*
Changes to reflect changes in GHC's type HsTyVarBndr
Richard Eisenberg
2013-08-02
1
-6
/
+5
*
Updates to reflect changes in HsDecls to support closed type families.
Richard Eisenberg
2013-06-21
3
-12
/
+22
*
Adapt to tcRnGetInfo returning family instances too
Simon Peyton Jones
2013-03-15
1
-3
/
+3
*
Refactoring instanceHead'.
Kazu Yamamoto
2013-02-06
1
-1
/
+1
*
Using tcSplitSigmaTy in instanceHead' (FIXME is resolved.)
Kazu Yamamoto
2013-02-06
1
-6
/
+5
*
Merge branch 'ghc-7.6' into ghc-7.6-merge-2
Kazu Yamamoto
2013-02-01
5
-84
/
+175
|
\
|
*
Properly handle deprecation messages for re-exported things (fixes #220)
Simon Hengel
2012-10-14
1
-3
/
+4
|
*
Minor formatting change
Simon Hengel
2012-10-14
1
-19
/
+19
|
*
If parsing of deprecation message fails, include it verbatim
Simon Hengel
2012-10-14
1
-9
/
+10
|
*
Allow haddock markup in deprecation messages
Simon Hengel
2012-10-14
1
-20
/
+29
|
*
Handle more cases in renameType
Simon Hengel
2012-10-14
1
-14
/
+19
|
*
Simplify lookupRn
Simon Hengel
2012-10-14
1
-7
/
+7
|
*
Simplify RnM type
Simon Hengel
2012-10-14
1
-10
/
+9
|
*
Better error messages
Simon Hengel
2012-10-13
1
-2
/
+6
|
*
Handle HsExplicitListTy in renameer (fixes #213)
Simon Hengel
2012-10-13
1
-0
/
+2
|
*
Add markup support for properties
Kazu Yamamoto
2012-10-09
2
-0
/
+2
[next]