aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused ifaceLocalsdavid.waern2010-02-242-5/+0
|
* Large additions to the Haddock APIdavid.waern2010-02-245-63/+100
| | | | Also improved and added more doc comments.
* Fix Haddock markup error in commentdavid.waern2010-02-221-1/+1
|
* Do not generate illegal character in HTML ID attribute.Yitzchak Gale2010-02-141-1/+1
|
* Improve FunArg test and update Test.html.refDavid Waern2010-01-243-2/+57
|
* Add reference file for the FunArgs testDavid Waern2010-01-231-0/+141
|
* Put parenthesis around type signature arguments of function typeDavid Waern2010-01-222-4/+8
|
* Create a test for function argument docsDavid Waern2010-01-221-0/+7
|
* fix html arg-doc off-by-one and sillinessIsaac Dupree2010-01-141-1/+6
|
* Use findProgramLocation instead of findProgramOnPath in runtests.hsDavid Waern2010-01-221-1/+1
|
* Follow move of parser and lexerDavid Waern2010-01-221-4/+4
|
* Remove unnecessary (and inexplicable) uses of nubDavid Waern2010-01-221-2/+2
|
* Convert haddock.vim to use unix newlinesDavid Waern2010-01-221-68/+68
|
* Update ANNOUNCEDavid Waern2009-12-221-42/+22
|
* TAG 2.6.0David Waern2009-12-210-0/+0
|
* Update CHANGESDavid Waern2009-12-211-0/+22
|
* TAG GHC 6.12.1 releaseIan Lynagh2009-12-150-0/+0
|
* TAG GHC 6.12-branch createdIan Lynagh2009-09-220-0/+0
|
* Improve doc of DocNameDavid Waern2009-12-211-2/+3
|
* Update version number in test suiteDavid Waern2009-11-2824-122/+73
|
* Move H.Interface.Parse/Lex to H.Parse/LexDavid Waern2009-11-285-18/+16
| | | | These are not just used to build Interfaces.
* Rename HsDoc back into DocDavid Waern2009-11-2815-91/+90
|
* Add an Arbitrary instance for HsDocDavid Waern2009-11-281-0/+25
|
* Say that we want quickcheck 2David Waern2009-11-281-1/+1
|
* Add a test flag that brings in QuickCheckDavid Waern2009-11-281-0/+8
|
* Fix error messageDavid Waern2009-11-281-1/+1
|
* Rename Distribution.Haddock into Documentation.HaddockDavid Waern2009-11-282-3/+4
|
* Remove unused H.Utils.FastMutInt2David Waern2009-11-282-63/+0
|
* Add a documentation header to Haddock.ConvertDavid Waern2009-11-281-3/+13
|
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-2811-132/+16
|
* Require at least GHC 6.12David Waern2009-11-281-1/+1
| | | | | | | | | | While regression testing Haddock, I found a bug that happens with GHC 6.10.3, but not with GHC 6.12-rc2 (haven't tried 6.10.4). I don't have time to track it down. I think we should just always require the latest major GHC version. The time spent on making Haddock work with older versions is too high compared to the time spent on bugfixing, refactoring and features.
* Remove Name from DocInstanceDavid Waern2009-11-284-6/+5
| | | | It's not used.
* Whitespace policeDavid Waern2009-11-271-8/+8
|
* Whitespace policeDavid Waern2009-11-271-17/+17
|
* Remove bad whitespace and commented-out piecesDavid Waern2009-11-271-65/+61
|
* Whitespace policeDavid Waern2009-11-271-1/+1
|
* Comments on instancesDavid Waern2009-11-246-46/+110
| | | | | | | | | | | | | | | Implementing this was a little trickier than I thought, since we need to match up instances from the renamed syntax with instances represented by InstEnv.Instance. This is due to the current design of Haddock, which matches comments with declarations from the renamed syntax, while getting the list of instances of a class/family directly using the GHC API. - Works for class instances only (Haddock has no support for type family instances yet) - The comments are rendered to the right of the instance head in the HTML output - No change to the .haddock file format - Works for normal user-written instances only. No comments are added on derived or TH-generated instances
* Bump version numberDavid Waern2009-11-233-3/+3
|
* Update test reference files with comments on instancesDavid Waern2009-11-237-49/+74
|
* Update CrossPackageDocs reference outputDavid Waern2009-11-231-275/+50
| | | | | - Remove GHC.MVar import (removed from base) - Strip link contents
* Update test reference outputDavid Waern2009-11-2213-702/+509
| | | | | * More links (Int, Float etc) * Stripped link contents
* Make copy.hs strip link contents before copyingDavid Waern2009-11-221-3/+10
| | | | No more updating of reference files when URLs in links changes.
* Follow removal of GHC.MVar from base in CrossPackageDocs David Waern2009-11-221-10/+1
|
* Follow findProgramOnPath signature change in runtests.hsDavid Waern2009-11-221-1/+1
|
* Make runtests.hs strip links before diffingDavid Waern2009-11-221-4/+9
| | | | | Generates easier to read diffs when tests fail. The content of the links is not important anyway since it is not taken into account by the tests.
* Remove commented-out codeDavid Waern2009-11-151-8/+0
|
* Use defaultObjectTarget rather than HscAsmIan Lynagh2009-11-201-3/+3
| | | | This fixes haddock when we don't have a native code generator
* hlint policeDavid Waern2009-11-147-32/+29
|
* Track change in HsType for the right compiler versionDavid Waern2009-11-141-1/+1
|
* GHC build system: Make *nix installation work in paths containing spacesIan Lynagh2009-11-052-5/+5
|