| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to reflect changes in HsDecls to support closed type families. | Richard Eisenberg | 2013-06-21 | 1 | -1/+1 |
* | Adapt to tcRnGetInfo returning family instances too | Simon Peyton Jones | 2013-03-15 | 1 | -3/+3 |
* | Refactoring instanceHead'. | Kazu Yamamoto | 2013-02-06 | 1 | -1/+1 |
* | Using tcSplitSigmaTy in instanceHead' (FIXME is resolved.) | Kazu Yamamoto | 2013-02-06 | 1 | -6/+5 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -13/+78 |
|\ |
|
| * | Fix spurious superclass constraints bug. | David Waern | 2012-09-28 | 1 | -8/+23 |
| * | Follow changes in GHC. | David Waern | 2012-09-07 | 1 | -0/+1 |
| * | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g... | David Waern | 2012-09-07 | 1 | -6/+49 |
| |\ |
|
| | * | Hide "internal" instances | Roman Cheplyaka | 2012-07-27 | 1 | -6/+49 |
| * | | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Use LANGUAGE pragmas instead of default-extensions in cabal file | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
| | |/ |
|
* | | | Use InstEnv.instanceSig rather than instanceHead (name change) | Simon Peyton Jones | 2013-01-02 | 1 | -1/+1 |
* | | | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -1/+1 |
|/ / |
|
* | | Add support for type-level literals. | Iavor S. Diatchki | 2012-03-15 | 1 | -1/+4 |
* | | Follow rename of Instance to ClsInst in GHC | Ian Lynagh | 2012-01-03 | 1 | -1/+1 |
|/ |
|
* | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -6/+3 |
* | Remove #ifs for older compiler versions. | David Waern | 2011-11-25 | 1 | -4/+0 |
* | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 1 | -2/+0 |
* | Add git commits since switchover: | David Waern | 2011-06-10 | 1 | -1/+2 |
* | follow changes in the GHC API | Simon Marlow | 2010-10-27 | 1 | -2/+9 |
* | Fix a bug in attachInstances | David Waern | 2010-07-04 | 1 | -18/+39 |
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -1/+0 |
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -1/+1 |
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -6/+0 |
* | Remove Name from DocInstance | David Waern | 2009-11-28 | 1 | -1/+1 |
* | Comments on instances | David Waern | 2009-11-24 | 1 | -12/+31 |
* | Move toHsInstHead to Haddock.Convert and call it synifyInstHead | David Waern | 2009-09-06 | 1 | -10/+1 |
* | Style police | David Waern | 2009-09-06 | 1 | -0/+1 |
* | Add more copyright owners to H.I.AttachInstances | David Waern | 2009-09-06 | 1 | -1/+3 |
* | re-implement function-argument docs | Isaac Dupree | 2009-08-23 | 1 | -2/+3 |
* | fix preprocessor conditional sense | Isaac Dupree | 2009-08-17 | 1 | -1/+1 |
* | Find instances using GHC, which is more complete. | Isaac Dupree | 2009-08-18 | 1 | -38/+23 |
* | switch AttachInstances to use synify code | Isaac Dupree | 2009-08-18 | 1 | -37/+6 |
* | Fix unused import warnings | Ian Lynagh | 2009-07-07 | 1 | -2/+0 |
* | Add Haddock module headers | David Waern | 2009-06-24 | 1 | -8/+10 |
* | hlint police | David Waern | 2009-04-01 | 1 | -3/+3 |
* | hlint police | David Waern | 2009-04-01 | 1 | -1/+1 |
* | -Wall police in H.I.AttachInstances | David Waern | 2009-03-28 | 1 | -13/+16 |
* | 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 |
* | Fix #61 | David Waern | 2008-10-16 | 1 | -2/+2 |
* | Remove matching on NoteTy in AttachInstances, it has been removed | David Waern | 2008-08-12 | 1 | -3/+1 |
* | Support type equality predicates | David Waern | 2008-07-28 | 1 | -0/+1 |
* | Preparation for rendering instances as separate declarations | David Waern | 2008-07-20 | 1 | -5/+6 |
* | Remove filtering of instances | David Waern | 2008-07-07 | 1 | -2/+2 |
* | Add LANGUAGE pragmas to source files | David Waern | 2008-05-01 | 1 | -0/+3 |
* | Change the representation of DocNames | David Waern | 2008-02-09 | 1 | -1/+1 |
* | Handle infix operators correctly in the Type -> HsType translation | David Waern | 2007-12-08 | 1 | -3/+8 |
* | Wibble | David Waern | 2007-11-06 | 1 | -1/+1 |
* | Filter out instances with TyCons that are not exported | David Waern | 2007-11-06 | 1 | -6/+16 |