aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Convert.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix after Outputable refactoringSylvain Henry2020-08-051-1/+1
* Update for modular ping pongZubin Duggal2020-07-231-2/+0
* Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-11/+24
* Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-47/+92
* Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-22/+44
* Module structureSylvain Henry2020-04-241-2/+2
* Module renamingSylvain Henry2020-04-101-3/+3
* Module renaming: amend previous patchSylvain Henry2020-04-051-1/+1
* Modules: type checkerSylvain Henry2020-03-301-2/+2
* Modules: TypesSylvain Henry2020-03-201-8/+8
* Modules: Core (#13009)Sylvain Henry2020-03-021-9/+9
* Echo GHC's removal of PlaceHolder moduleRichard Eisenberg2020-02-041-3/+3
* Fix after Iface modules renamingSylvain Henry2020-01-021-1/+1
* 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