aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Rename.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow changes to ForeignImport/ForeignExport in GHCIan Lynagh2011-10-011-4/+4
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-25/+6
|\
| * Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-25/+6
* | Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-091-2/+3
|/
* * Merge in git patch from Michal TerepetaDavid Waern2011-06-111-3/+3
* Add git commits since switchover:David Waern2011-06-101-2/+0
* Position the module header the same way everywhereDavid Waern2010-05-131-1/+0
* Add markup support for interactive examplessimon.hengel2010-04-021-0/+1
* Rename HsDoc back into DocDavid Waern2009-11-281-3/+3
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-15/+1
* Remove Name from DocInstanceDavid Waern2009-11-281-3/+2
* Comments on instancesDavid Waern2009-11-241-3/+12
* Haddock.Interface.Rename: eliminate warningsIsaac Dupree2009-08-231-1/+2
* re-implement function-argument docsIsaac Dupree2009-08-231-5/+16
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-3/+10
* follow changes in GHC's ForeignTypeSimon Marlow2009-07-281-0/+6
* Fix unused import warningsIan Lynagh2009-07-071-1/+0
* Resolve conflictsIan Lynagh2009-07-051-1/+2
* Follow extra field in ConDeclsimonpj2009-07-021-2/+4
* Remove misplaced whitespace in H.I.RenameDavid Waern2009-06-271-42/+42
* Add Haddock module headersDavid Waern2009-06-241-5/+10
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* hlint policeDavid Waern2009-04-011-5/+5
* -Wall police in H.I.RenameDavid Waern2009-03-281-38/+49
* Define Foldable and Traversable instances for LocatedDavid Waern2009-03-271-2/+6
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-1/+0
* Do not show package name in warning messageDavid Waern2009-02-281-1/+1