| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Shorten warning message | David Waern | 2009-02-27 | 1 | -3/+2 |
* | Fix error message conflict | David Waern | 2009-02-27 | 1 | -5/+4 |
* | Bug fix | David Waern | 2009-02-27 | 1 | -8/+10 |
* | Add the module to one of haddocks warnings | Ian Lynagh | 2009-02-26 | 1 | -1/+1 |
* | Hide fynTyConName only for recent GHC versions | David Waern | 2009-02-25 | 1 | -0/+6 |
* | Hide funTyConName, now exported by TypeRep | simonpj | 2009-02-02 | 1 | -1/+1 |
* | Do not show a subordinate at the top level if its parent is also exported | David Waern | 2009-02-07 | 1 | -6/+44 |
* | Correct comment | David Waern | 2009-01-24 | 1 | -2/+2 |
* | Filter out separately exported associated types in a smarter way | David Waern | 2009-01-23 | 1 | -17/+19 |
* | Fix Trac #50: do not attach docs to pragmas or other kinds of non-declarations | David Waern | 2009-01-22 | 1 | -12/+10 |
* | Fix Trac #59: TH-generated declarations disappearing | David Waern | 2009-01-20 | 1 | -7/+1 |
* | Document H.I.Create.collectDocs better | David Waern | 2009-01-20 | 1 | -1/+4 |
* | Export modules also when coming from external packages | David Waern | 2009-01-08 | 1 | -4/+15 |
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 2 | -12/+39 |
* | Make visible names from ExportItems | David Waern | 2008-12-08 | 2 | -59/+19 |
* | Make named doc comments into ExportDoc instead of ExportDecl | David Waern | 2008-10-27 | 1 | -0/+1 |
* | Tidy up code in H.I.Create a little | David Waern | 2008-10-22 | 1 | -38/+3 |
* | Remove subordinate map and its usage | David Waern | 2008-10-22 | 1 | -21/+17 |
* | Make renamer consistent | David Waern | 2008-10-20 | 1 | -9/+12 |
* | Document function and improve its layout | David Waern | 2008-10-16 | 1 | -5/+4 |
* | Fix #61 | David Waern | 2008-10-16 | 3 | -44/+63 |
* | Add subordinates with docs to the declaration map | David Waern | 2008-10-15 | 2 | -11/+13 |
* | Move convenient type synonym to H.Types | David Waern | 2008-10-15 | 1 | -5/+0 |
* | Comment out unused type family stuff completely | David Waern | 2008-10-15 | 1 | -7/+6 |
* | Use type synonyms for declarations and docs in H.I.Create | David Waern | 2008-10-15 | 1 | -13/+19 |
* | Wibble | David Waern | 2008-10-15 | 1 | -1/+1 |
* | Add support for DocPic | David Waern | 2008-10-10 | 1 | -0/+1 |
* | Remove ifaceEnv from Interface - it's no longer used | David Waern | 2008-10-02 | 1 | -2/+0 |
* | Remove matching on NoteTy in AttachInstances, it has been removed | David Waern | 2008-08-12 | 1 | -3/+1 |
* | Filter out separately exported ATs (take two) | David Waern | 2008-08-03 | 1 | -2/+5 |
* | Do not filter out doc declarations | David Waern | 2008-08-03 | 1 | -0/+2 |
* | Move some utility functions from H.I.Create to H.GHC.Utils | David Waern | 2008-08-03 | 1 | -22/+4 |
* | Fix layout | David Waern | 2008-08-03 | 1 | -9/+9 |
* | Filter out more declarations and keep only vanilla type sigs in classes | David Waern | 2008-08-03 | 1 | -5/+18 |
* | Filter out separately exported ATs | David Waern | 2008-08-03 | 1 | -1/+13 |
* | Use isVanillaLSig from GHC API instead of home brewn function | David Waern | 2008-08-03 | 1 | -6/+1 |
* | Filter out more declarations | David Waern | 2008-08-03 | 1 | -14/+25 |
* | Filter out ForeignExports | David Waern | 2008-08-03 | 1 | -4/+15 |
* | Support type equality predicates | David Waern | 2008-07-28 | 1 | -0/+1 |
* | Warning messages | David Waern | 2008-07-25 | 1 | -7/+34 |
* | Preparation for rendering instances as separate declarations | David Waern | 2008-07-20 | 3 | -41/+101 |
* | Small touches | David Waern | 2008-07-13 | 1 | -5/+4 |
* | Remove unused import from H.I.Create | David Waern | 2008-07-13 | 1 | -2/+0 |
* | Remove FastString import and FSLIT macro in H.I.Create -- they were unused | David Waern | 2008-07-13 | 1 | -2/+0 |
* | Refactoring in H.Interface.Create | David Waern | 2008-07-13 | 2 | -194/+127 |
* | Get the all locally defined names from GHC API | David Waern | 2008-07-12 | 1 | -8/+1 |
* | Stop using the map from exported names to declarations | David Waern | 2008-07-12 | 1 | -11/+10 |
* | Remove filtering of instances | David Waern | 2008-07-07 | 1 | -2/+2 |
* | More support for type families and associated types | David Waern | 2008-07-02 | 1 | -1/+3 |
* | Rename associated types | David Waern | 2008-06-30 | 1 | -5/+7 |