| Commit message (Expand) | Author | Age | Files | Lines |
* | Display minimal complete definitions for type classes | Niklas Haas | 2014-03-13 | 1 | -0/+1 |
* | Hide RHS of TFs with non-exported right hand sides | Niklas Haas | 2014-03-13 | 1 | -1/+1 |
* | Differentiate between TH splices (line-links) and regular names | Niklas Haas | 2014-03-09 | 1 | -2/+2 |
* | Render fixity information | Niklas Haas | 2014-03-08 | 1 | -2/+8 |
* | Improve display of poly-kinded type operators | nand | 2014-02-11 | 1 | -2/+3 |
* | Add support for type/data families | nand | 2014-02-11 | 1 | -3/+6 |
* | Support for -XPatternSynonyms | Dr. ERDI Gergo | 2014-01-19 | 1 | -0/+9 |
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -2/+2 |
* | Some code simplification by using traverse | Simon Hengel | 2014-01-12 | 1 | -50/+5 |
* | Track changes in HsSpliceTy data constructor | Simon Peyton Jones | 2013-11-25 | 1 | -1/+1 |
* | Revision to reflect new role annotation syntax in GHC. | Richard Eisenberg | 2013-09-17 | 1 | -5/+6 |
* | Changes to reflect changes in GHC's type HsTyVarBndr | Richard Eisenberg | 2013-08-02 | 1 | -6/+5 |
* | Updates to reflect changes in HsDecls to support closed type families. | Richard Eisenberg | 2013-06-21 | 1 | -6/+13 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -26/+37 |
|\ |
|
| * | Handle more cases in renameType | Simon Hengel | 2012-10-14 | 1 | -14/+19 |
| * | Simplify lookupRn | Simon Hengel | 2012-10-14 | 1 | -7/+7 |
| * | Simplify RnM type | Simon Hengel | 2012-10-14 | 1 | -10/+9 |
| * | Better error messages | Simon Hengel | 2012-10-13 | 1 | -2/+6 |
| * | Handle HsExplicitListTy in renameer (fixes #213) | Simon Hengel | 2012-10-13 | 1 | -0/+2 |
| * | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 1 | -0/+1 |
| * | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -1/+1 |
| |\ |
|
| | * | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
* | | | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -37/+65 |
|/ / |
|
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -14/+24 |
|\| |
|
| * | Add Applicative instance for (GenRnM a) | Simon Hengel | 2012-05-26 | 1 | -2/+6 |
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -1/+2 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -8/+6 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -8/+12 |
| * | Add DocWarning to Doc | Simon Hengel | 2012-02-04 | 1 | -0/+3 |
* | | Follow changes for the implementation of implicit parameters | Simon Peyton Jones | 2012-06-13 | 1 | -2/+1 |
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -3/+3 |
* | | Follow changes in LHsTyVarBndrs | Simon Peyton Jones | 2012-05-25 | 1 | -3/+4 |
* | | Follow changes to LHsTyVarBndrs | Simon Peyton Jones | 2012-05-11 | 1 | -14/+19 |
* | | Track changes in HsSyn | Simon Peyton Jones | 2012-04-20 | 1 | -7/+12 |
* | | Merge branch 'master' of http://darcs.haskell.org//haddock | Simon Peyton Jones | 2012-03-26 | 1 | -0/+2 |
|\ \ |
|
| * | | Add a missing case for type literals. | Iavor S. Diatchki | 2012-03-19 | 1 | -0/+2 |
* | | | Follow refactoring of TyClDecl/HsTyDefn | Simon Peyton Jones | 2012-03-26 | 1 | -35/+45 |
|/ / |
|
* | | Follow changes to tcdKindSig (Trac #5937) | Simon Peyton Jones | 2012-03-16 | 1 | -6/+9 |
* | | Follow changes in data representation from the big PolyKinds commit | Simon Peyton Jones | 2012-03-02 | 1 | -7/+9 |
* | | Follow changes in GHC | Ian Lynagh | 2012-02-22 | 1 | -2/+2 |
* | | Follow changes in GHC caused by the CAPI CTYPE pragma | Ian Lynagh | 2012-02-16 | 1 | -4/+4 |
* | | Track changes in HsDecls | Simon Peyton Jones | 2012-02-06 | 1 | -2/+5 |
|/ |
|
* | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -13/+6 |
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -0/+1 |
* | Give preference to type over data constructors for doc comment links at renam... | David Waern | 2011-11-26 | 1 | -6/+4 |
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -7/+20 |
* | Follow changes to ForeignImport/ForeignExport in GHC | Ian Lynagh | 2011-10-01 | 1 | -4/+4 |
* | Merge branch 'no-pred-ty' | Max Bolingbroke | 2011-09-09 | 1 | -25/+6 |
|\ |
|
| * | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 1 | -25/+6 |
* | | Ignore associated type defaults (just as we ignore default methods) | Max Bolingbroke | 2011-09-09 | 1 | -2/+3 |
|/ |
|