aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml
Commit message (Expand)AuthorAgeFilesLines
* One pass parser and tests.Mateusz Kowalczyk2014-01-122-11/+11
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-171-1/+0
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-021-0/+1
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-6/+14
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-1/+3
|\
| * Add markup support for propertiesKazu Yamamoto2012-10-091-0/+1
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-1/+2
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-271-1/+2
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-211-30/+32
|/ /
* | Forward port changes from stable.Paolo Capriotti2012-07-195-83/+84
|\|
| * Attach warnings to `Documentation` typeSimon Hengel2012-05-172-3/+3
| * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-172-21/+21
| * Use >>= instead of fmap and joinSimon Hengel2012-05-171-4/+2
| * qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-021-3/+3
| * abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-1/+1
| * 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-011-6/+16
| * add QualOption type for distinction between qualification argument given by t...Henning Thielemann2012-04-011-6/+2
| * Fix crash when using --qual. Naughty GHC API!David Waern2012-04-011-1/+4
| * Mostly hlint-inspired cleanup.David Waern2012-02-042-36/+33
| * Remove code for older ghc versions.David Waern2012-02-041-4/+0
| * Style police.David Waern2012-02-041-2/+2
| * Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4David Waern2012-02-042-10/+10
| |\
| | * Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-122-10/+10
| * | Remove obsolete TODOSimon Hengel2012-02-041-1/+0
| * | Add DocWarning to DocSimon Hengel2012-02-041-0/+1
| |/
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-132-2/+6
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-111-8/+8
* | Track changes in HsSynSimon Peyton Jones2012-04-201-2/+4
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-261-2/+8
|\ \
| * | Rename variable to avoid shadowing warning.Iavor S. Diatchki2012-03-241-2/+2
| * | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-1/+1
| |\ \
| * | | Add support for type-level literals.Iavor S. Diatchki2012-03-151-0/+6
* | | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-61/+17
| |/ / |/| |
* | | Follow changes to tcdKindSig (Trac #5937)Simon Peyton Jones2012-03-161-1/+1
|/ /
* | Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-2/+2
* | Follow changes in GHCIan Lynagh2012-02-221-1/+1
* | Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-161-1/+1
|/
* Fix module reference bug.David Waern2011-11-262-5/+4
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-262-27/+40
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-261-19/+6
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-161-2/+2
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-12/+15
* Follow changes to ForeignImport/ForeignExport in GHCIan Lynagh2011-10-011-1/+1
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-18/+14
|\
| * Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-18/+14
* | Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-091-2/+2
|/
* Fix buildIan Lynagh2011-06-173-4/+11
* * Merge in git patch from Michal TerepetaDavid Waern2011-06-112-35/+50
* Add git commits since switchover:David Waern2011-06-101-2/+5
* Add a flag --pretty-html for rendering indented html with newlinesDavid Waern2010-12-061-3/+4