aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Convert.hs
Commit message (Expand)AuthorAgeFilesLines
* Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-4/+5
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-0/+2
* update dataFullSig to work with Co Quantificationningning2018-09-151-1/+1
* Update according to GHC Core changesningning2018-09-151-3/+3
* Only look at visible types when synifying a 'HsListTy'Alec Theriault2018-09-031-1/+1
* Properly synify promoted list typesAlec Theriault2018-08-271-1/+15
* Handle promoted tuples in 'synifyType'Alec Theriault2018-08-211-0/+4
* Better rendering of unboxed sums/tuplesAlec Theriault2018-08-211-0/+1
* Update against new HsImplicitBndrsRichard Eisenberg2018-08-021-2/+1
* eqTyCon_RDR now lives in TysWiredInRyan Scott2018-07-271-3/+4
* tyThingToLHsDecl: Preserve type synonyms that contain a forall (#880)Simon Jakobi2018-07-201-2/+46
* Remove HsEqTy and XEqTyRyan Scott2018-06-191-2/+5
* Match changes in GHC for #14259Alan Zimmerman2018-06-191-2/+2
* Revert unintentional reversion of fix of #548Ben Gamari2018-06-141-2/+23
* Handle -XStarIsTypeVladislav Zavialov2018-06-141-26/+5
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-71/+84
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-35/+42
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-5/+5
| * Match GHC changes for TTGAlan Zimmerman2018-04-091-24/+30
| * Track changes to follow Trac #14529Simon Peyton Jones2017-12-071-13/+13
* | Warning free compilationAlexander Biehl2018-02-011-1/+1
* | Convert: Correct pass typeAlexander Biehl2018-02-011-2/+1
* | Fix #548 by rendering datatype kinds more carefully (#702)Ryan Scott2018-02-011-3/+24
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-32/+27
* Actually render infix type operators as infix (#703)Ryan Scott2017-11-141-6/+17
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-071-23/+28
* Fix Haddock rendering of kind-indexed data family instances (#694)Ryan Scott2017-10-281-5/+23
* Overhaul Haddock's rendering of kind signatures (#681)Ryan Scott2017-10-241-49/+120
* Update for #14131Ryan Scott2017-08-231-9/+9
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-2/+2
|\
| * Fix haddock: internal error: links: UnhelpfulSpan (#561)Bartosz Nitka2017-07-021-2/+2
| * Update Haddock w.r.t. new HsImplicitBndrsRichard Eisenberg2017-03-141-2/+3
* | Adapt to #14060Ryan Scott2017-08-141-1/+1
* | Rename extension index tagsAlan Zimmerman2017-06-051-20/+20
* | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-20/+20
* | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEADBen Gamari2017-03-231-0/+1
|\ \
| * | Fix rendering of class methods for Eq and OrdBartosz Nitka2016-09-271-1/+3
| * | Fix printing of pattern synonym typesRik Steenkamp2016-04-041-3/+22
| * | Changes due to fix for GHC#11648.Richard Eisenberg2016-03-151-3/+6
| * | Follow-on changes to support RuntimeRepRichard Eisenberg2016-03-131-5/+4
* | | Update Haddock w.r.t. new HsImplicitBndrsRichard Eisenberg2017-03-141-2/+3
| |/ |/|
* | Upstream changes re levity polymorphismRichard Eisenberg2017-01-191-7/+3
* | HsIParamTy now has a Located nameAlan Zimmerman2017-01-101-1/+1
* | Matching changes for GHC wip/T12942Alan Zimmerman2016-12-121-2/+9
* | Match changes in GHC wip/T3384 branchAlan Zimmerman2016-12-071-8/+8
* | Haddock changes for T10598Ryan Scott2016-09-301-2/+2
* | Fix rendering of class methods for Eq and OrdBartosz Nitka2016-09-201-1/+3
* | GhcUtils: Changes for multi-pattern signaturesBen Gamari2016-07-011-1/+1
* | Follow GHC re-adding FunTySimon Peyton Jones2016-06-151-1/+1
* | Follow changes to LHsSigWcTypeSimon Peyton Jones2016-06-131-1/+1