aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Follow changes to record constructor representationDavid Waern2007-07-117-26/+26
* Do save/read of interface files properlydavve@dtek.chalmers.se2007-04-052-26/+177
* Fix stupid compile errordavve@dtek.chalmers.se2007-03-261-1/+1
* Add fall-through case to mkExportItemdavve@dtek.chalmers.se2007-03-261-0/+1
* Avoid a GHC bug with parseStaticFlags []davve@dtek.chalmers.se2007-03-251-0/+1
* Wibbledavve@dtek.chalmers.se2007-03-251-1/+1
* Add missing stuff to APIdavve@dtek.chalmers.se2007-03-251-2/+1
* De-flatten the namespacedavve@dtek.chalmers.se2007-03-2517-42/+42
* Remove commented out doc env inferencedavve@dtek.chalmers.se2007-03-251-35/+1
* Remove ppr in HaddockTypesdavve@dtek.chalmers.se2007-03-251-10/+0
* Prettify some commentsdavve@dtek.chalmers.se2007-03-251-16/+16
* Start work on Haddock APIdavve@dtek.chalmers.se2007-03-255-59/+91
* Remove an importdavve@dtek.chalmers.se2007-03-241-1/+1
* 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