aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
* Fix partial record selector warningBen Gamari2021-02-061-3/+3
* Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-062-250/+351
|\
| * Merge pull request #1273 from hsyl20/wip/hsyl20/arrowsHécate Moonlight2021-01-141-1/+1
| |\
| | * Fix after binder collect changesSylvain Henry2020-12-211-1/+1
| * | Abstract Monad for interface creationAlex Biehl2021-01-093-200/+139
| * | Prepare Haddock for being a GHC PluginAlex Biehl2021-01-091-32/+215
* | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-137-202/+504
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-057-224/+516
| |\ \
| | * | Import intercalatealexbiehl2020-12-081-0/+1
| | * | Enable two warnings (#1245)tomjaguarpaw2020-12-083-0/+4
| | * | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-082-13/+30
| | * | Fallback to `hiDecl` when `extractDecl` failsAlec Theriault2020-04-211-45/+69
| | * | Don't warn about missing links in miminal sigsAlec Theriault2020-04-152-4/+17
| | * | Prune docstrings that are never renderedAlec Theriault2020-04-151-2/+15
| | * | Recode Doc to Json. (#1159)Ignat Insarov2020-04-091-5/+162
| | * | Cleanup up GHC flags in `.cabal` filesAlec Theriault2020-03-281-1/+1
| | * | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-9/+9
| | * | Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-282-14/+7
| | * | Clean up warningsAlec Theriault2020-03-224-5/+3
| | * | Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-205-138/+213
| | |\ \
| | | * | Fix the ignore-exports option (#1082)Alexis King2019-09-301-4/+5
| | | * | Comment C, which clarifies why e.g. ReadP is not enoughOleg Grenrus2019-05-131-0/+7
| | | * | Redo ParseModuleHeaderOleg Grenrus2019-05-131-93/+125
| | | * | Matching changes in GHC for #16236Alan Zimmerman2019-03-292-5/+5
| | | * | Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-2/+2
| | | |\ \
| | | | * | Fix standalone deriving docsAlec Theriault2019-02-251-2/+2
| | | * | | Fix bogus identifier defaultingAlec Theriault2019-02-261-9/+5
| | | * | | Better identifier parsingAlec Theriault2019-02-253-28/+39
| | | * | | Support value/type namespaces on identifier linksAlec Theriault2019-02-252-15/+43
| * | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-213-10/+10
* | | | | | Adapt to changes to GlobalRdrElt and AvailInfoAdam Gundry2020-12-232-12/+4
| |_|_|_|/ |/| | | |
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-193-0/+4
* | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-162-2/+2
* | | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-153-4/+0
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-103-0/+4
* | | | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-4/+5
* | | | | Add type arguments to PrefixConCale Gibbard2020-11-252-2/+2
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-303-69/+87
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-302-17/+27
* | | | | Adapt to the removal of Hs{Boxed,Constraint}TupleRyan Scott2020-10-291-1/+1
* | | | | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-262-3/+7
* | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-193-7/+9
* | | | | Remove Ord FastString instanceSylvain Henry2020-08-171-5/+11
* | | | | Fix after Outputable refactoringSylvain Henry2020-08-052-4/+6
* | | | | Update for modular ping pongZubin Duggal2020-07-234-17/+17
|/ / / /
* | | | Use functions exported from HsToCoreZubin Duggal2020-06-213-183/+3
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-174-20/+39
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-133-11/+32
* | | | Fix after unit refactoringSylvain Henry2020-06-081-12/+11
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-202-15/+15