aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hoogle.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-131-1/+0
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-33/+34
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-10/+11
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-2/+2
| * Match GHC changes for TTGAlan Zimmerman2018-04-091-19/+19
| * Match changes in GHC for D4199Alan Zimmerman2018-04-071-1/+2
| * Track changes to follow Trac #14529Simon Peyton Jones2017-12-071-4/+3
* | Improve the Hoogle backend's treatment of type families (#808)Ryan Scott2018-04-241-6/+20
* | Hoogle/Latex: Remove use of partial functionAlexander Biehl2018-02-191-1/+1
* | Grid Tables (#718)Oleg Grenrus2018-02-011-1/+2
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-20/+20