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
/
Backends
/
Xhtml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for headings inside function documentation.
Mateusz Kowalczyk
2014-01-12
1
-1
/
+12
*
Support for bold.
Mateusz Kowalczyk
2014-01-12
1
-0
/
+1
*
One pass parser and tests.
Mateusz Kowalczyk
2014-01-12
2
-11
/
+11
*
Revision to reflect new role annotation syntax in GHC.
Richard Eisenberg
2013-09-17
1
-1
/
+0
*
Changes to reflect changes in GHC's type HsTyVarBndr
Richard Eisenberg
2013-08-02
1
-0
/
+1
*
Updates to reflect changes in HsDecls to support closed type families.
Richard Eisenberg
2013-06-21
1
-6
/
+14
*
Merge branch 'ghc-7.6' into ghc-7.6-merge-2
Kazu Yamamoto
2013-02-01
1
-1
/
+3
|
\
|
*
Add markup support for properties
Kazu Yamamoto
2012-10-09
1
-0
/
+1
|
*
Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6
David Waern
2012-07-23
1
-1
/
+2
|
|
\
|
|
*
Add an optional label to URLs
Simon Hengel
2012-05-27
1
-1
/
+2
*
|
|
Implement overlapping type family instances.
Richard Eisenberg
2012-12-21
1
-30
/
+32
|
/
/
*
|
Forward port changes from stable.
Paolo Capriotti
2012-07-19
5
-83
/
+84
|
\
|
|
*
Attach warnings to `Documentation` type
Simon Hengel
2012-05-17
2
-3
/
+3
|
*
newtype-wrap Doc nodes for things that may have warnings attached
Simon Hengel
2012-05-17
2
-21
/
+21
|
*
Use >>= instead of fmap and join
Simon Hengel
2012-05-17
1
-4
/
+2
|
*
qualification style 'abbreviated' -> 'aliased'
Henning Thielemann
2012-04-02
1
-3
/
+3
|
*
abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...
Henning Thielemann
2012-04-02
1
-1
/
+1
|
*
'abbreviate' qualification style - basic support
Henning Thielemann
2012-04-01
1
-6
/
+16
|
*
add QualOption type for distinction between qualification argument given by t...
Henning Thielemann
2012-04-01
1
-6
/
+2
|
*
Fix crash when using --qual. Naughty GHC API!
David Waern
2012-04-01
1
-1
/
+4
|
*
Mostly hlint-inspired cleanup.
David Waern
2012-02-04
2
-36
/
+33
|
*
Remove code for older ghc versions.
David Waern
2012-02-04
1
-4
/
+0
|
*
Style police.
David Waern
2012-02-04
1
-2
/
+2
|
*
Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4
David Waern
2012-02-04
2
-10
/
+10
|
|
\
|
|
*
Make sure that generated xhtml is valid (close #186)
Simon Hengel
2012-01-12
2
-10
/
+10
|
*
|
Remove obsolete TODO
Simon Hengel
2012-02-04
1
-1
/
+0
|
*
|
Add DocWarning to Doc
Simon Hengel
2012-02-04
1
-0
/
+1
|
|
/
*
|
Follow changes for the implementation of implicit parameters
Simon Peyton Jones
2012-06-13
2
-2
/
+6
*
|
Follow changes to LHsTyVarBndrs
Simon Peyton Jones
2012-05-11
1
-8
/
+8
*
|
Track changes in HsSyn
Simon Peyton Jones
2012-04-20
1
-2
/
+4
*
|
Merge branch 'master' of http://darcs.haskell.org//haddock
Simon Peyton Jones
2012-03-26
1
-2
/
+8
|
\
\
|
*
|
Rename variable to avoid shadowing warning.
Iavor S. Diatchki
2012-03-24
1
-2
/
+2
|
*
|
Merge remote-tracking branch 'origin/master' into type-nats
Iavor S. Diatchki
2012-03-19
1
-1
/
+1
|
|
\
\
|
*
|
|
Add support for type-level literals.
Iavor S. Diatchki
2012-03-15
1
-0
/
+6
*
|
|
|
Follow refactoring of TyClDecl/HsTyDefn
Simon Peyton Jones
2012-03-26
1
-61
/
+17
|
|
/
/
|
/
|
|
*
|
|
Follow changes to tcdKindSig (Trac #5937)
Simon Peyton Jones
2012-03-16
1
-1
/
+1
|
/
/
*
|
Follow changes in data representation from the big PolyKinds commit
Simon Peyton Jones
2012-03-02
1
-2
/
+2
*
|
Follow changes in GHC
Ian Lynagh
2012-02-22
1
-1
/
+1
*
|
Follow changes in GHC caused by the CAPI CTYPE pragma
Ian Lynagh
2012-02-16
1
-1
/
+1
|
/
*
Fix module reference bug.
David Waern
2011-11-26
2
-5
/
+4
*
Allow doc comments to link to out-of-scope things (#78).
David Waern
2011-11-26
2
-27
/
+40
*
Give preference to type over data constructors for doc comment links at renam...
David Waern
2011-11-26
1
-19
/
+6
*
Follow changes to tuple sorts in master
Jose Pedro Magalhaes
2011-11-16
1
-2
/
+2
*
New kind-polymorphic core
Jose Pedro Magalhaes
2011-11-11
1
-12
/
+15
*
Follow changes to ForeignImport/ForeignExport in GHC
Ian Lynagh
2011-10-01
1
-1
/
+1
*
Merge branch 'no-pred-ty'
Max Bolingbroke
2011-09-09
1
-18
/
+14
|
\
|
*
Adapt Haddock for the ConstraintKind extension changes
Max Bolingbroke
2011-09-06
1
-18
/
+14
*
|
Ignore associated type defaults (just as we ignore default methods)
Max Bolingbroke
2011-09-09
1
-2
/
+2
|
/
*
Fix build
Ian Lynagh
2011-06-17
3
-4
/
+11
*
* Merge in git patch from Michal Terepeta
David Waern
2011-06-11
2
-35
/
+50
[next]