aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove interface reading/writing code and use the GHC api for creating packag...davve2006-09-151-64/+100
* Align comment properlydavve2006-09-051-1/+1
* Rename a functiondavve2006-09-041-2/+2
* Compensate for change of export list order in GHCdavve2006-09-031-1/+1
* Starting work on GADT renderingdavve2006-09-032-25/+49
* Change mode to BatchCompile to avoid GHC API bugdavve2006-09-031-1/+1
* Small cleanupdavve2006-08-201-3/+3
* Move interface read/write to its own module + some cleanupdavve2006-08-202-255/+393
* Adapt to latest GHC davve2006-08-197-115/+227
* Some refactoringdavve2006-08-141-94/+89
* Misc fixes and interface load/savedavve2006-08-132-170/+421
* Perfect rendering of Test.hsdavve2006-08-124-30/+57
* Render H98 Data declarationsdavve2006-08-122-224/+168
* Cleanupdavve2006-08-118-1175/+73
* More progressdavve2006-08-105-18/+768
* More Html rendering progressdavve2006-08-096-621/+653
* Start porting the Html rendererdavve2006-07-309-506/+344
* Complete the renamerdavve2006-07-293-162/+252
* Add instances, build renaming environment, start on the renamerdavve2006-07-294-952/+372
* More work, started working on the renaming phase -- this code will need a cle...davve2006-07-232-54/+26
* More work on pass1 -- mostly donedavve2006-07-233-78/+135
* More progress -- still on phase1davve2006-07-205-1508/+13
* More progress on the porting -- first pass starting to shape updavve2006-07-112-33/+135
* Progress on the porting process davve2006-07-112-20/+51
* Make the repos temporarily compile and illustrate a problemdavve2006-07-111-4/+4
* More porting work -- doesn't compiledavve2006-07-113-90/+189
* Initial modifications -- doesn't compiledavve2006-07-1021-2018/+317
* replace a fatal error in lexChar with a parseErrorSimon Marlow2006-05-241-2/+4
* extend 'deriving' heuristic a littleRoss Paterson2006-04-241-6/+8
* Avoid pattern guardssven.panne2006-04-201-11/+10
* Fixed Cabal/RPM buildSven Panne2006-03-192-2/+2
* fixed libdir (/html was missing)benjamin.franksen2006-03-031-2/+3
* Add Hoogle output optionNeil Mitchell2006-02-262-0/+187
* Make the --help output fit in 80 columns.Duncan Coutts2006-01-231-15/+16
* Remove the complex substitutions and add more command line flags instead.Duncan Coutts2006-01-232-61/+68
* Extend URL variable expansion syntax and add source links to the contents pageDuncan Coutts2006-01-223-50/+89
* Teach haddock about line pragmas and add accurate source code linksDuncan Coutts2006-01-219-177/+238
* Rewrite pathJoin to only add a path separator when necessary.Duncan Coutts2006-01-191-4/+7
* Add an optional wiki link for each top level exported name.Duncan Coutts2006-01-192-75/+105
* Add a --wiki=URL flag to add a per-module link to a correspondng wiki page.Duncan Coutts2006-01-172-14/+40
* First cut of Cabal build systemsimonmar2005-10-145-155/+8
* [haddock @ 2005-10-10 15:02:55 by simonmar]simonmar2005-10-101-2/+2
* [haddock @ 2005-08-04 15:59:30 by simonmar]simonmar2005-08-041-3/+3
* [haddock @ 2005-06-27 14:46:40 by simonmar]simonmar2005-06-271-2/+4
* [haddock @ 2005-06-16 08:14:12 by simonmar]simonmar2005-06-161-1/+1
* [haddock @ 2005-06-15 15:43:21 by simonmar]simonmar2005-06-151-3/+4
* [haddock @ 2005-05-21 12:35:29 by panne]panne2005-05-211-2/+6
* [haddock @ 2005-05-18 12:41:59 by ross]ross2005-05-181-23/+17
* [haddock @ 2005-03-09 08:28:39 by wolfgang]wolfgang2005-03-091-1/+6
* [haddock @ 2005-03-01 17:16:40 by simonmar]simonmar2005-03-011-30/+48