Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove read/dump interface flags | davve | 2006-10-05 | 1 | -12/+0 |
| | |||||
* | Refactoring -- better structured pass1 | davve | 2006-10-05 | 1 | -106/+130 |
| | |||||
* | Filter out more builtin type constructors from warning messages | davve | 2006-10-05 | 1 | -3/+4 |
| | |||||
* | Comment fixes | davve | 2006-10-05 | 1 | -3/+1 |
| | |||||
* | Merge with changes to ghc HEAD | davve | 2006-10-05 | 1 | -8/+5 |
| | |||||
* | Fix a comment in Main | davve | 2006-09-22 | 1 | -1/+1 |
| | |||||
* | Remove unused imports in Main | davve | 2006-09-22 | 1 | -6/+6 |
| | |||||
* | Take away trailin "2" on all previously clashing type names | davve | 2006-09-22 | 1 | -20/+20 |
| | |||||
* | Skip external package modules sort for now | davve | 2006-09-22 | 1 | -1/+1 |
| | |||||
* | Fix a bug in Main.toHsType | davve | 2006-09-22 | 1 | -3/+3 |
| | |||||
* | Remove unnecessary fmapM import in Main | davve | 2006-09-21 | 1 | -1/+0 |
| | |||||
* | Comments and spacing change | davve | 2006-09-18 | 1 | -3/+4 |
| | |||||
* | Better comments in Main.hs | davve | 2006-09-16 | 1 | -5/+13 |
| | |||||
* | Refactor PackageData creation code and start on building the doc env propery ↵ | davve | 2006-09-16 | 1 | -42/+57 |
| | | | | (unfinished) | ||||
* | Comments only | davve | 2006-09-16 | 1 | -1/+17 |
| | |||||
* | Remove Interface and Binary2 modules | davve | 2006-09-15 | 1 | -8/+0 |
| | |||||
* | Don't warn about missing links to () | davve | 2006-09-15 | 1 | -5/+8 |
| | |||||
* | Remove commented-out code | davve | 2006-09-15 | 1 | -6/+1 |
| | |||||
* | Remove handling of --package flag | davve | 2006-09-15 | 1 | -8/+3 |
| | |||||
* | Small source code cleanup | davve | 2006-09-15 | 1 | -4/+0 |
| | |||||
* | Remove interface reading/writing code and use the GHC api for creating ↵ | davve | 2006-09-15 | 1 | -64/+100 |
| | | | | package environments instead | ||||
* | Rename a function | davve | 2006-09-04 | 1 | -2/+2 |
| | |||||
* | Compensate for change of export list order in GHC | davve | 2006-09-03 | 1 | -1/+1 |
| | |||||
* | Starting work on GADT rendering | davve | 2006-09-03 | 1 | -3/+3 |
| | |||||
* | Change mode to BatchCompile to avoid GHC API bug | davve | 2006-09-03 | 1 | -1/+1 |
| | |||||
* | Small cleanup | davve | 2006-08-20 | 1 | -3/+3 |
| | |||||
* | Move interface read/write to its own module + some cleanup | davve | 2006-08-20 | 1 | -255/+48 |
| | |||||
* | Adapt to latest GHC | davve | 2006-08-19 | 1 | -63/+161 |
| | |||||
* | Some refactoring | davve | 2006-08-14 | 1 | -94/+89 |
| | |||||
* | Misc fixes and interface load/save | davve | 2006-08-13 | 1 | -170/+385 |
| | |||||
* | Perfect rendering of Test.hs | davve | 2006-08-12 | 1 | -26/+52 |
| | |||||
* | Render H98 Data declarations | davve | 2006-08-12 | 1 | -2/+1 |
| | |||||
* | Cleanup | davve | 2006-08-11 | 1 | -1/+0 |
| | |||||
* | More progress | davve | 2006-08-10 | 1 | -15/+1 |
| | |||||
* | More Html rendering progress | davve | 2006-08-09 | 1 | -209/+226 |
| | |||||
* | Start porting the Html renderer | davve | 2006-07-30 | 1 | -350/+78 |
| | |||||
* | Complete the renamer | davve | 2006-07-29 | 1 | -8/+40 |
| | |||||
* | Add instances, build renaming environment, start on the renamer | davve | 2006-07-29 | 1 | -836/+230 |
| | |||||
* | More work, started working on the renaming phase -- this code will need a ↵ | davve | 2006-07-23 | 1 | -50/+20 |
| | | | | cleanup soon :) | ||||
* | More work on pass1 -- mostly done | davve | 2006-07-23 | 1 | -70/+126 |
| | |||||
* | More progress -- still on phase1 | davve | 2006-07-20 | 1 | -7/+11 |
| | |||||
* | More progress on the porting -- first pass starting to shape up | davve | 2006-07-11 | 1 | -29/+131 |
| | |||||
* | Progress on the porting process | davve | 2006-07-11 | 1 | -19/+50 |
| | |||||
* | Make the repos temporarily compile and illustrate a problem | davve | 2006-07-11 | 1 | -4/+4 |
| | |||||
* | More porting work -- doesn't compile | davve | 2006-07-11 | 1 | -63/+136 |
| | |||||
* | Initial modifications -- doesn't compile | davve | 2006-07-10 | 1 | -21/+246 |
| | |||||
* | extend 'deriving' heuristic a little | Ross Paterson | 2006-04-24 | 1 | -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.) | ||||
* | Fixed Cabal/RPM build | Sven Panne | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | Add Hoogle output option | Neil Mitchell | 2006-02-26 | 1 | -0/+7 |
| | |||||
* | Make the --help output fit in 80 columns. | Duncan Coutts | 2006-01-23 | 1 | -15/+16 |
| | | | | | | This is a purely cosmetic patch, feel free to ignore it. The only trickery going on is that we don't display the deprecated -s, --source flags in the help message, but we do still accept them. |