aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Refactor context renderingdavve2006-09-221-14/+30
|
* Make import list in HaddockHtml prettierdavve2006-09-221-12/+12
|
* Remove unnecessary fmapM import in Maindavve2006-09-211-1/+0
|
* Comments and spacing changedavve2006-09-181-3/+4
|
* Better comments in Main.hsdavve2006-09-161-5/+13
|
* Refactor PackageData creation code and start on building the doc env propery ↵davve2006-09-161-42/+57
| | | | (unfinished)
* Comments onlydavve2006-09-161-1/+17
|
* Remove debug printing from HaddockHtmldavve2006-09-151-2/+0
|
* Remove Interface and Binary2 modules davve2006-09-154-1044/+3
|
* Don't warn about missing links to ()davve2006-09-151-5/+8
|
* Remove commented-out codedavve2006-09-151-6/+1
|
* Remove handling of --package flagdavve2006-09-151-8/+3
|
* Small source code cleanupdavve2006-09-152-5/+1
|
* Remove interface reading/writing code and use the GHC api for creating ↵davve2006-09-151-64/+100
| | | | package environments instead
* 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 ↵davve2006-07-232-54/+26
| | | | cleanup soon :)
* 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
| | | | | | If an argument of a data constructor has a type variable head, it is irreducible and the same type class can be copied into the constraint. (Formerly we just did this for type variable arguments.)
* Avoid pattern guardssven.panne2006-04-201-11/+10
| | | | | | | | Due to the use of pattern guards in Haddock, GHC was called with -fglasgow-exts. This in turn enables bang patterns, too, which broke the Haddock build. Removing some unnecessary pattern guards seemed to be the better way of fixing this instead of using a pragma to disable pattern guards.
* 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
|