aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Convert.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-16/+24
|\
| * Changes from #14579Ryan Scott2019-11-031-22/+5
| * Reify oversaturated data family instances correctly (#1103)Ryan Scott2019-10-231-15/+23
* | Fix for GHC module renamingSylvain Henry2019-09-121-1/+1
* | Changes for #15247Ryan Scott2019-07-031-52/+52
* | Changes for #16110/#16356Ryan Scott2019-05-141-7/+9
* | Match changes for "Stop inferring over-polymorphic kinds"Alec Theriault2019-03-091-5/+2
* | Visible dependent quantification (#16326) changesRyan Scott2019-02-271-14/+19
* | Match GHC changes for T16185Alec Theriault2019-02-221-11/+9
* | Fix tests broken by GHCAlec Theriault2019-02-161-1/+1
* | Changes from #14579Ryan Scott2019-02-041-22/+5
|/
* Fix #1015 with dataConUserTyVars (#1022)Ryan Scott2019-02-041-3/+4
* Miscellaneous improvements to `Convert` (#1020)Alec Theriault2019-02-031-143/+322
* Visible kind application haddock updatemynguyen2018-12-301-1/+1
* Properly synify and render promoted type variables (#985)Alec Theriault2018-12-231-1/+2
* 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