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
*
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
|
*
Fix spurious superclass constraints bug.
David Waern
2012-09-28
1
-8
/
+23
|
*
Follow changes in GHC.
David Waern
2012-09-07
1
-0
/
+1
|
*
Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g...
David Waern
2012-09-07
1
-6
/
+49
|
|
\
|
|
*
Hide "internal" instances
Roman Cheplyaka
2012-07-27
1
-6
/
+49
|
*
|
Improve haddock memory usage
Ian Lynagh
2012-08-13
3
-22
/
+39
|
*
|
Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6
David Waern
2012-07-23
4
-4
/
+5
|
|
\
\
|
|
*
|
Add a type signature for a where-binding
Simon Hengel
2012-05-27
1
-0
/
+1
|
|
*
|
Fix typo in comment
Simon Hengel
2012-05-27
1
-1
/
+1
|
|
*
|
Use LANGUAGE pragmas instead of default-extensions in cabal file
Simon Hengel
2012-05-27
1
-1
/
+1
|
|
*
|
Add an optional label to URLs
Simon Hengel
2012-05-27
2
-2
/
+2
*
|
|
|
Use InstEnv.instanceSig rather than instanceHead (name change)
Simon Peyton Jones
2013-01-02
1
-1
/
+1
*
|
|
|
Implement overlapping type family instances.
Richard Eisenberg
2012-12-21
3
-47
/
+82
*
|
|
|
Follow changes in GHC: 'flags' has been renamed 'generalFlags'
Ian Lynagh
2012-10-18
1
-1
/
+1
*
|
|
|
Remove some temporary pragmas I accidentally recorded
Ian Lynagh
2012-08-14
3
-3
/
+0
*
|
|
|
Improve haddock memory usage
Ian Lynagh
2012-08-13
3
-22
/
+39
|
/
/
/
*
|
|
Forward port changes from stable.
Paolo Capriotti
2012-07-19
4
-179
/
+262
|
\
|
|
|
*
|
Use a map for warnings, as suggested by @waern
Simon Hengel
2012-05-26
1
-23
/
+20
|
*
|
Add Applicative instance for (GenRnM a)
Simon Hengel
2012-05-26
1
-2
/
+6
|
*
|
Simplify lookupWarning
Simon Hengel
2012-05-17
1
-6
/
+8
|
*
|
Attach warnings to `Documentation` type
Simon Hengel
2012-05-17
2
-41
/
+37
[next]