aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hoogle.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-4/+3
|\
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-9/+8
| |\
| | * Enable two warnings (#1245)tomjaguarpaw2020-12-081-0/+1
| | * Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-12/+12
| | * Tentative 2.24 releaseAlec Theriault2020-03-221-1/+1
| | * Clean up warningsAlec Theriault2020-03-221-2/+1
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-7/+8
| | |\
| | | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-7/+8
| | | |\
| | | | * Print kinded tyvars in constructors for Hoogle (#993)Alec Theriault2019-01-071-2/+8
| | | * | Better identifier parsingAlec Theriault2019-02-251-1/+1
| * | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-211-1/+2
* | | | | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-291-6/+16
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-191-0/+1
* | | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-151-1/+0
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-101-0/+1
* | | | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-9/+10
* | | | | Add type arguments to PrefixConCale Gibbard2020-11-251-3/+3
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-28/+33
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-2/+2
* | | | | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-2/+3
* | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-191-1/+2
* | | | | Update for parser (#1234)Sylvain Henry2020-09-291-2/+0
* | | | | Fix after Outputable refactoringSylvain Henry2020-08-051-3/+5
* | | | | Update for modular ping pongZubin Duggal2020-07-231-1/+1
|/ / / /
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-4/+6
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-1/+1
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-2/+2
* | | | Module structureSylvain Henry2020-04-241-2/+1
* | | | Make NoExtCon fields strictRyan Scott2020-04-071-2/+0
* | | | Modules: TypesSylvain Henry2020-03-181-2/+2
* | | | Modules: Core (#13009)Sylvain Henry2020-03-021-1/+1
|/ / /
* | | Refactor for OutputableBndrId changesSebastian Graf2019-10-251-2/+2
* | | Changes for #15247Ryan Scott2019-07-031-8/+8
* | | Changes for #16110/#16356Ryan Scott2019-05-141-11/+2
* | | Visible dependent quantification (#16326) changesRyan Scott2019-02-271-1/+1
|/ /
* | Miscellaneous improvements to `Convert` (#1020)Alec Theriault2019-02-031-2/+7
* | Visible kind application haddock updatemynguyen2018-12-301-0/+1
* | Fix warnings, accept outputAlec Theriault2018-12-121-1/+0
* | Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-1/+2
* | Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-101-8/+13
|\|
| * Output pattern synonyms in Hoogle backend (#947)Alec Theriault2018-10-161-8/+13
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-6/+8
* | Support hyperlink labels with inline markupAlec Theriault2018-11-061-1/+1
* | Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-161-5/+1
* | Avoid line breaks due to line length in Hoogle (#868)Alec Theriault2018-07-201-3/+5
* | Export more fixities for Hoogle (#871)Alec Theriault2018-07-201-2/+2
* | Refactor handling of parens in types (#874)Alec Theriault2018-07-201-1/+1
|/
* Complete FixitySig and FamilyDecl pattern matchesSimon Jakobi2018-06-131-0/+1
* WibblesRyan Scott2018-06-131-3/+3
* Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-06-131-2/+1