aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-013-3/+11
|\
| * Add markup support for propertiesKazu Yamamoto2012-10-093-0/+3
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-233-3/+8
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-273-3/+8
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-214-56/+57
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//haddockIan Lynagh2012-07-198-144/+146
|\| |
| * | Forward port changes from stable.Paolo Capriotti2012-07-198-144/+146
| |\|
| | * Attach warnings to `Documentation` typeSimon Hengel2012-05-175-9/+9
| | * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-175-62/+66
| | * Use >>= instead of fmap and joinSimon Hengel2012-05-172-7/+4
| | * qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-022-5/+5
| | * abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-1/+1
| | * 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-012-7/+18
| | * add QualOption type for distinction between qualification argument given by t...Henning Thielemann2012-04-012-15/+7
| | * Fix crash when using --qual. Naughty GHC API!David Waern2012-04-011-1/+4
| | * Mostly hlint-inspired cleanup.David Waern2012-02-044-41/+38
| | * 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-043-11/+11
| | |\
| | | * Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-123-11/+11
| | * | Remove obsolete TODOSimon Hengel2012-02-041-1/+0
| | * | Add DocWarning to DocSimon Hengel2012-02-043-0/+3
| | |/
* | / Follow changes in GHCIan Lynagh2012-07-151-1/+2
|/ /
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-133-4/+9
* | Follow changes in GHCIan Lynagh2012-06-121-54/+57
* | Follow changes in LHsTyVarBndrsSimon Peyton Jones2012-05-251-1/+1
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-113-17/+18
* | Track changes in HsSynSimon Peyton Jones2012-04-202-3/+6
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-262-2/+17
|\ \
| * | 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-152-0/+15
* | | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-264-113/+48
| |/ / |/| |
* | | 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-022-3/+3
* | Follow changes in GHCIan Lynagh2012-02-222-2/+2
* | Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-162-2/+2
* | Follow rename of Instance to ClsInst in GHCIan Lynagh2012-01-031-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-265-80/+95
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-263-39/+14
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-162-4/+4
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-113-22/+29
* Add safe haskell indication to haddock outputDavid Terei2011-10-121-1/+2
* Follow changes to ForeignImport/ForeignExport in GHCIan Lynagh2011-10-012-3/+3
* Merge branch 'development'David Waern2011-10-011-2/+5
|\
| * Merge in darcs patch:David Waern2011-10-011-2/+5
* | Merge branch 'no-pred-ty'Max Bolingbroke2011-09-093-37/+30
|\ \
| * | Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-063-37/+30
| |/
* / Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-092-5/+5
|/