summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsDoc.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-152/+0
* Fix deserialization of docs (#15240)Simon Jakobi2018-06-141-5/+8
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-2/+90
* Make HsDocString a newtype of ByteStringSimon Jakobi2018-05-301-8/+37
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-0/+2
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Make Outputable instance for HsDocString usefulMateusz Kowalczyk2014-02-251-1/+1
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-1/+5
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-79/+7
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fixed warnings in hsSyn/HsDocTwan van Laarhoven2008-01-271-7/+3
* Merge from Haddock: Add <<url>> for imagesDavid Waern2007-11-121-0/+1
* Merge of a patch from the old Haddock branch:David Waern2007-11-121-4/+22
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Remove redundant importsimonpj@microsoft.com2007-01-111-1/+0
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+77