summaryrefslogtreecommitdiff
path: root/compiler/rename/RnHsDoc.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-3/+3
* Make HsDocString a newtype of ByteStringSimon Jakobi2018-05-301-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-1/+1
* fix warningsSimon Marlow2009-09-081-16/+0
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-72/+6
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Make RnHsDoc warning-freeIan Lynagh2008-05-031-6/+3
* Merge from Haddock: Add <<url>> for imagesDavid Waern2007-11-121-0/+2
* 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
* Refactor TcRnDriver, and check exports on hi-boot filessimonpj@microsoft.com2007-03-161-5/+17
* More refactoring in RnNamessimonpj@microsoft.com2006-10-131-2/+2
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+88