aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Rename.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Propagate overloading-mode for instance declarations in haddock (#9242)"Mateusz Kowalczyk2014-08-141-6/+2
* Revert "Adapt to new definition of HsDecls.TyFamEqn"Mateusz Kowalczyk2014-08-141-17/+7
* Adapt to new definition of HsDecls.TyFamEqnSimon Peyton Jones2014-07-141-7/+17
* Propagate overloading-mode for instance declarations in haddock (#9242)Iavor S. Diatchki2014-07-011-2/+6
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-0/+1
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-131-1/+1
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-091-2/+2
* Render fixity informationNiklas Haas2014-03-081-2/+8
* Improve display of poly-kinded type operatorsnand2014-02-111-2/+3
* Add support for type/data familiesnand2014-02-111-3/+6
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-191-0/+9
* Support for bold.Mateusz Kowalczyk2014-01-121-2/+2
* Some code simplification by using traverseSimon Hengel2014-01-121-50/+5
* Track changes in HsSpliceTy data constructorSimon Peyton Jones2013-11-251-1/+1
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-171-5/+6
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-021-6/+5
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-6/+13
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-26/+37
|\
| * Handle more cases in renameTypeSimon Hengel2012-10-141-14/+19
| * Simplify lookupRnSimon Hengel2012-10-141-7/+7
| * Simplify RnM typeSimon Hengel2012-10-141-10/+9
| * Better error messagesSimon Hengel2012-10-131-2/+6
| * Handle HsExplicitListTy in renameer (fixes #213)Simon Hengel2012-10-131-0/+2
| * Add markup support for propertiesKazu Yamamoto2012-10-091-0/+1
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-1/+1
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-271-1/+1
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-211-37/+65
|/ /
* | Forward port changes from stable.Paolo Capriotti2012-07-191-14/+24
|\|
| * Add Applicative instance for (GenRnM a)Simon Hengel2012-05-261-2/+6
| * Attach warnings to `Documentation` typeSimon Hengel2012-05-171-1/+2
| * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-171-8/+6
| * Mostly hlint-inspired cleanup.David Waern2012-02-041-8/+12
| * Add DocWarning to DocSimon Hengel2012-02-041-0/+3
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-131-2/+1
* | Follow changes in GHCIan Lynagh2012-06-121-3/+3
* | Follow changes in LHsTyVarBndrsSimon Peyton Jones2012-05-251-3/+4
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-111-14/+19
* | Track changes in HsSynSimon Peyton Jones2012-04-201-7/+12
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-261-0/+2
|\ \
| * | Add a missing case for type literals.Iavor S. Diatchki2012-03-191-0/+2
* | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-35/+45
|/ /
* | Follow changes to tcdKindSig (Trac #5937)Simon Peyton Jones2012-03-161-6/+9
* | Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-7/+9
* | Follow changes in GHCIan Lynagh2012-02-221-2/+2
* | Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-161-4/+4
* | Track changes in HsDeclsSimon Peyton Jones2012-02-061-2/+5
|/
* Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-13/+6
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-261-0/+1
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-261-6/+4
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-7/+20