| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings in H.GHC.Typecheck | David Waern | 2008-11-06 | 1 | -10/+4 |
* | Fix warnings in H.GHC.Utils | David Waern | 2008-10-22 | 1 | -0/+5 |
* | Remove typecheckFiles and MonadUtils import from H.GHC.Typeccheck | David Waern | 2008-10-10 | 1 | -31/+0 |
* | Interleave typechecking with interface creation | David Waern | 2008-10-09 | 1 | -1/+2 |
* | Only load modules once when typechecking with GHC. | Thomas Schilling | 2008-10-08 | 1 | -33/+27 |
* | Follow GHC API change of parseModule. | Thomas Schilling | 2008-10-03 | 1 | -1/+1 |
* | Port Haddock.GHC.Typecheck to new GHC API. | Thomas Schilling | 2008-09-15 | 1 | -11/+17 |
* | Fix some warnings | Ian Lynagh | 2008-08-27 | 1 | -7/+4 |
* | Make H.GHC.Utils build with GHC HEAD | David Waern | 2008-08-10 | 1 | -1/+10 |
* | Filter out separately exported ATs (take two) | David Waern | 2008-08-03 | 1 | -0/+4 |
* | Move some utility functions from H.I.Create to H.GHC.Utils | David Waern | 2008-08-03 | 1 | -0/+17 |
* | Move reL to H.GHC.Utils so we can use it everywhere | David Waern | 2008-08-03 | 1 | -0/+4 |
* | Move unL from H.B.Hoogle to H.GHC.Utils | David Waern | 2008-07-29 | 1 | -0/+4 |
* | Simplify definition of pretty and trace_ppr | David Waern | 2008-07-25 | 1 | -2/+2 |
* | Be compatible with GHC 6.8.3 | David Waern | 2008-07-23 | 1 | -2/+6 |
* | Get the all locally defined names from GHC API | David Waern | 2008-07-12 | 1 | -0/+1 |
* | Be more consistent with GHC API naming in H.GHC.Utils | David Waern | 2008-06-19 | 1 | -6/+6 |
* | Add modulePkgInfo to Haddock.GHC.Utils, which gives back package name and ver... | Neil Mitchell | 2008-06-16 | 1 | -0/+9 |
* | Add hide options to some source files | David Waern | 2008-05-01 | 1 | -0/+3 |
* | Fix printing of data binders | David Waern | 2008-04-12 | 1 | -0/+4 |
* | H.GHC.Utils: add some functions that were removed by mistake | David Waern | 2008-02-10 | 1 | -0/+8 |
* | H.GHC.Utils: remove unused imports/exports | David Waern | 2008-02-09 | 1 | -40/+4 |
* | Change the representation of DocNames | David Waern | 2008-02-09 | 1 | -3/+1 |
* | Go back to loading only targets (seems to work now) | David Waern | 2007-11-04 | 1 | -39/+14 |
* | Don't set boot modules as targets | David Waern | 2007-10-25 | 1 | -4/+7 |
* | Add some Outputable utils | David Waern | 2007-10-21 | 1 | -0/+11 |
* | FIX: do not quote varsym type operators | David Waern | 2007-09-29 | 1 | -1/+1 |
* | Use isLexConSym/isLexVarSym from OccName | David Waern | 2007-09-29 | 1 | -6/+3 |
* | FIX: prefix types used as operators should be quoted | David Waern | 2007-09-29 | 1 | -0/+2 |
* | Rename HaddockModule to Interface and a few more refactorings | David Waern | 2007-08-29 | 1 | -1/+1 |
* | Major refactoring | David Waern | 2007-08-29 | 2 | -0/+185 |