aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Convert.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update for boxed rep"Ben Gamari2020-12-151-4/+3
* Update for boxed repAndrew Martin2020-12-141-3/+4
* Add type arguments to PrefixConCale Gibbard2020-11-251-1/+1
* Avoid GHC#18932.Richard Eisenberg2020-11-251-1/+2
* Adapt to splitPiTysInvisible being renamed to splitInvisPiTysRyan Scott2020-11-131-1/+1
* Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-20/+24
* Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-27/+37
* Adapt to the removal of Hs{Boxed,Constraint}TupleRyan Scott2020-10-291-2/+2
* GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-2/+4
* Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-191-3/+4
* 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