aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove commented-out DocEntity printingdavve2007-03-091-16/+0
* Better exception handling and parsing of GHC flagsdavve2007-03-091-161/+152
* Go back to -B flag davve2007-03-081-23/+4
* Change version to 2.0 and executable name to haddockdavve2007-03-061-0/+2
* Add the DocOptions changedavve2007-02-163-22/+60
* Wibbledavve2007-02-061-7/+13
* Start for support of ATsdavve2007-02-061-18/+30
* Remove -package flag, GHC's can be used insteaddavve2007-02-061-5/+0
* Solve conflictsdavve2007-02-051-7/+9
* Comment out minf_iface based stuffdavve2007-02-042-4/+8
* Add package file write/save again!davve2007-02-041-4/+47
* Add GADT support (quite untested)davve2007-02-041-20/+39
* Do not list entities without documentationdavve2007-02-041-5/+1
* Insert spaces around infix function namesdavve2007-02-042-9/+15
* Render infix type constructors properlydavve2007-02-042-2/+8
* CHange project name to Haddock-GHCdavve2007-02-041-1/+1
* Render infix data constructorsdavve2007-02-041-1/+7
* Let restrictCons handle infix constructorsdavve2007-02-032-17/+18
* Moved the defaultErrorHandler to scope only over sortAndCheckModules for nowdavve2007-01-181-22/+20
* Remove some tabsdavve2007-01-181-12/+12
* Add haddock-ghc.cabal and remove ghc option pragma in source filedavve2007-01-181-1/+0
* Remove commentdavve2007-01-171-1/+1
* Sort external package modules and build a doc envdavve2007-01-171-20/+38
* Add trace_ppr to GHCUtilsdavve2007-01-171-0/+10
* Remove interface file read/writedavve2007-01-121-33/+0
* Small type changedavve2007-01-121-2/+2
* Use exceptions instead of Either when loading package infodavve2007-01-121-16/+10
* Remove DocOption, use the GHC typedavve2007-01-123-60/+22
* Remove read/dump-interface (again)davve2007-01-121-12/+1
* Temp recorddavve2007-01-121-43/+114
* No binder name for foreign exportsdavve2007-01-121-1/+1
* Change package name to haddock-ghc, version 0.1davve2007-01-102-3/+3
* Add GHCUtils.hsdavve2007-01-051-0/+15
* Collect docs based on SrcLoc, syncing with removal of DeclEntity from GHCdavve2007-01-051-18/+69
* Commentsdavve2006-12-291-2/+5
* Automatically get the GHC lib dirdavve2006-12-291-16/+34
* Fixed a bug so that --ghc-flag works correctlydavve2007-01-051-1/+1
* Update to build with latest GHC HEADdavve2006-12-283-6/+6
* Remove unused pretty printingdavve2006-10-051-8/+2
* Remove read/dump interface flagsdavve2006-10-051-12/+0
* Refactoring -- better structured pass1davve2006-10-051-106/+130
* Filter out more builtin type constructors from warning messagesdavve2006-10-051-3/+4
* Comment fixesdavve2006-10-051-3/+1
* Merge with changes to ghc HEADdavve2006-10-053-42/+27
* Fix a comment in Maindavve2006-09-221-1/+1
* Remove unused imports in Maindavve2006-09-221-6/+6
* Take away trailin "2" on all previously clashing type namesdavve2006-09-224-88/+79
* Skip external package modules sort for nowdavve2006-09-221-1/+1
* Fix a bug in Main.toHsTypedavve2006-09-221-3/+3
* Do proper HsType rendering (inser parentheses correctly)davve2006-09-221-10/+94